Class LazyJoin
- java.lang.Object
-
- implementation.algorithms.matchTree.LazyJoin
-
public class LazyJoin extends java.lang.Object
Simple Object to encapsulate every useful attributes for the Lazy Joins algorithm recursion- Author:
- nk-fouque
-
-
Constructor Summary
Constructors 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 needed
-
-
-
Constructor Detail
-
LazyJoin
public 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 needed
-
-