public class CBDStructureTree extends GenericTree<String,CBDStructureTree>
Constructor and Description |
---|
CBDStructureTree() |
CBDStructureTree(String data) |
Modifier and Type | Method and Description |
---|---|
CBDStructureTree |
addInNode() |
CBDStructureTree |
addOutNode() |
static CBDStructureTree |
fromTreeString(String treeString) |
boolean |
hasInChild() |
boolean |
hasOutChild() |
boolean |
isInNode() |
boolean |
isOutNode() |
static void |
main(String[] args) |
addChild, addChildAt, addChildren, equals, getChildAt, getChildren, getData, getLeafs, getNumberOfChildren, getParent, hasChildren, hashCode, isLeaf, isRoot, removeChild, removeChildAt, removeChildren, setChildren, setData, setParent, toString, toStringVerbose
public CBDStructureTree()
public CBDStructureTree(String data)
public boolean isInNode()
public boolean isOutNode()
public CBDStructureTree addInNode()
public CBDStructureTree addOutNode()
public boolean hasOutChild()
public boolean hasInChild()
public static CBDStructureTree fromTreeString(String treeString)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann