org.biojava.bio.structure.align
Class FarmJob
java.lang.Object
org.biojava.bio.structure.align.FarmJob
- All Implemented Interfaces:
- Runnable
public class FarmJob
- extends Object
- implements Runnable
A job as it can be run on the farm.
- Author:
- Andreas Prlic
for arguments see the printHelp() method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FarmJob
public FarmJob()
getParams
public FarmJobParameters getParams()
setParams
public void setParams(FarmJobParameters params)
addAlignmentProgressListener
public void addAlignmentProgressListener(AlignmentProgressListener listener)
clearListeners
public void clearListeners()
main
public static void main(String[] argv)
run
public void run()
- Specified by:
run
in interface Runnable
terminate
public void terminate()
printHelp
public void printHelp()