org.strbio.local
Class Modeller

java.lang.Object
  extended by org.strbio.local.Program
      extended by org.strbio.local.Modeller

public class Modeller
extends Program

Class to run Modeller

   Version 1.0, 10/3/02 - original version
   

Version:
1.0, 10/3/02
Author:
JMC

Field Summary
 
Fields inherited from class org.strbio.local.Program
processError, processInput, processOutput, PROGRAM_NAME
 
Constructor Summary
Modeller()
           
 
Method Summary
 Protein model(Alignment al)
          Make a model for a given alignment
 java.lang.String programName()
          What's the name of this program?
 
Methods inherited from class org.strbio.local.Program
clean, exists, run, runBackground, runSilent, setError, setInput, setOutput, setProgramName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Modeller

public Modeller()
Method Detail

programName

public final java.lang.String programName()
Description copied from class: Program
What's the name of this program?

Overrides:
programName in class Program

model

public final Protein model(Alignment al)
Make a model for a given alignment