|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.module.YModule | +--y.module.LabelingModule
Common base class for modules that launch labeling algorithms.
Field Summary |
Fields inherited from class y.module.YModule |
FAILED, PRECONDITION_VIOLATED, SUCCESS |
Constructor Summary | |
LabelingModule()
|
Method Summary | |
OptionHandler |
createOptionHandler()
Creates an option handler for this layouter |
void |
init()
Initialisation code performed before calling LabelingModule.mainrun() . |
void |
mainrun()
Main execution code to be implemented by any subclassed module. |
Methods inherited from class y.module.YModule |
dispose, fitGraph2DView, getAuthor, getDescription, getExitStatus, getGraph2D, getGraph2DView, getModuleName, getOptionHandler, getTimer, getView, isAbortable, run, setExitStatus, setGraph2D, setModuleName, setOptionHandler, start, startAsThread |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LabelingModule()
Method Detail |
public OptionHandler createOptionHandler()
createOptionHandler
in class YModule
null
by default.public void init()
YModule
YModule.mainrun()
.
init
in class YModule
public void mainrun()
YModule
mainrun
in class YModule
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |