y.module
Class OrganicEdgeRouterModule
java.lang.Object
|
+--y.module.YModule
|
+--y.module.LayoutModule
|
+--y.module.OrganicEdgeRouterModule
- public class OrganicEdgeRouterModule
- extends LayoutModule
Module for the Organic Edge Router Algorithm.
Methods inherited from class y.module.YModule |
dispose, fitGraph2DView, getAuthor, getDescription, getExitStatus, getGraph2D, getGraph2DView, getModuleName, getOptionHandler, getTimer, getView, init, 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 |
OrganicEdgeRouterModule
public OrganicEdgeRouterModule()
- Creates a new Instance of this Module.
createOptionHandler
public OptionHandler createOptionHandler()
- Creates an option handler for this module that
manages options for the force transfer algorithm.
- Overrides:
createOptionHandler
in class YModule
- Returns:
- The option handler for this module,
null
by default.
mainrun
protected void mainrun()
- Launches this module.
- Specified by:
mainrun
in class YModule