Uses of Interface
tech.oxfordsemantic.jrdfox.client.ResourceValue
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of ResourceValue in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return ResourceValue Modifier and Type Method Description ResourceValue[][]
DataStoreConnection. getDataSourceTableData(java.lang.String dataSourceName, java.lang.String dataSourceTableName, int numberOfRows)
Returns a sample of the data from the specified data source table.ResourceValue
Cursor. getResourceValue(int argumentIndex)
Returns the resource bound to the given index in the current answer row.ResourceValue
DataStoreConnection. getResourceValue(long resourceID)
Looks up the resource with the given ID.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ResourceValue Modifier and Type Method Description boolean
DataStoreConnection. getResourceValues(long[] resourceIDs, int startIndex, int endIndex, ResourceValue[] resourceValues)
Looks up the resources with the given IDs.Method parameters in tech.oxfordsemantic.jrdfox.client with type arguments of type ResourceValue Modifier and Type Method Description void
QueryAnswerMonitor. processQueryAnswer(java.util.List<ResourceValue> answer, long multiplicity)
Called for each query answer.