Class 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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