y.module
Class PortConstraintModule
java.lang.Object
|
+--y.module.YModule
|
+--y.module.LayoutModule
|
+--y.module.PortConstraintModule
- public class PortConstraintModule
- extends LayoutModule
A module that allows to configure port constraints interactively. To perform that task
it uses the configurator class PortConstraintConfigurator
.
Method Summary |
protected OptionHandler |
createOptionHandler()
Creates and initializes the option handler so that a convenient way for
manipulating the parameters is at the user's hand. |
protected 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, 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 |
PortConstraintModule
public PortConstraintModule()
createOptionHandler
protected OptionHandler createOptionHandler()
- Creates and initializes the option handler so that a convenient way for
manipulating the parameters is at the user's hand.
- Overrides:
createOptionHandler
in class YModule
- Returns:
- The option handler for this module,
null
by default.
mainrun
protected void mainrun()
- Description copied from class:
YModule
- Main execution code to be implemented by any subclassed module.
- Specified by:
mainrun
in class YModule