Uses of Class
tech.oxfordsemantic.jrdfox.logic.Resource
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client | |
tech.oxfordsemantic.jrdfox.logic |
-
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
Subclasses of Resource in tech.oxfordsemantic.jrdfox.logic Modifier and Type Class Description class
BlankNode
class
IRI
class
Literal
Fields in tech.oxfordsemantic.jrdfox.logic declared as Resource Modifier and Type Field Description static Resource[][]
Resource. NO_RESOURCE_TUPLES
static Resource[]
Resource. NO_RESOURCES
Methods in tech.oxfordsemantic.jrdfox.logic that return Resource Modifier and Type Method Description Resource
Values. getDataTupleElement(int tupleIndex, int elementIndex)
Methods in tech.oxfordsemantic.jrdfox.logic that return types with arguments of type Resource Modifier and Type Method Description java.util.List<java.util.List<Resource>>
Values. getData()
java.util.List<Resource>
Values. getDataTuple(int tupleIndex)