Class GraphPartitionJoin

java.lang.Object
org.aksw.jena_sparql_api.rx.entity.model.GraphPartitionJoin

public class GraphPartitionJoin extends Object
  • Field Details

    • entityGraphFragment

      protected EntityGraphFragment entityGraphFragment
    • parentJoinVars

      protected List<org.apache.jena.sparql.core.Var> parentJoinVars
      Which variables of the parent entityGraphFragment join with this element If null the join will occur on the parent's partition vars
    • lazyFetchGroupName

      protected String lazyFetchGroupName
    • subJoins

      protected List<GraphPartitionJoin> subJoins
  • Constructor Details

  • Method Details

    • getParentJoinVars

      public List<org.apache.jena.sparql.core.Var> getParentJoinVars()
    • getEntityGraphFragment

      public EntityGraphFragment getEntityGraphFragment()
    • applyNodeTransform

      public GraphPartitionJoin applyNodeTransform(org.apache.jena.sparql.graph.NodeTransform nodeTransform)
    • getLazyFetchGroupName

      public String getLazyFetchGroupName()
    • setLazyFetchGroupName

      public void setLazyFetchGroupName(String name)
    • getSubJoins

      public List<GraphPartitionJoin> getSubJoins()
    • toString

      public String toString()
      Overrides:
      toString in class Object