Package org.aksw.jenax.graphql.sparql
Class RdfGraphQlExecBuilderBase
java.lang.Object
org.aksw.jenax.graphql.sparql.RdfGraphQlExecBuilderBase
- All Implemented Interfaces:
RdfGraphQlExecBuilder
- Direct Known Subclasses:
RdfGraphQlExecBuilderFront
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected graphql.language.Documentprotected Stringprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAssignments(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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.graphql.rdf.api.RdfGraphQlExecBuilder
build
-
Field Details
-
document
protected graphql.language.Document document -
documentString
-
assignments
-
jsonMode
protected boolean jsonMode
-
-
Constructor Details
-
RdfGraphQlExecBuilderBase
public RdfGraphQlExecBuilderBase()
-
-
Method Details
-
setDocument
- Specified by:
setDocumentin interfaceRdfGraphQlExecBuilder
-
setDocument
- Specified by:
setDocumentin interfaceRdfGraphQlExecBuilder
-
setVar
- Specified by:
setVarin interfaceRdfGraphQlExecBuilder
-
setAssignments
- Specified by:
setAssignmentsin interfaceRdfGraphQlExecBuilder
-
setJsonMode
Description copied from interface:RdfGraphQlExecBuilderJSON 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.- Specified by:
setJsonModein interfaceRdfGraphQlExecBuilder
-