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.ResourceDataStoreConnection. getResource(long resourceID)Looks up the resource with the given IDs.ResourceResourceValue. toResource()Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Resource Modifier and Type Method Description booleanDataStoreConnection. getResources(long[] resourceIDs, int startIndex, int endIndex, Resource[] resources)Looks up the resources with the given IDs. -
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)