Package eu.bandm.tscore.model
Class __TREEGEN__.Inner1
java.lang.Object
eu.bandm.tools.graficUtils.SwingForester.TreeProxy
eu.bandm.tools.graficUtils.SwingForester.LazyNode
eu.bandm.tscore.model.__TREEGEN__.Inner1
- All Implemented Interfaces:
TreeNode
- Enclosing class:
__TREEGEN__
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class eu.bandm.tools.graficUtils.SwingForester.LazyNode
children, rootFields inherited from class eu.bandm.tools.graficUtils.SwingForester.TreeProxy
label, parent, source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voideval()Creation of subtrees, as overridden by the user.Methods inherited from class eu.bandm.tools.graficUtils.SwingForester.LazyNode
add, add, add, addChild, addMAP, addREL, addSEQ, addSET, children, demand, getAllowsChildren, getChildAt, getChildCount, getIndex, isLeaf, valueToStringMethods inherited from class eu.bandm.tools.graficUtils.SwingForester.TreeProxy
getLabel, getParent, getSource, toString
-
Constructor Details
-
Inner1
-
-
Method Details
-
eval
protected void eval()Description copied from class:eu.bandm.tools.graficUtils.SwingForester.LazyNodeCreation of subtrees, as overridden by the user.- Specified by:
evalin classSwingForester.LazyNode
-