Uses of Class
org.aksw.jenax.graphql.sparql.Context
Packages that use Context
-
Uses of Context in org.aksw.jenax.graphql.sparql
Fields in org.aksw.jenax.graphql.sparql declared as ContextFields in org.aksw.jenax.graphql.sparql with type parameters of type ContextModifier and TypeFieldDescriptionContext.childContextsGraphQlToSparqlConverter.GraphQlQueryWorker.contextStackThe context keeps track of which information (e.g.Methods in org.aksw.jenax.graphql.sparql that return ContextModifier and TypeMethodDescriptionContext.findOnlyField(String fieldName) Context.getParent()Context.newChildContext(graphql.language.Field field) static ContextGraphQlToSparqlConverter.setupContext(Context cxt) Parses a GraphQL node's rdf annotations.Methods in org.aksw.jenax.graphql.sparql that return types with arguments of type ContextMethods in org.aksw.jenax.graphql.sparql with parameters of type ContextModifier and TypeMethodDescriptionstatic StringGraphQlToSparqlConverter.deriveFieldIri(Context context, String fieldName) static voidGraphQlToSparqlConverter.processSparqlDirectives(Context cxt, GraphQlResolver resolver) static org.apache.jena.graph.NodeGraphQlToSparqlConverter.resolveClass(GraphQlResolver resolver, Context cxt, String fieldName) org.aksw.jenax.path.core.FacetPathGraphQlToSparqlConverter.resolveProperty(Context cxt, String fieldName) This method uses the context to resolve a field name to a relative facet pathstatic ContextGraphQlToSparqlConverter.setupContext(Context cxt) Parses a GraphQL node's rdf annotations.static org.aksw.jenax.sparql.fragment.api.FragmentGraphQlToSparqlConverter.tryParseSparqlQuery(Context cxt, graphql.language.Directive dir, String argName) Constructors in org.aksw.jenax.graphql.sparql with parameters of type Context