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 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.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.Method parameters in tech.oxfordsemantic.jrdfox.client with type arguments of type Resource Modifier and Type Method Description voidQueryAnswerMonitor. 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 classBlankNodeclassIRIclassLiteralFields in tech.oxfordsemantic.jrdfox.logic declared as Resource Modifier and Type Field Description static Resource[][]Resource. NO_RESOURCE_TUPLESstatic Resource[]Resource. NO_RESOURCESMethods in tech.oxfordsemantic.jrdfox.logic that return Resource Modifier and Type Method Description ResourceValues. 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)