Uses of Interface
tech.oxfordsemantic.jrdfox.client.ResourceValue
Packages that use ResourceValue
-
Uses of ResourceValue in tech.oxfordsemantic.jrdfox.client
Fields in tech.oxfordsemantic.jrdfox.client declared as ResourceValueMethods in tech.oxfordsemantic.jrdfox.client that return ResourceValueModifier and TypeMethodDescriptionstatic ResourceValueResourceValue[][]DataStoreConnection.getDataSourceTableData(String dataSourceName, String dataSourceTableName, int numberOfRows) Returns a sample of the data from the specified data source table.Cursor.getResourceValue(int argumentIndex) Returns the resource bound to the given index in the current answer row.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ResourceValueModifier and TypeMethodDescriptionDataStoreConnection.importAxiomsFromTriples(ResourceValue sourceGraph, boolean translateAssertions, ResourceValue destinationGraph, UpdateType updateType) Parses the given source graph into OWL axioms, and imports the axioms into the destination graph.DataStoreConnection.importAxiomsFromTriples(ResourceValue sourceGraph, boolean translateAssertions, ResourceValue destinationGraph, UpdateType updateType, ImportNotificationMonitor importNotificationMonitor) Parses the given source graph into OWL axioms, and imports the axioms into the destination graph.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, File file) Imports the data from the given file into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, InputStream inputStream) Imports the data from the given input stream into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, String content) Imports the data from the given string into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, Collection<InputSourceFactory> inputSourceFactories, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factories into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, InputSourceFactory inputSourceFactory, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factory into the data store Triples in the default graph will be put into the named graph specified using thedefaultGraphparameter.Method parameters in tech.oxfordsemantic.jrdfox.client with type arguments of type ResourceValueModifier and TypeMethodDescriptionvoidQueryAnswerMonitor.processQueryAnswer(List<ResourceValue> answer, long multiplicity) Called for each query answer.