Class ConnectiveDeclaration
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.api2.BasicConnectInfo
org.aksw.jenax.graphql.sparql.v2.api2.ConnectiveDeclaration
Describes the variables for a
Connective but does not specify the graph pattern.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<org.apache.jena.sparql.core.Var>The variables of the given element which to join on the parent variables.Fields inherited from class org.aksw.jenax.graphql.sparql.v2.api2.BasicConnectInfo
defaultTargetVars, visibleVars -
Constructor Summary
ConstructorsConstructorDescriptionConnectiveDeclaration(List<org.apache.jena.sparql.core.Var> defaultTargetVars, Set<org.apache.jena.sparql.core.Var> visibleVars, List<org.apache.jena.sparql.core.Var> connectVars) -
Method Summary
Methods inherited from class org.aksw.jenax.graphql.sparql.v2.api2.BasicConnectInfo
getDefaultTargetVars, getVisibleVars
-
Field Details
-
connectVars
The variables of the given element which to join on the parent variables.
-
-
Constructor Details
-
ConnectiveDeclaration
-
-
Method Details
-
getConnectVars
-