Uses of Enum
tech.oxfordsemantic.jrdfox.client.UpdateType
Packages that use UpdateType
Package
Description
-
Uses of UpdateType in tech.oxfordsemantic.jrdfox.client
Subclasses with type arguments of type UpdateType in tech.oxfordsemantic.jrdfox.clientModifier and TypeClassDescriptionenumSpecifies whether an update operation involves adding or deleting rules/facts.Methods in tech.oxfordsemantic.jrdfox.client that return UpdateTypeModifier and TypeMethodDescriptionstatic UpdateTypeReturns the enum constant of this type with the specified name.static UpdateType[]UpdateType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type UpdateTypeModifier 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.DataStoreConnection.importData(UpdateType updateType, File file) Imports the data from the given file into the data store.DataStoreConnection.importData(UpdateType updateType, InputStream inputStream) Imports the data from the given input stream into the data store.DataStoreConnection.importData(UpdateType updateType, String content) Imports the data from the given string into the data store.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. -
Uses of UpdateType in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return UpdateTypeMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type UpdateTypeModifier and TypeMethodDescriptionstatic LoadUpdateLoadUpdate.create(boolean silent, UpdateType updateType, String sourceIRI, TupleTableName targetGraph)