compbio.runner.msa
Class Probcons

java.lang.Object
  extended by compbio.engine.client.SkeletalExecutable<Probcons>
      extended by compbio.runner.msa.Probcons
All Implemented Interfaces:
Executable<Probcons>, PipedExecutable<Probcons>

public class Probcons
extends SkeletalExecutable<Probcons>
implements PipedExecutable<Probcons>


Nested Class Summary
 
Nested classes/interfaces inherited from interface compbio.engine.client.Executable
Executable.ExecProvider
 
Field Summary
static java.lang.String KEY_VALUE_SEPARATOR
           
 
Constructor Summary
Probcons()
           
 
Method Summary
 java.util.List<java.lang.String> getCreatedFiles()
          This method cannot really tell whether the files has actually been created or not.
 Limit<Probcons> getLimit(java.lang.String presetName)
           
 LimitsManager<Probcons> getLimits()
           
 Alignment getResults(java.lang.String workDirectory)
           
 java.lang.Class<? extends Executable<?>> getType()
           
 Probcons setInput(java.lang.String inFile)
           
 
Methods inherited from class compbio.engine.client.SkeletalExecutable
addParameters, equals, getClusterSettings, getError, getInput, getOutput, getParameters, hashCode, loadRunConfiguration, setError, setOutput, setParameter, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface compbio.engine.client.Executable
addParameters, getError, getInput, getOutput, getParameters, loadRunConfiguration
 

Field Detail

KEY_VALUE_SEPARATOR

public static final java.lang.String KEY_VALUE_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

Probcons

public Probcons()
Parameters:
workDirectory -
Method Detail

getResults

public Alignment getResults(java.lang.String workDirectory)
                     throws ResultNotAvailableException
Specified by:
getResults in interface Executable<Probcons>
Throws:
ResultNotAvailableException

getCreatedFiles

public java.util.List<java.lang.String> getCreatedFiles()
Description copied from class: SkeletalExecutable
This method cannot really tell whether the files has actually been created or not. It must be overridden as required.

Specified by:
getCreatedFiles in interface Executable<Probcons>
Overrides:
getCreatedFiles in class SkeletalExecutable<Probcons>
See Also:
Executable.getCreatedFiles()

setInput

public Probcons setInput(java.lang.String inFile)
Overrides:
setInput in class SkeletalExecutable<Probcons>

getLimit

public Limit<Probcons> getLimit(java.lang.String presetName)
Specified by:
getLimit in interface Executable<Probcons>

getLimits

public LimitsManager<Probcons> getLimits()
Specified by:
getLimits in interface Executable<Probcons>

getType

public java.lang.Class<? extends Executable<?>> getType()
Specified by:
getType in class SkeletalExecutable<Probcons>