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.ObjectThe root node containing the nodes for the root objects of the state.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.ListchildrenThe children.
 - 
Constructor SummaryConstructors Constructor Description RootNode()Create a new object node.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListgetChildren()Get the children of this node.
 
-