Uses of Class
tech.oxfordsemantic.jrdfox.logic.expression.Resource
-
Uses of Resource in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return Resource Modifier and Type Method Description ResourceCursor. getResource(int argumentIndex)Returns the resource by for the given index in the current answer row.ResourceResourceValue. toResource() -
Uses of Resource in tech.oxfordsemantic.jrdfox.formats
Constructors in tech.oxfordsemantic.jrdfox.formats with parameters of type Resource Constructor Description DatalogParser(Resource defaultGraph, Prefixes prefixes) -
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.expression
Subclasses of Resource in tech.oxfordsemantic.jrdfox.logic.expression Modifier and Type Class Description classBlankNodeclassIndividualclassIRIclassLiteralFields in tech.oxfordsemantic.jrdfox.logic.expression declared as Resource Modifier and Type Field Description static Resource[]Resource. EMPTY_ARRAY -
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.sparql.path
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path that return Resource Modifier and Type Method Description ResourceNegativePath.NegatedPath. getResource()ResourceResourcePath. getResource()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type Resource Modifier and Type Method Description static ResourcePathResourcePath. create(Resource resource)Constructors in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type Resource Constructor Description NegatedPath(Resource resource, java.lang.Boolean inverted) -
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 Resource Modifier and Type Method Description java.util.List<java.util.List<Resource>>ValuesPattern. getData()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type Resource Modifier and Type Method Description static ValuesPatternValuesPattern. create(Variable[] variables, Resource[]... data) -
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return Resource Modifier and Type Method Description ResourceGraphUpdate. getSourceGraph()ResourceGraphUpdate. getTargetGraph()ResourceDeleteInsertUpdate. getWith()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return types with arguments of type Resource Modifier and Type Method Description java.util.List<Resource>QueryBody. getDatasetDefaultGraphs()java.util.List<Resource>QueryBody. getDatasetNamedGraphs()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type Resource Modifier and Type Method Description static 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 Resource Modifier and Type Method Description static QueryBodyQueryBody. createImmutable(java.util.List<Resource> datasetDefaultGraphs, java.util.List<Resource> datasetNamedGraphs, GroupGraphPattern wherePattern, java.util.List<QueryBody.GroupCondition> groupBy, java.util.List<Expression> having, java.util.List<QueryBody.OrderCondition> orderBy, long offset, long limit, ValuesPattern valuesPattern)