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 Resource
Cursor. getResource(int argumentIndex)
Returns the resource by for the given index in the current answer row.Resource
DataStoreConnection. getResource(long resourceID)
Looks up the resource with the given IDs.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Resource Modifier and Type Method Description boolean
DataStoreConnection. getResources(long[] resourceIDs, int startIndex, int endIndex, Resource[] resources)
Looks up the resources with the given IDs.Method parameters in tech.oxfordsemantic.jrdfox.client with type arguments of type Resource Modifier and Type Method Description void
QueryAnswerMonitor. processQueryAnswer(java.util.List<Resource> answer, long multiplicity)
Called for each query answer. -
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.expression
Subclasses of Resource in tech.oxfordsemantic.jrdfox.logic.expression Modifier and Type Class Description class
BlankNode
class
Individual
class
IRI
class
Literal
Fields 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 Resource
NegativePath.NegatedPath. getResource()
Resource
ResourcePath. getResource()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type Resource Modifier and Type Method Description static ResourcePath
ResourcePath. 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 ValuesPattern
ValuesPattern. create(Variable[] variables, Resource[]... data)