Uses of Class
org.aksw.deer.util.TreeX
Packages that use TreeX
-
Uses of TreeX in org.aksw.deer.util
Methods in org.aksw.deer.util that return TreeXModifier and TypeMethodDescriptionAdd child node to the current tree nodeAdd parent node to the current tree nodeTreeX.getParent()Return the first parentMethods in org.aksw.deer.util that return types with arguments of type TreeXModifier and TypeMethodDescriptionTreeX.getchildren()TreeX.getChildren()TreeX.getLeaves()returns tree leavesTreeX.getParents()Return all parentsMethods in org.aksw.deer.util with parameters of type TreeXModifier and TypeMethodDescriptionAdd child node to the current tree nodeAdd parent node to the current tree nodevoidTreeX.removeChild(TreeX<T> child)Remove ChildvoidMethod parameters in org.aksw.deer.util with type arguments of type TreeXModifier and TypeMethodDescriptionvoidTreeX.setChildren(List<TreeX<T>> children)voidTreeX.setParents(List<TreeX<T>> parents)Constructors in org.aksw.deer.util with parameters of type TreeXModifierConstructorDescriptioncreate tree node with many parents and a single childCopy constructorcreate tree node with a single parent and many childrenConstructor parameters in org.aksw.deer.util with type arguments of type TreeXModifierConstructorDescriptioncreate tree node with many parents and many childrencreate tree node with many parents and a single childcreate tree node with a single parent and many children