private class ALDOperatorChooserTree.AuxNode extends Object
ALDOperators.
Useful as we have a hash map of children.| Modifier and Type | Field and Description |
|---|---|
(package private) HashMap<String,ALDOperatorChooserTree.AuxNode> |
children
Children of this node.
|
(package private) ALDOperatorLocation |
location
location object for this node.
|
| Constructor and Description |
|---|
AuxNode()
Default constructor.
|
AuxNode(ALDOperatorLocation location)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ALDOperatorChooserTreeNode |
createTree(String name)
Generates the ModelTree using the tree represented with
AuxNodes. |
HashMap<String,ALDOperatorChooserTree.AuxNode> children
ALDOperatorLocation location
AuxNode(ALDOperatorLocation location)
fullName - Full name of root operator.AuxNode()
ALDOperatorChooserTreeNode createTree(String name)
AuxNodes.name - name of node.Copyright © 2010–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.