Package jadex.rules.tools.stateviewer
Class OAVTreeModel.RootNode
- java.lang.Object
-
- jadex.rules.tools.stateviewer.OAVTreeModel.RootNode
-
- Enclosing class:
- OAVTreeModel
public class OAVTreeModel.RootNode extends java.lang.Object
The root node containing the nodes for the root objects of the state.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List
children
The children.
-
Constructor Summary
Constructors Constructor Description RootNode()
Create a new object node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getChildren()
Get the children of this node.
-