Package org.forester.archaeopteryx.tools
Class SequenceDataRetriver
- java.lang.Object
-
- org.forester.archaeopteryx.tools.RunnableProcess
-
- org.forester.archaeopteryx.tools.SequenceDataRetriver
-
- All Implemented Interfaces:
java.lang.Runnable
public final class SequenceDataRetriver extends RunnableProcess
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEBUG
-
Constructor Summary
Constructors Constructor Description SequenceDataRetriver(MainFrameApplication mf, TreePanel treepanel, Phylogeny phy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class org.forester.archaeopteryx.tools.RunnableProcess
end, start
-
-
-
-
Field Detail
-
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SequenceDataRetriver
public SequenceDataRetriver(MainFrameApplication mf, TreePanel treepanel, Phylogeny phy)
-
-