|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LineagingAlgorithm
General interface to automatic lineaging algorithm.
Nested Class Summary | |
---|---|
static class |
LineagingAlgorithm.LineageAlgorithmDef
Instantiation and description of algorithms |
static interface |
LineagingAlgorithm.LineageSession
Called by algorithm for user feedback |
Method Summary | |
---|---|
void |
dataChangedEvent()
|
javax.swing.JComponent |
getComponent()
Get component to show in GUI |
void |
run(ProgressHandle ph,
LineagingAlgorithm.LineageSession listener)
Run algorithm |
void |
setStopping(boolean b)
User-enforced stop of lineaging algorithm thread |
Method Detail |
---|
javax.swing.JComponent getComponent()
void setStopping(boolean b)
void run(ProgressHandle ph, LineagingAlgorithm.LineageSession listener)
void dataChangedEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |