compbio.engine.client
Interface ClusterNativeSpecExecutable<T>

All Superinterfaces:
Executable<T>
All Known Implementing Classes:
Tcoffee

public interface ClusterNativeSpecExecutable<T>
extends Executable<T>


Nested Class Summary
 
Nested classes/interfaces inherited from interface compbio.engine.client.Executable
Executable.ExecProvider
 
Method Summary
 java.lang.String getNativeSpecs()
           
 
Methods inherited from interface compbio.engine.client.Executable
addParameters, getCreatedFiles, getError, getInput, getLimit, getLimits, getOutput, getParameters, getResults, loadRunConfiguration
 

Method Detail

getNativeSpecs

java.lang.String getNativeSpecs()