Uses of Class
implementation.algorithms.matchTree.MatchTreeRoot
-
Packages that use MatchTreeRoot Package Description implementation.algorithms implementation.algorithms.matchTree -
-
Uses of MatchTreeRoot in implementation.algorithms
Methods in implementation.algorithms that return MatchTreeRoot Modifier and Type Method Description MatchTreeRoot
Cluster. getMatchTree()
This Cluster's Match-Tree -
Uses of MatchTreeRoot in implementation.algorithms.matchTree
Methods in implementation.algorithms.matchTree that return MatchTreeRoot Modifier and Type Method Description MatchTreeRoot
MatchTreeRoot. lazyJoin(org.apache.jena.sparql.syntax.Element element, CollectionsModel colMd, java.util.Set<org.apache.jena.sparql.core.Var> varPprime)
Applies The Lazy Joins Algorithm to insert a new node
-