Class GraphPartitionJoin
java.lang.Object
org.aksw.jena_sparql_api.rx.entity.model.GraphPartitionJoin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EntityGraphFragmentprotected Stringprotected List<org.apache.jena.sparql.core.Var>Which variables of the parent entityGraphFragment join with this element If null the join will occur on the parent's partition varsprotected List<GraphPartitionJoin> -
Constructor Summary
ConstructorsConstructorDescriptionGraphPartitionJoin(EntityGraphFragment entityGraphFragment) GraphPartitionJoin(EntityGraphFragment entityGraphFragment, List<org.apache.jena.sparql.core.Var> parentJoinVars, String lazyFetchGroup, List<GraphPartitionJoin> subJoins) -
Method Summary
Modifier and TypeMethodDescriptionapplyNodeTransform(org.apache.jena.sparql.graph.NodeTransform nodeTransform) List<org.apache.jena.sparql.core.Var>voidsetLazyFetchGroupName(String name) toString()
-
Field Details
-
entityGraphFragment
-
parentJoinVars
Which variables of the parent entityGraphFragment join with this element If null the join will occur on the parent's partition vars -
lazyFetchGroupName
-
subJoins
-
-
Constructor Details
-
GraphPartitionJoin
-
GraphPartitionJoin
public GraphPartitionJoin(EntityGraphFragment entityGraphFragment, List<org.apache.jena.sparql.core.Var> parentJoinVars, String lazyFetchGroup, List<GraphPartitionJoin> subJoins)
-
-
Method Details
-
getParentJoinVars
-
getEntityGraphFragment
-
applyNodeTransform
public GraphPartitionJoin applyNodeTransform(org.apache.jena.sparql.graph.NodeTransform nodeTransform) -
getLazyFetchGroupName
-
setLazyFetchGroupName
-
getSubJoins
-
toString
-