Uses of Class
implementation.algorithms.matchTree.MatchTreeNode
-
Packages that use MatchTreeNode Package Description implementation.algorithms.matchTree -
-
Uses of MatchTreeNode in implementation.algorithms.matchTree
Subclasses of MatchTreeNode in implementation.algorithms.matchTree Modifier and Type Class Description class
MatchTreeRoot
The root node of a match-treeMethods in implementation.algorithms.matchTree that return types with arguments of type MatchTreeNode Modifier and Type Method Description java.util.Set<MatchTreeNode>
MatchTreeNode. getChildren()
The nodes under this nodeMethods in implementation.algorithms.matchTree with parameters of type MatchTreeNode Modifier and Type Method Description void
MatchTreeNode. replace(MatchTreeNode child, MatchTreeNode other)
Replaces one child node by a new node in this node's childrenConstructors in implementation.algorithms.matchTree with parameters of type MatchTreeNode Constructor Description LazyJoin(MatchTreeNode node, java.util.HashSet<org.apache.jena.sparql.core.Var> plus, java.util.HashSet<org.apache.jena.sparql.core.Var> minus, boolean update)
Base constructor with every attributes neededMatchTreeNode(MatchTreeNode other)
Constructor by copyMatchTreeRoot(MatchTreeNode other)
Constructor for copies
-