Class GraphDirective
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.context.Cascadable
org.aksw.jenax.graphql.sparql.v2.context.GraphDirective
Intended uses:
- @graph(iri: "http://foo") -> GRAPH <http://foo> { }
- @graph(var: "g") -> GRAPH ?g { }
- Not yet supported: @graph(iri: ["foo", "bar"]) -> GRAPH ?allocVar { } FILTER(?allocVar IN (<foo>, <bar>))
-
Field Summary
FieldsFields inherited from class org.aksw.jenax.graphql.sparql.v2.context.Cascadable
isCascade, isSelf -
Constructor Summary
ConstructorsConstructorDescriptionGraphDirective(String varName, List<String> graphIris, boolean isSelf, boolean isCascade) -
Method Summary
-
Field Details
-
varName
-
graphIris
-
-
Constructor Details
-
GraphDirective
-
-
Method Details
-
getVarName
-
getGraphIris
-