Uses of Interface
tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor
Packages that use ImportNotificationMonitor
-
Uses of ImportNotificationMonitor in tech.oxfordsemantic.jrdfox.client
Fields in tech.oxfordsemantic.jrdfox.client declared as ImportNotificationMonitorModifier and TypeFieldDescriptionstatic final ImportNotificationMonitorImportNotificationMonitor.s_firstErrorExceptionMonitorProvides a default implementation of an import monitor that throws an exception upon first error notification.static final ImportNotificationMonitorImportNotificationMonitor.s_nullMonitorProvides a default implementation of an import monitor that ignores all notifications.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ImportNotificationMonitorModifier and TypeMethodDescriptionDataStoreConnection.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, 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.DataStoreConnection.importData(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(UpdateType updateType, InputSourceFactory inputSourceFactory, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factory into the data store.