Uses of Class
tech.oxfordsemantic.jrdfox.logic.expression.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return ResourceModifier and TypeMethodDescriptionCursor.getResource(int argumentIndex) Returns the resource by for the given index in the current answer row.ResourceValue.toResource() -
Uses of Resource in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats with parameters of type ResourceModifier and TypeMethodDescriptionvoidWrites an RDF quad to the output stream.voidTurtleTriGWriter.writeTriple(Resource subject, Resource predicate, Resource object) Writes an RDF triple to the output stream.Constructors in tech.oxfordsemantic.jrdfox.formats with parameters of type ResourceModifierConstructorDescriptionDatalogParser(Resource defaultGraph, String baseIRI, Prefixes prefixes) -
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.expression
Subclasses of Resource in tech.oxfordsemantic.jrdfox.logic.expressionFields in tech.oxfordsemantic.jrdfox.logic.expression declared as Resource -
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.sparql.path
Subclasses with type arguments of type Resource in tech.oxfordsemantic.jrdfox.logic.sparql.pathMethods in tech.oxfordsemantic.jrdfox.logic.sparql.path that return ResourceModifier and TypeMethodDescriptionNegativePath.NegatedPath.getResource()ResourcePath.getResource()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type ResourceConstructors in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type Resource -
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return types with arguments of type ResourceMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type Resource -
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return ResourceModifier and TypeMethodDescriptionGraphUpdate.getSourceGraph()GraphUpdate.getTargetGraph()DeleteInsertUpdate.getWith()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return types with arguments of type ResourceModifier and TypeMethodDescriptionQueryBody.getDatasetDefaultGraphs()QueryBody.getDatasetNamedGraphs()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type ResourceModifier and TypeMethodDescriptionstatic DeleteInsertUpdateDeleteInsertUpdate.create(Resource with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody) static GraphUpdateGraphUpdate.create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, Resource sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, Resource targetGraph) static QueryBodyQueryBody.createImmutable(Resource[] datasetDefaultGraphs, Resource[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern) Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.statement with type arguments of type ResourceModifier and TypeMethodDescriptionstatic QueryBodyQueryBody.createImmutable(List<Resource> datasetDefaultGraphs, List<Resource> datasetNamedGraphs, GroupGraphPattern wherePattern, List<QueryBody.GroupCondition> groupBy, List<Expression> having, List<QueryBody.OrderCondition> orderBy, long offset, long limit, ValuesPattern valuesPattern)