Uses of Class
compbio.engine.client.CommandBuilder

Packages that use CommandBuilder
compbio.engine.client   
compbio.runner.conservation   
compbio.runner.disorder   
compbio.runner.msa Wrappers for native executables for multiple sequence alignment (msa) 
 

Uses of CommandBuilder in compbio.engine.client
 

Methods in compbio.engine.client that return CommandBuilder
 CommandBuilder<?> RunConfiguration.getParameters()
           
 CommandBuilder<T> ConfExecutable.getParameters()
           
 CommandBuilder<T> ConfiguredExecutable.getParameters()
           
 CommandBuilder<T> Executable.getParameters(Executable.ExecProvider provider)
           
 CommandBuilder<T> ConfExecutable.getParameters(Executable.ExecProvider provider)
           
 CommandBuilder<T> SkeletalExecutable.getParameters(Executable.ExecProvider provider)
           
static
<T> CommandBuilder<T>
CommandBuilder.newCommandBuilder(java.util.List<? extends Option<T>> arguments, java.lang.String nameValueSeparator)
          This produces the same result as getCommands method.
 

Methods in compbio.engine.client with parameters of type CommandBuilder
 void RunConfiguration.setParameters(CommandBuilder<?> parameters)
           
 

Uses of CommandBuilder in compbio.runner.conservation
 

Methods in compbio.runner.conservation that return CommandBuilder
 CommandBuilder<AACon> AACon.getParameters(Executable.ExecProvider provider)
           
 

Uses of CommandBuilder in compbio.runner.disorder
 

Methods in compbio.runner.disorder that return CommandBuilder
 CommandBuilder<Jronn> Jronn.getParameters(Executable.ExecProvider provider)
           
 

Uses of CommandBuilder in compbio.runner.msa
 

Methods in compbio.runner.msa that return CommandBuilder
 CommandBuilder<ClustalO> ClustalO.getParameters(Executable.ExecProvider provider)
           
 CommandBuilder<Tcoffee> Tcoffee.getParameters(Executable.ExecProvider provider)