Package org.aksw.facete.v3.api
Interface ScopedTreeQueryNode
public interface ScopedTreeQueryNode
-
Method Summary
Modifier and TypeMethodDescriptionvoidchRoot()Rotate the tree such that this node becomes its root.getOrCreateChild(FacetStep facetStep) getTree()Resolves a path, calls getOrCreateChild on nodes as needed
-
Method Details
-
getTree
ScopedTreeQuery getTree() -
chRoot
void chRoot()Rotate the tree such that this node becomes its root. This means, that if this node has a parent then it will become a child of this node. -
reachingStep
FacetStep reachingStep() -
getParent
ScopedTreeQueryNode getParent() -
getOrCreateChild
-
resolve
Resolves a path, calls getOrCreateChild on nodes as needed
-