|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.gui.ALDOperatorChooserTree.AuxNode
private class ALDOperatorChooserTree.AuxNode
Node to build up a tree of the package structure of ALDOperator
s.
Useful as we have a hash map of children.
Field Summary | |
---|---|
(package private) java.util.HashMap<java.lang.String,ALDOperatorChooserTree.AuxNode> |
children
Children of this node. |
(package private) ALDOperatorLocation |
location
location object for this node. |
Constructor Summary | |
---|---|
ALDOperatorChooserTree.AuxNode()
Default constructor. |
|
ALDOperatorChooserTree.AuxNode(ALDOperatorLocation location)
Constructor. |
Method Summary | |
---|---|
(package private) ALDOperatorChooserTreeNode |
createTree(java.lang.String name)
Generates the ModelTree using the tree represented with AuxNode s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.HashMap<java.lang.String,ALDOperatorChooserTree.AuxNode> children
ALDOperatorLocation location
Constructor Detail |
---|
ALDOperatorChooserTree.AuxNode()
ALDOperatorChooserTree.AuxNode(ALDOperatorLocation location)
fullName
- Full name of root operator.Method Detail |
---|
ALDOperatorChooserTreeNode createTree(java.lang.String name)
AuxNode
s.
name
- name of node.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |