Package org.aksw.jenax.graphql.rdf.api
Interface RdfGraphQlExecBuilder
- All Known Implementing Classes:
GraphQlExecBuilderOverSparql,RdfGraphQlExecBuilderBase,RdfGraphQlExecBuilderFront
public interface RdfGraphQlExecBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setAssignments(Map<String, org.apache.jena.graph.Node> assignments) setDocument(graphql.language.Document document) setDocument(String documentString) setJsonMode(boolean jsonMode) JSON Mode: If true, then the output will be the json model as specified in the graphql query.
-
Method Details
-
setDocument
-
setDocument
-
setVar
-
setAssignments
-
setJsonMode
JSON Mode: If true, then the output will be the json model as specified in the graphql query. If false, the result will be a RDF object tree model of the underling triples. -
build
RdfGraphQlExec build()
-