Package | Description |
---|---|
org.ontoware.rdf2go | |
org.ontoware.rdf2go.impl | |
org.ontoware.rdf2go.model | |
org.ontoware.rdf2go.model.impl | |
org.ontoware.rdf2go.model.persistent | |
org.ontoware.rdf2go.util | |
org.ontoware.rdf2go.util.transform | |
org.ontoware.rdfreactor.generator | |
org.ontoware.rdfreactor.runtime |
Generic methods for mapping object-oriented world to RDF triple world.
|
org.ontoware.rdfreactor.runtime.converter |
Implementations of
INodeConverter . |
org.ontoware.rdfreactor.schema.bootstrap | |
org.ontoware.rdfreactor.schema.owl |
Generated and hand-optimized classes for handling OWL represented as RDF.
|
org.ontoware.rdfreactor.schema.rdfs |
Generated and hand-optimized classes for handling RDFS represented as RDF.
|
org.openrdf.rdf2go |
Modifier and Type | Method and Description |
---|---|
Model |
ModelFactory.createModel()
Create a default in-memory ModelSet with no inferencing.
|
Model |
ModelFactory.createModel(Properties properties)
Create a Model configured by the given properties.
|
Model |
ModelFactory.createModel(Reasoning reasoning)
Create a new Model with inferencing.
|
Model |
ModelFactory.createModel(URI contextURI)
Create a default in-memory ModelSet with no inferencing and the given
context URI.
|
Modifier and Type | Method and Description |
---|---|
Model |
AbstractModelFactory.createModel() |
Model |
AbstractModelFactory.createModel(Reasoning reasoning) |
Modifier and Type | Method and Description |
---|---|
Model |
ModelSet.getDefaultModel()
The default model is used when the ModelSet is loaded from a
serialisation that has no context.
|
Model |
ModelSet.getModel(URI contextURI)
Get the Model with the passed URI.
|
Model |
Model.open()
Open connection to defined, underlying implementation
|
Modifier and Type | Method and Description |
---|---|
ClosableIterator<Model> |
ModelSet.getModels() |
Modifier and Type | Method and Description |
---|---|
void |
Model.addModel(Model model)
Adds a complete
Model to this Model. |
boolean |
ModelSet.addModel(Model model)
Adds a model to this ModelSet.
|
void |
ModelSet.addModel(Model model,
URI contextURI)
Adds a complete
Model to the given contextURI. |
boolean |
Model.isIsomorphicWith(Model other)
Two models can be equal even if they do not contain the same statements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLockingModel
adapter that maps the rdf2go model functions to a smaller subset of methods
|
class |
AbstractModel
adapter that maps the rdf2go model functions to a smaller subset of methods
|
class |
DelegatingModel
Delegates all calls to underlying model.
|
class |
DirtyAbstractModel
This is an abstract class which provides quick & dirty implementations to get
an adapter started quickly.
|
class |
NotifyingModelLayer
Adds notifying capabilites to existing models.
|
Modifier and Type | Method and Description |
---|---|
Model |
DelegatingModelSet.getDefaultModel() |
Model |
NotifyingModelSetLayer.getDefaultModel() |
Model |
DelegatingModel.getDelegatedModel() |
Model |
DelegatingModelSet.getModel(URI contextURI) |
Model |
NotifyingModelSetLayer.getModel(URI contextURI) |
Model |
DelegatingModel.open() |
Model |
AbstractModel.open()
Open connection to defined, unterlying implementation.
|
Modifier and Type | Method and Description |
---|---|
ClosableIterator<Model> |
DelegatingModelSet.getModels() |
ClosableIterator<Model> |
NotifyingModelSetLayer.getModels() |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingModel.addModel(Model model) |
boolean |
DelegatingModelSet.addModel(Model model) |
boolean |
AbstractModelSetImpl.addModel(Model model) |
boolean |
NotifyingModelSetLayer.addModel(Model model) |
void |
AbstractModel.addModel(Model model)
subclasses should overwrite this for performance reasons
|
void |
DelegatingModelSet.addModel(Model model,
URI contextURI) |
void |
AbstractModelSetImpl.addModel(Model model,
URI contextURI)
subclasses should overwrite this for performance reasons
|
boolean |
DelegatingModel.isIsomorphicWith(Model other) |
boolean |
DirtyAbstractModel.isomorphicWith(Model other)
Adapter implementations are strongly encouraged to overwrite this method.
|
protected void |
DelegatingModel.setDelegatedModel(Model model) |
Constructor and Description |
---|
DelegatingModel(Model model) |
NotifyingModelLayer(Model model) |
Modifier and Type | Interface and Description |
---|---|
interface |
PersistentModel
A Model that can be persisted as a file.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingModel
A Model that delegates to another Model and logs all calls to a SLF4j logger.
|
Modifier and Type | Method and Description |
---|---|
static Model |
ModelUtils.complement(Model a,
Model b,
Model result) |
static Model |
RDFTool.copyModel(Model m) |
Model |
LoggingModelSet.getDefaultModel() |
static Model |
Builder.getModel() |
Model |
LoggingModelSet.getModel(URI contextURI) |
static Model |
ModelUtils.intersection(Model a,
Model b,
Model result) |
static Model |
ModelUtils.loadFromFile(File in,
Syntax inSyntax)
Deprecated.
This method creates new models via RDF2Go. If multiple model
factories are used, this might be wrong. Use instead public
static void loadFromFile(File in, Syntax inSyntax, Model
sinkModel)
|
Model |
LoggingModel.open() |
static Model |
LanguageTools.selectLanguage(Model model,
String language)
Deletes all literals except the ones in the desired language.
|
static Model |
RDFTool.stringToModel(String rdfxml)
convenience function to create a memModel from an RDF/XML-ABBREV stream
|
static Model |
RDFTool.stringToModel(String string,
Syntax syntax)
convenience function to create a memModel from a string
|
static Model |
ModelUtils.union(Model a,
Model b,
Model result) |
Modifier and Type | Method and Description |
---|---|
ClosableIterator<Model> |
LoggingModelSet.getModels() |
Modifier and Type | Method and Description |
---|---|
boolean |
LoggingModelSet.addModel(Model model) |
void |
LoggingModel.addModel(Model model) |
void |
LoggingModelSet.addModel(Model model,
URI contextURI) |
static Model |
ModelUtils.complement(Model a,
Model b,
Model result) |
static void |
ModelUtils.copy(Model source,
Model target)
If the two models come from different implementations, copying blank
nodes needs special care
|
static Model |
RDFTool.copyModel(Model m) |
static void |
ModelUtils.deanonymize(Model m)
Replace all BlankNodes as Subjects or Objects from the Statements in the
given RDF2Go model.
|
static Statement |
RDFTool.findStatement(Model model,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
find the first statement that fits the passed triple pattern and return
it.
|
static String |
RDFTool.getGoodLabel(Node o,
Model source)
Get the Displaylabel of a Node.
|
static Node |
RDFTool.getSingleValue(Model m,
Resource res,
URI pred)
get the property pred of the resource res.
|
static String |
RDFTool.getSingleValueString(Model m,
Resource res,
URI pred)
read the values of a predicate of a resource.
|
static Model |
ModelUtils.intersection(Model a,
Model b,
Model result) |
boolean |
LoggingModel.isIsomorphicWith(Model other) |
static void |
ModelUtils.loadFromFile(File in,
Syntax inSyntax,
Model sinkModel)
Convenience method to load data from file in in syntax inSyntax and write
loaded triples to sinkModel.
|
static String |
RDFTool.modelToString(Model model)
Convert a model to a string RDF/XML for serialisation
|
static String |
RDFTool.modelToString(Model model,
Syntax syntax)
convert a model to a string for serialisation
|
static Model |
LanguageTools.selectLanguage(Model model,
String language)
Deletes all literals except the ones in the desired language.
|
static void |
RDFTool.setSingleValue(Model m,
Resource res,
URI pred,
Node value)
set the property pred of the resource res.
|
static void |
RDFTool.setSingleValue(Model m,
Resource res,
URI pred,
String value)
set the property pred of the resource res.
|
static Model |
ModelUtils.union(Model a,
Model b,
Model result) |
static void |
ModelUtils.writeToFile(Model model,
File outFile,
Syntax outSyntax) |
Constructor and Description |
---|
LoggingModel(Model m) |
Modifier and Type | Method and Description |
---|---|
void |
InferenceRule.applyRule(Model model,
Map<String,URI> namespaceMap) |
void |
TransformerRule.applyRule(Model model,
Map<String,URI> namespaceMap) |
void |
URISearchReplaceRule.applyRule(Model model,
Map<String,URI> namespaceMap) |
void |
SearchRemoveAddRule.applyRule(Model model,
Map<String,URI> namespaceMap) |
void |
NamespaceSearchReplaceRule.applyRule(Model model,
Map<String,URI> namespaceMap) |
static void |
SearchRemoveAddRule.searchAndReplace(Model model,
Map<String,URI> namespaceMap,
String search,
String remove,
String add) |
static void |
URISearchReplaceRule.searchAndReplace(Model model,
Map<String,URI> namespaceMap,
URI search,
URI replace) |
static void |
NamespaceSearchReplaceRule.searchAndReplace(Model model,
String searchURIPrefix,
String replaceURIPrefix) |
static void |
Transformer.transform(Model model,
Map<String,URI> namespaceMap,
List<TransformerRule> rules) |
Modifier and Type | Method and Description |
---|---|
static Model |
CodeGenerator.loadSchemaDataModel(String schemafilename)
load & deanonymize a schema file into a Jena RDF model
|
static Model |
ModelReaderUtils.read(String filename)
Load a RDF schema file into a Jena RDF model and return it
|
Modifier and Type | Method and Description |
---|---|
static JModel |
ModelGenerator.createFromOWL(Model schemaDataModel,
String packagename,
boolean skipbuiltins) |
static JModel |
ModelGenerator.createFromRDFS_AND_OWL(Model schemaDataModel,
String packagename,
boolean skipbuiltins)
TODO: this is experimental
|
static JModel |
ModelGenerator.createFromRDFS_Schema(Model modelWithSchemaData,
String packagename,
boolean skipbuiltins) |
static void |
CodeGenerator.generate(Model modelWithSchemaData,
File outDir,
String packagename,
Reasoning semantics,
boolean skipbuiltins,
boolean alwaysWriteToModel,
String methodnamePrefix)
Deprecated.
|
static void |
CodeGenerator.generate(Model modelWithSchemaData,
File outDir,
String packagename,
Reasoning semantics,
boolean skipbuiltins,
String methodnamePrefix) |
Modifier and Type | Field and Description |
---|---|
protected Model |
ReactorBaseImpl.model
the underlying RDF2Go model in which the triples representing the
properties of this object are saved
|
protected Model |
ReactorRuntimeEntity.model
the underlying RDF2Go model in which the triples representing the
properties of this object are saved
|
Modifier and Type | Method and Description |
---|---|
Model |
ReactorBaseImpl.getModel() |
Model |
ReactorBase.getModel() |
Model |
ExtractingIterator.getModel() |
Model |
OOQueryResultTableImpl.getModel() |
Model |
ReactorWrapperImpl.getModel() |
Model |
ReactorWrapper.getModel() |
Model |
ReactorRuntimeEntity.getModel() |
Modifier and Type | Method and Description |
---|---|
static void |
Base.add(Model model,
Resource resourceSubject,
URI propertyURI,
Object value) |
static void |
BridgeBase.add(Model model,
Resource subject,
URI property,
Object object)
Add a value to a property of a resource.
|
static void |
Base.add(Model model,
Resource resourceSubject,
URI propertyURI,
Object value,
int maxCardinality) |
void |
NewBridge.addAllValues(Model model,
Resource subject,
URI propertyURI,
Object[] values) |
static boolean |
Bridge.addValue(Model model,
Resource o,
URI propertyURI,
Object value)
Add a value to the property of an object after checking if the object
already had the property with the same value.
|
boolean |
NewBridge.addValue(Model model,
Resource o,
URI propertyURI,
Object value) |
static Object |
Base.castTo(Model model,
Resource resource,
Class<?> targetType)
Cast .this object to the given target Java type.
|
static boolean |
ResourceUtils.containsAnyValue(Model model,
Resource resource,
URI propertyURI)
Check if the resource identified by resourceID, has a property
identidified by propertyURI which has at least one value.
|
static boolean |
BridgeBase.containsGivenValue(Model model,
Resource resource,
URI propertyURI,
Object value)
Check if the resource identified by resourceID, has a property
identidified by propertyURI which has the given value among its values.
|
static boolean |
Bridge.containsInstance(Model model,
URI classURI)
Check if the model contains an instance of the given RDFS/OWL schema
class.
|
boolean |
NewBridge.containsInstance(Model model,
URI classURI) |
static long |
Base.countPropertyValues(Model model,
Resource resourceSubject,
URI propertyURI) |
static void |
Base.createInstance(Model model,
URI classURI,
Resource resourceSubject) |
static void |
ResourceUtils.delete(Model model,
Resource resource)
Delete a resource from the model, meaning: delete all (resource, *, *)
triples from the model
|
static void |
Base.deleteAllProperties(Model model,
Resource instanceResource)
Delete all (this, *, *)
|
static void |
Base.deleteInstance(Model model,
URI rdfsClass,
Resource resource)
Removes rdf:type rdfsClass
|
static Resource |
RDFReactorRuntime.genericResource2RDF2Goresource(Model model,
Resource o)
Work around a nasty issue in openrdf RepositoryModel: One cannot add a
generic Resource to anything It must specifically either be a BlankNode
OR a URI.
|
static Node |
Base.get_asNode(Model model,
Resource instanceResource,
URI propertyURI) |
static Object |
Base.get(Model model,
Resource resourceSubject,
URI propertyURI,
Class<?> returnType) |
static <T> ReactorResult<T> |
Base.getAll_as(Model model,
Resource resourceSubject,
URI propertyURI,
Class<T> returnType) |
static <T> T[] |
Base.getAll_asArray(Model model,
Resource resourceSubject,
URI propertyURI,
Class<T> returnType) |
static <T> List<T> |
Base.getAll_asList(Model model,
Resource resourceSubject,
URI propertyURI,
Class<T> returnType)
Convenience method for ClosableIterator
|
static ClosableIterator<Node> |
Base.getAll_asNode(Model model,
Resource resourceSubject,
URI propertyURI) |
static List<Node> |
Base.getAll_asNodeList(Model model,
Resource resourceSubject,
URI propertyURI) |
static <T> ReactorResult<T> |
Base.getAll_Inverse_as(Model model,
URI propertyURI,
Object value,
Class<T> returnType) |
static ClosableIterator<Resource> |
Base.getAll_Inverse(Model model,
URI propertyURI,
Object value) |
static <T> ClosableIterator<T> |
Base.getAll(Model model,
Resource resourceSubject,
URI propertyURI,
Class<T> returnType) |
static <T> ReactorResult<T> |
Base.getAllInstances_as(Model model,
URI classURI,
Class<T> returnType) |
static <T> T[] |
Base.getAllInstances_asArray(Model model,
URI classURI,
Class<T> returnType) |
static <T> List<T> |
Base.getAllInstances_asList(Model model,
URI classURI,
Class<T> returnType) |
static Object[] |
ReactorBaseImpl.getAllInstances(Model model,
Class<?> javaClass)
Return all instances of the given class.
|
Object[] |
NewBridge.getAllInstances(Model model,
Class<?> javaClass) |
static Object[] |
BridgeBase.getAllInstances(Model model,
Class<?> javaClass)
Get all instances of the class in the model.
|
static <T> ClosableIterator<T> |
Base.getAllInstances(Model model,
URI classURI,
Class<T> returnType)
Return all instances of the given class.
|
static Iterator<?> |
ReactorBaseImpl.getAllInstancesAsIterator(Model model,
Class javaClass,
URI classURI)
Return all instances of the given class as a SubjectResultIterator
object.
|
static Set<Object> |
BridgeBase.getAllValues_asSet(Model model,
Resource resource,
URI propertyURI,
Class<?> returnType)
Return a Set with all x matching (resourceObject, propertyURI, x) in the
given model.
|
static Object[] |
BridgeBase.getAllValues_Inverse(Model model,
URI propertyURI,
Node objectNode,
Class<?> returnType)
Get all resources having the given property and value.
|
static Object[] |
BridgeBase.getAllValues(Model model,
Resource resource,
URI propertyURI,
Class<?> returnType)
Get all values for the given resource and property.
|
static <T> T |
Base.getInstance(Model model,
Resource resource,
Class<?> returnType) |
static Object |
ReactorBaseImpl.getInstance(Model model,
URI uri,
Class<?> javaClass) |
static Resource |
Base.getInverse(Model model,
URI propertyURI,
Object value) |
static Node |
ResourceUtils.getSingleValue(Model model,
Resource subject,
URI propertyURI) |
static OOQueryResultTable |
BridgeBase.getSparqlSelect(Model model,
Map<String,Class<?>> returnTypes,
String sparqlSelectQuery)
Query the model with a SPARQL query.
|
static Iterator<? extends Object> |
Bridge.getSparqlSelectSingleVariable(Model m,
Class<?> returnType,
String sparqlSelectQuery)
Use a SPARQL query on the model and wrap the result in a
SparlSingleVariableIterator, to ensure that only single elements are
included in the result.
|
ClosableIterator<? extends Object> |
NewBridge.getSparqlSelectSingleVariable(Model model,
Class<?> returnType,
String sparqlSelectQuery) |
static Object |
BridgeBase.getValue(Model model,
Resource resourceSubject,
URI propertyURI,
Class<?> returnType)
Return the first x with matching statement (resourceObject, propertyURI,
x) from the given model.
|
static boolean |
Base.has(Model model,
Resource resourceSubject,
URI propertyURI) |
static boolean |
Base.hasInstance(Model model,
Resource classURI,
Resource resourceSubject) |
static boolean |
ReactorBaseImpl.hasInstance(Model model,
URI uri,
URI classURI) |
static boolean |
Base.hasValue(Model model,
Resource resourceSubject,
URI propertyURI) |
static boolean |
Base.hasValue(Model model,
Resource resourceSubject,
URI propertyURI,
Object value) |
boolean |
ReactorBaseImpl.in(Model model) |
boolean |
ReactorBase.in(Model model) |
static boolean |
Bridge.isInstanceOf(Model model,
Resource instanceID,
URI classURI)
Check if a resource is an instance of a given RDFS/OWL class.
|
boolean |
NewBridge.isInstanceOf(Model model,
Resource subject,
URI classURI) |
static Node |
RDFReactorRuntime.java2node(Model model,
Object reactorValue) |
static Object |
RDFReactorRuntime.node2javatype(Model model,
Node n,
Class<?> returnType)
Convert RDF entities to ReactorBaseNamed and primitive java values.
|
static void |
Base.remove(Model model,
Resource resourceSubject,
URI propertyURI,
Object value) |
static void |
Base.remove(Model model,
Resource resourceSubject,
URI propertyURI,
Object value,
int minCardinality) |
static void |
Base.removeAll(Model model,
Resource resourceSubject,
URI propertyURI) |
boolean |
NewBridge.removeAllValues(Model model,
Resource subject,
URI propertyURI) |
static boolean |
BridgeBase.removeAllValues(Model model,
Resource r,
URI p)
Remove all values of a property from a resource.
|
boolean |
NewBridge.removeAllValues(Model model,
Resource subject,
URI propertyURI,
Object[] values) |
boolean |
NewBridge.removeValue(Model model,
Resource subject,
URI propertyURI,
Object value) |
static Object |
RDFReactorRuntime.resource2reactorbase(Model model,
Node node,
Class<?> targetType)
Convert an RDF2Go resource to the target type, which must be a subclass
of ReactorBase.
|
static void |
Base.set(Model model,
Resource resourceSubject,
URI propertyURI,
Object value) |
static void |
Bridge.setAllValue(Model model,
Resource subject,
URI prop,
Object[] o)
Set the value of a property from a resource after removing all existing
values of the property from that resource.
|
void |
NewBridge.setAllValues(Model model,
Resource subject,
URI propertyURI,
Object[] values) |
static void |
Bridge.setValue(Model model,
Resource resourceObject,
URI propertyURI,
Object value)
Set the value(s) of a property of an object, after removing all values of
the property from the object
|
void |
NewBridge.setValue(Model model,
Resource resourceObject,
URI propertyURI,
Object value) |
Node |
INodeConverter.toNode(Model model,
Object javaValue) |
static boolean |
Bridge.updateValue(Model model,
BlankNode blankNode,
URI propertyURI,
Object _old,
Object _new)
Update the value of a property from a resource.
|
static Boolean |
Bridge.updateValue(Model model,
Resource resourceIdentifier,
URI propertyURI,
Object _old,
Object _new)
Update the value of a property from a resource.
|
boolean |
NewBridge.updateValue(Model model,
Resource subject,
URI propertyURI,
Object oldValue,
Object newValue) |
Constructor and Description |
---|
ConvertingClosableIterator(ClosableIterator<Node> it,
Model model,
Class<T> returnType) |
ExtractingIterator(Model model,
ClosableIterator<QueryRow> it,
String extractVariable) |
ObjectResultIterator(Model model,
Iterator<Node> it,
Class<T> returnType)
Deprecated.
Constructor for the wrapper around an Iterator over URI or BlankNode or
Literal triple objects.
|
OOQueryResultTableImpl(Model m,
Map<String,Class<?>> returnTypes,
String sparqlSelectQuery) |
ReactorBaseImpl(Model model,
URI classURI,
Resource instanceIdentifier)
Constructor: create a ReactorBaseImpl for the RDFS/OWL schema class
identified by classURI, with instanceIdentifier as the identifing URL or
BlankNode.
|
ReactorBaseImpl(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Constructor: create a ReactorBaseImpl for the RDFS/OWL schema class
identified by classURI, with instanceIdentifier as the identifing URL or
BlankNode.
|
ReactorResult(Model model,
TriplePatternImpl triplePattern,
Class<T> returnType) |
ReactorRuntimeEntity(Model model,
URI classURI,
Resource instanceIdentifier)
Constructor: create a ReactorBaseImpl for the RDFS/OWL schema class
identified by classURI, with instanceIdentifier as the identifing URL or
BlankNode.
|
ReactorRuntimeEntity(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Constructor: create a ReactorBaseImpl for the RDFS/OWL schema class
identified by classURI, with instanceIdentifier as the identifing URL or
BlankNode.
|
Modifier and Type | Method and Description |
---|---|
Node |
ByteConverter.toNode(Model model,
Object javaValue) |
Node |
ResourceConverter.toNode(Model model,
Object javaValue) |
Node |
UrlConverter.toNode(Model model,
Object javaValue) |
Node |
CalendarConverter.toNode(Model model,
Object javaValue) |
Node |
NodeConverter.toNode(Model model,
Object javaValue) |
Node |
UriConverter.toNode(Model model,
Object javaValue) |
Node |
FloatConverter.toNode(Model model,
Object javaValue) |
Node |
StringConverter.toNode(Model model,
Object javaValue) |
Node |
IntegerConverter.toNode(Model model,
Object javaValue) |
Node |
ShortConverter.toNode(Model model,
Object javaValue) |
Node |
BooleanConverter.toNode(Model model,
Object javaValue) |
Node |
DoubleConverter.toNode(Model model,
Object javaValue) |
Node |
JavaNetUriConverter.toNode(Model model,
Object javaValue) |
Node |
LongConverter.toNode(Model model,
Object javaValue) |
Modifier and Type | Method and Description |
---|---|
static Model |
GenerateRuntime.loadFromClassPathResource(String resourceName) |
Modifier and Type | Method and Description |
---|---|
static void |
OWL_Protege_NRL_Restriction.addAllValuesFrom(Model model,
Resource instanceResource,
Class value)
Adds a value to property AllValuesFrom from an instance of Class
|
static void |
OWL_Protege_NRL_Restriction.addAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property AllValuesFrom as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addCardinality(Model model,
Resource instanceResource,
Integer value)
Adds a value to property Cardinality from an instance of Integer
|
static void |
OWL_Protege_NRL_Restriction.addCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property Cardinality as an RDF2Go node
|
static void |
Resource.addComment(Model model,
Resource instanceResource,
Node value)
Adds a value to property Comment as an RDF2Go node
|
static void |
Resource.addComment(Model model,
Resource instanceResource,
String value)
Adds a value to property Comment from an instance of String
|
static void |
Property.addDomain(Model model,
Resource instanceResource,
Class value)
Adds a value to property Domain from an instance of Class
|
static void |
Property.addDomain(Model model,
Resource instanceResource,
Node value)
Adds a value to property Domain as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addHasValue(Model model,
Resource instanceResource,
Node value)
Adds a value to property HasValue as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addHasValue(Model model,
Resource instanceResource,
Resource value)
Adds a value to property HasValue from an instance of Resource
|
static void |
Resource.addIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Adds a value to property IsDefinedBy as an RDF2Go node
|
static void |
Resource.addIsDefinedBy(Model model,
Resource instanceResource,
Resource value)
Adds a value to property IsDefinedBy from an instance of Resource
|
static void |
Resource.addLabel(Model model,
Resource instanceResource,
Node value)
Adds a value to property Label as an RDF2Go node
|
static void |
Resource.addLabel(Model model,
Resource instanceResource,
String value)
Adds a value to property Label from an instance of String
|
static void |
OWL_Protege_NRL_Restriction.addMaxCardinality(Model model,
Resource instanceResource,
Integer value)
Adds a value to property MaxCardinality from an instance of Integer
|
static void |
OWL_Protege_NRL_Restriction.addMaxCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property MaxCardinality as an RDF2Go node
|
static void |
Resource.addMember(Model model,
Resource instanceResource,
Node value)
Adds a value to property Member as an RDF2Go node
|
static void |
Resource.addMember(Model model,
Resource instanceResource,
Resource value)
Adds a value to property Member from an instance of Resource
|
static void |
OWL_Protege_NRL_Restriction.addMinCardinality(Model model,
Resource instanceResource,
Integer value)
Adds a value to property MinCardinality from an instance of Integer
|
static void |
OWL_Protege_NRL_Restriction.addMinCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property MinCardinality as an RDF2Go node
|
static void |
OwlClass.addOneOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property OneOf as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addOnProperty(Model model,
Resource instanceResource,
Node value)
Adds a value to property OnProperty as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addOnProperty(Model model,
Resource instanceResource,
Property value)
Adds a value to property OnProperty from an instance of Property
|
static void |
Property.addRange(Model model,
Resource instanceResource,
Class value)
Adds a value to property Range from an instance of Class
|
static void |
Property.addRange(Model model,
Resource instanceResource,
Node value)
Adds a value to property Range as an RDF2Go node
|
static void |
Resource.addSeeAlso(Model model,
Resource instanceResource,
Node value)
Adds a value to property SeeAlso as an RDF2Go node
|
static void |
Resource.addSeeAlso(Model model,
Resource instanceResource,
Resource value)
Adds a value to property SeeAlso from an instance of Resource
|
static void |
OWL_Protege_NRL_Restriction.addSomeValuesFrom(Model model,
Resource instanceResource,
Class value)
Adds a value to property SomeValuesFrom from an instance of Class
|
static void |
OWL_Protege_NRL_Restriction.addSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property SomeValuesFrom as an RDF2Go node
|
static void |
Class.addSubClassOf(Model model,
Resource instanceResource,
Class value)
Adds a value to property SubClassOf from an instance of Class
|
static void |
Class.addSubClassOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
static void |
OwlClass.addSubClassOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
static void |
OwlClass.addSubClassOf(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property SubClassOf from an instance of Class
|
static void |
Property.addSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
static void |
Property.addSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Adds a value to property SubPropertyOf from an instance of Property
|
static void |
Resource.addType(Model model,
Resource instanceResource,
Class value)
Adds a value to property Type from an instance of Class
|
static void |
Resource.addType(Model model,
Resource instanceResource,
Node value)
Adds a value to property Type as an RDF2Go node
|
static void |
Resource.addValue(Model model,
Resource instanceResource,
Node value)
Adds a value to property Value as an RDF2Go node
|
static void |
Resource.addValue(Model model,
Resource instanceResource,
Resource value)
Adds a value to property Value from an instance of Resource
|
static void |
Property.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Class.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Resource.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
OwlClass.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
OWL_Protege_NRL_Restriction.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Property.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Class.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Resource.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
OwlClass.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
OWL_Protege_NRL_Restriction.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static List<Class> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom_asList(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as a List of Class
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom_asNode(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as an Iterator over RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom_asNodeList(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlClass.getAllAllValuesFrom_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Class> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom *
|
static List<Integer> |
OWL_Protege_NRL_Restriction.getAllCardinality_asList(Model model,
Resource instanceResource)
Get all values of property Cardinality as a List of Integer
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property Cardinality as an Iterator over RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllCardinality_asNodeList(Model model,
Resource instanceResource)
Get all values of property Cardinality as a List of RDF2Go nodes
|
static ClosableIterator<Integer> |
OWL_Protege_NRL_Restriction.getAllCardinality(Model model,
Resource instanceResource)
Get all values of property Cardinality *
|
static List<String> |
Resource.getAllComment_asList(Model model,
Resource instanceResource)
Get all values of property Comment as a List of String
|
static ClosableIterator<Node> |
Resource.getAllComment_asNode(Model model,
Resource instanceResource)
Get all values of property Comment as an Iterator over RDF2Go nodes
|
static List<Node> |
Resource.getAllComment_asNodeList(Model model,
Resource instanceResource)
Get all values of property Comment as a List of RDF2Go nodes
|
static ClosableIterator<String> |
Resource.getAllComment(Model model,
Resource instanceResource)
Get all values of property Comment
|
static List<Class> |
Property.getAllDomain_asList(Model model,
Resource instanceResource)
Get all values of property Domain as a List of Class
|
static ClosableIterator<Node> |
Property.getAllDomain_asNode(Model model,
Resource instanceResource)
Get all values of property Domain as an Iterator over RDF2Go nodes
|
static List<Node> |
Property.getAllDomain_asNodeList(Model model,
Resource instanceResource)
Get all values of property Domain as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
Class.getAllDomain_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
OwlClass.getAllDomain_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Class> |
Property.getAllDomain(Model model,
Resource instanceResource)
Get all values of property Domain
|
static List<Resource> |
OWL_Protege_NRL_Restriction.getAllHasValue_asList(Model model,
Resource instanceResource)
Get all values of property HasValue as a List of Resource
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllHasValue_asNode(Model model,
Resource instanceResource)
Get all values of property HasValue as an Iterator over RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllHasValue_asNodeList(Model model,
Resource instanceResource)
Get all values of property HasValue as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
OWL_Protege_NRL_Restriction.getAllHasValue(Model model,
Resource instanceResource)
Get all values of property HasValue *
|
static ReactorResult<? extends Property> |
Property.getAllInstance_as(Model model) |
static ReactorResult<? extends Class> |
Class.getAllInstance_as(Model model) |
static ReactorResult<? extends OwlClass> |
OwlClass.getAllInstance_as(Model model) |
static ReactorResult<? extends OWL_Protege_NRL_Restriction> |
OWL_Protege_NRL_Restriction.getAllInstance_as(Model model) |
static Property[] |
Property.getAllInstances_asArray(Model m) |
static OwlClass[] |
OwlClass.getAllInstances_asArray(Model model) |
static OWL_Protege_NRL_Restriction[] |
OWL_Protege_NRL_Restriction.getAllInstances_asArray(Model model) |
static List<Property> |
Property.getAllInstances_asList(Model m) |
static List<Class> |
Class.getAllInstances_asList(Model m) |
static List<? extends OwlClass> |
OwlClass.getAllInstances_asList(Model model) |
static List<? extends OWL_Protege_NRL_Restriction> |
OWL_Protege_NRL_Restriction.getAllInstances_asList(Model model) |
static ClosableIterator<Resource> |
Property.getAllInstancesAsRdf2GoResources(Model model) |
static ClosableIterator<Resource> |
Class.getAllInstancesAsRdf2GoResources(Model model) |
static ClosableIterator<Resource> |
Resource.getAllInstancesAsRdf2GoResources(Model model) |
static ClosableIterator<Resource> |
OwlClass.getAllInstancesAsRdf2GoResources(Model model) |
static ClosableIterator<Resource> |
OWL_Protege_NRL_Restriction.getAllInstancesAsRdf2GoResources(Model model) |
static List<Resource> |
Resource.getAllIsDefinedBy_asList(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as a List of Resource
|
static ClosableIterator<Node> |
Resource.getAllIsDefinedBy_asNode(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as an Iterator over RDF2Go nodes
|
static List<Node> |
Resource.getAllIsDefinedBy_asNodeList(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllIsDefinedBy(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy
|
static List<String> |
Resource.getAllLabel_asList(Model model,
Resource instanceResource)
Get all values of property Label as a List of String
|
static ClosableIterator<Node> |
Resource.getAllLabel_asNode(Model model,
Resource instanceResource)
Get all values of property Label as an Iterator over RDF2Go nodes
|
static List<Node> |
Resource.getAllLabel_asNodeList(Model model,
Resource instanceResource)
Get all values of property Label as a List of RDF2Go nodes
|
static ClosableIterator<String> |
Resource.getAllLabel(Model model,
Resource instanceResource)
Get all values of property Label
|
static List<Integer> |
OWL_Protege_NRL_Restriction.getAllMaxCardinality_asList(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as a List of Integer
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllMaxCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as an Iterator over RDF2Go
nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllMaxCardinality_asNodeList(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as a List of RDF2Go nodes
|
static ClosableIterator<Integer> |
OWL_Protege_NRL_Restriction.getAllMaxCardinality(Model model,
Resource instanceResource)
Get all values of property MaxCardinality *
|
static List<Resource> |
Resource.getAllMember_asList(Model model,
Resource instanceResource)
Get all values of property Member as a List of Resource
|
static ClosableIterator<Node> |
Resource.getAllMember_asNode(Model model,
Resource instanceResource)
Get all values of property Member as an Iterator over RDF2Go nodes
|
static List<Node> |
Resource.getAllMember_asNodeList(Model model,
Resource instanceResource)
Get all values of property Member as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllMember(Model model,
Resource instanceResource)
Get all values of property Member
|
static List<Integer> |
OWL_Protege_NRL_Restriction.getAllMinCardinality_asList(Model model,
Resource instanceResource)
Get all values of property MinCardinality as a List of Integer
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllMinCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property MinCardinality as an Iterator over RDF2Go
nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllMinCardinality_asNodeList(Model model,
Resource instanceResource)
Get all values of property MinCardinality as a List of RDF2Go nodes
|
static ClosableIterator<Integer> |
OWL_Protege_NRL_Restriction.getAllMinCardinality(Model model,
Resource instanceResource)
Get all values of property MinCardinality *
|
static ClosableIterator<Node> |
OwlClass.getAllOneOf_asNode(Model model,
Resource instanceResource)
Get all values of property OneOf as an Iterator over RDF2Go nodes
|
static List<Node> |
OwlClass.getAllOneOf_asNodeList(Model model,
Resource instanceResource)
Get all values of property OneOf as a List of RDF2Go nodes
|
static List<Property> |
OWL_Protege_NRL_Restriction.getAllOnProperty_asList(Model model,
Resource instanceResource)
Get all values of property OnProperty as a List of Property
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllOnProperty_asNode(Model model,
Resource instanceResource)
Get all values of property OnProperty as an Iterator over RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllOnProperty_asNodeList(Model model,
Resource instanceResource)
Get all values of property OnProperty as a List of RDF2Go nodes
|
static ClosableIterator<Property> |
OWL_Protege_NRL_Restriction.getAllOnProperty(Model model,
Resource instanceResource)
Get all values of property OnProperty *
|
static List<Class> |
Property.getAllRange_asList(Model model,
Resource instanceResource)
Get all values of property Range as a List of Class
|
static ClosableIterator<Node> |
Property.getAllRange_asNode(Model model,
Resource instanceResource)
Get all values of property Range as an Iterator over RDF2Go nodes
|
static List<Node> |
Property.getAllRange_asNodeList(Model model,
Resource instanceResource)
Get all values of property Range as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
Class.getAllRange_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
OwlClass.getAllRange_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Class> |
Property.getAllRange(Model model,
Resource instanceResource)
Get all values of property Range
|
static List<Resource> |
Resource.getAllSeeAlso_asList(Model model,
Resource instanceResource)
Get all values of property SeeAlso as a List of Resource
|
static ClosableIterator<Node> |
Resource.getAllSeeAlso_asNode(Model model,
Resource instanceResource)
Get all values of property SeeAlso as an Iterator over RDF2Go nodes
|
static List<Node> |
Resource.getAllSeeAlso_asNodeList(Model model,
Resource instanceResource)
Get all values of property SeeAlso as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllSeeAlso(Model model,
Resource instanceResource)
Get all values of property SeeAlso
|
static List<Class> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom_asList(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as a List of Class
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom_asNode(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as an Iterator over RDF2Go
nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom_asNodeList(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlClass.getAllSomeValuesFrom_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Class> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom *
|
static List<Class> |
Class.getAllSubClassOf_asList(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a List of Class
|
static List<OwlClass> |
OwlClass.getAllSubClassOf_asList(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a List of Class
|
static ClosableIterator<Node> |
Class.getAllSubClassOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllSubClassOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
static List<Node> |
Class.getAllSubClassOf_asNodeList(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a List of RDF2Go nodes
|
static List<Node> |
OwlClass.getAllSubClassOf_asNodeList(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
Class.getAllSubClassOf_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
OwlClass.getAllSubClassOf_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Class> |
Class.getAllSubClassOf(Model model,
Resource instanceResource)
Get all values of property SubClassOf * @param model an RDF2Go model
|
static ClosableIterator<OwlClass> |
OwlClass.getAllSubClassOf(Model model,
Resource instanceResource)
Get all values of property SubClassOf * @param model an RDF2Go model
|
static List<Property> |
Property.getAllSubPropertyOf_asList(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a List of Property
|
static ClosableIterator<Node> |
Property.getAllSubPropertyOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
static List<Node> |
Property.getAllSubPropertyOf_asNodeList(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
Property.getAllSubPropertyOf_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Property> |
Property.getAllSubPropertyOf(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf
|
static List<Class> |
Resource.getAllType_asList(Model model,
Resource instanceResource)
Get all values of property Type as a List of Class
|
static ClosableIterator<Node> |
Resource.getAllType_asNode(Model model,
Resource instanceResource)
Get all values of property Type as an Iterator over RDF2Go nodes
|
static List<Node> |
Resource.getAllType_asNodeList(Model model,
Resource instanceResource)
Get all values of property Type as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
Class.getAllType_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
OwlClass.getAllType_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Class> |
Resource.getAllType(Model model,
Resource instanceResource)
Get all values of property Type
|
static List<Resource> |
Resource.getAllValue_asList(Model model,
Resource instanceResource)
Get all values of property Value as a List of Resource
|
static ClosableIterator<Node> |
Resource.getAllValue_asNode(Model model,
Resource instanceResource)
Get all values of property Value as an Iterator over RDF2Go nodes
|
static List<Node> |
Resource.getAllValue_asNodeList(Model model,
Resource instanceResource)
Get all values of property Value as a List of RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllValue(Model model,
Resource instanceResource)
Get all values of property Value
|
static OWL_Protege_NRL_Restriction |
OWL_Protege_NRL_Restriction.getInstance(Model model,
Resource resource) |
static DeprecatedProperty |
DeprecatedProperty.getInstance(Model model,
URI uri) |
static boolean |
Property.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Class.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Resource.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OwlClass.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OWL_Protege_NRL_Restriction.hasInstance(Model model,
Resource instanceResource) |
static boolean |
DeprecatedProperty.hasInstance(Model model,
URI uri) |
static void |
OWL_Protege_NRL_Restriction.removeAllAllValuesFrom(Model model,
Resource instanceResource)
Removes all values of property AllValuesFrom *
|
static void |
OWL_Protege_NRL_Restriction.removeAllCardinality(Model model,
Resource instanceResource)
Removes all values of property Cardinality *
|
static void |
Resource.removeAllComment(Model model,
Resource instanceResource)
Removes all values of property Comment
|
static void |
Property.removeAllDomain(Model model,
Resource instanceResource)
Removes all values of property Domain
|
static void |
OWL_Protege_NRL_Restriction.removeAllHasValue(Model model,
Resource instanceResource)
Removes all values of property HasValue *
|
static void |
Resource.removeAllIsDefinedBy(Model model,
Resource instanceResource)
Removes all values of property IsDefinedBy
|
static void |
Resource.removeAllLabel(Model model,
Resource instanceResource)
Removes all values of property Label
|
static void |
OWL_Protege_NRL_Restriction.removeAllMaxCardinality(Model model,
Resource instanceResource)
Removes all values of property MaxCardinality *
|
static void |
Resource.removeAllMember(Model model,
Resource instanceResource)
Removes all values of property Member
|
static void |
OWL_Protege_NRL_Restriction.removeAllMinCardinality(Model model,
Resource instanceResource)
Removes all values of property MinCardinality *
|
static void |
OwlClass.removeAllOneOf(Model model,
Resource instanceResource)
Removes all values of property OneOf * @param model an RDF2Go model
|
static void |
OWL_Protege_NRL_Restriction.removeAllOnProperty(Model model,
Resource instanceResource)
Removes all values of property OnProperty *
|
static void |
Property.removeAllRange(Model model,
Resource instanceResource)
Removes all values of property Range
|
static void |
Resource.removeAllSeeAlso(Model model,
Resource instanceResource)
Removes all values of property SeeAlso
|
static void |
OWL_Protege_NRL_Restriction.removeAllSomeValuesFrom(Model model,
Resource instanceResource)
Removes all values of property SomeValuesFrom *
|
static void |
Class.removeAllSubClassOf(Model model,
Resource instanceResource)
Removes all values of property SubClassOf * @param model an RDF2Go model
|
static void |
OwlClass.removeAllSubClassOf(Model model,
Resource instanceResource)
Removes all values of property SubClassOf * @param model an RDF2Go model
|
static void |
Property.removeAllSubPropertyOf(Model model,
Resource instanceResource)
Removes all values of property SubPropertyOf
|
static void |
Resource.removeAllType(Model model,
Resource instanceResource)
Removes all values of property Type
|
static void |
Resource.removeAllValue(Model model,
Resource instanceResource)
Removes all values of property Value
|
static void |
OWL_Protege_NRL_Restriction.removeAllValuesFrom(Model model,
Resource instanceResource,
Class value)
Removes a value of property AllValuesFrom given as an instance of Class
|
static void |
OWL_Protege_NRL_Restriction.removeAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property AllValuesFrom as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeCardinality(Model model,
Resource instanceResource,
Integer value)
Removes a value of property Cardinality given as an instance of Integer
|
static void |
OWL_Protege_NRL_Restriction.removeCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property Cardinality as an RDF2Go node
|
static void |
Resource.removeComment(Model model,
Resource instanceResource,
Node value)
Removes a value of property Comment as an RDF2Go node
|
static void |
Resource.removeComment(Model model,
Resource instanceResource,
String value)
Removes a value of property Comment given as an instance of String
|
static void |
Property.removeDomain(Model model,
Resource instanceResource,
Class value)
Removes a value of property Domain given as an instance of Class
|
static void |
Property.removeDomain(Model model,
Resource instanceResource,
Node value)
Removes a value of property Domain as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeHasValue(Model model,
Resource instanceResource,
Node value)
Removes a value of property HasValue as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeHasValue(Model model,
Resource instanceResource,
Resource value)
Removes a value of property HasValue given as an instance of Resource
|
static void |
Resource.removeIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Removes a value of property IsDefinedBy as an RDF2Go node
|
static void |
Resource.removeIsDefinedBy(Model model,
Resource instanceResource,
Resource value)
Removes a value of property IsDefinedBy given as an instance of Resource
|
static void |
Resource.removeLabel(Model model,
Resource instanceResource,
Node value)
Removes a value of property Label as an RDF2Go node
|
static void |
Resource.removeLabel(Model model,
Resource instanceResource,
String value)
Removes a value of property Label given as an instance of String
|
static void |
OWL_Protege_NRL_Restriction.removeMaxCardinality(Model model,
Resource instanceResource,
Integer value)
Removes a value of property MaxCardinality given as an instance of
Integer
|
static void |
OWL_Protege_NRL_Restriction.removeMaxCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property MaxCardinality as an RDF2Go node
|
static void |
Resource.removeMember(Model model,
Resource instanceResource,
Node value)
Removes a value of property Member as an RDF2Go node
|
static void |
Resource.removeMember(Model model,
Resource instanceResource,
Resource value)
Removes a value of property Member given as an instance of Resource
|
static void |
OWL_Protege_NRL_Restriction.removeMinCardinality(Model model,
Resource instanceResource,
Integer value)
Removes a value of property MinCardinality given as an instance of
Integer
|
static void |
OWL_Protege_NRL_Restriction.removeMinCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property MinCardinality as an RDF2Go node
|
static void |
OwlClass.removeOneOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property OneOf as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeOnProperty(Model model,
Resource instanceResource,
Node value)
Removes a value of property OnProperty as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeOnProperty(Model model,
Resource instanceResource,
Property value)
Removes a value of property OnProperty given as an instance of Property
|
static void |
Property.removeRange(Model model,
Resource instanceResource,
Class value)
Removes a value of property Range given as an instance of Class
|
static void |
Property.removeRange(Model model,
Resource instanceResource,
Node value)
Removes a value of property Range as an RDF2Go node
|
static void |
Resource.removeSeeAlso(Model model,
Resource instanceResource,
Node value)
Removes a value of property SeeAlso as an RDF2Go node
|
static void |
Resource.removeSeeAlso(Model model,
Resource instanceResource,
Resource value)
Removes a value of property SeeAlso given as an instance of Resource
|
static void |
OWL_Protege_NRL_Restriction.removeSomeValuesFrom(Model model,
Resource instanceResource,
Class value)
Removes a value of property SomeValuesFrom given as an instance of Class
|
static void |
OWL_Protege_NRL_Restriction.removeSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property SomeValuesFrom as an RDF2Go node
|
static void |
Class.removeSubClassOf(Model model,
Resource instanceResource,
Class value)
Removes a value of property SubClassOf given as an instance of Class
|
static void |
Class.removeSubClassOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
static void |
OwlClass.removeSubClassOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
static void |
OwlClass.removeSubClassOf(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property SubClassOf given as an instance of Class
|
static void |
Property.removeSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
static void |
Property.removeSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Removes a value of property SubPropertyOf given as an instance of
Property
|
static void |
Resource.removeType(Model model,
Resource instanceResource,
Class value)
Removes a value of property Type given as an instance of Class
|
static void |
Resource.removeType(Model model,
Resource instanceResource,
Node value)
Removes a value of property Type as an RDF2Go node
|
static void |
Resource.removeValue(Model model,
Resource instanceResource,
Node value)
Removes a value of property Value as an RDF2Go node
|
static void |
Resource.removeValue(Model model,
Resource instanceResource,
Resource value)
Removes a value of property Value given as an instance of Resource
|
static void |
OWL_Protege_NRL_Restriction.setAllValuesFrom(Model model,
Resource instanceResource,
Class value)
Sets a value of property AllValuesFrom from an instance of Class First,
all existing values are removed, then this value is added.
|
static void |
OWL_Protege_NRL_Restriction.setAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property AllValuesFrom from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setCardinality(Model model,
Resource instanceResource,
Integer value)
Sets a value of property Cardinality from an instance of Integer First,
all existing values are removed, then this value is added.
|
static void |
OWL_Protege_NRL_Restriction.setCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property Cardinality from an RDF2Go node.
|
static void |
Resource.setComment(Model model,
Resource instanceResource,
Node value)
Sets a value of property Comment from an RDF2Go node.
|
static void |
Resource.setComment(Model model,
Resource instanceResource,
String value)
Sets a value of property Comment from an instance of String First, all
existing values are removed, then this value is added.
|
static void |
Property.setDomain(Model model,
Resource instanceResource,
Class value)
Sets a value of property Domain from an instance of Class First, all
existing values are removed, then this value is added.
|
static void |
Property.setDomain(Model model,
Resource instanceResource,
Node value)
Sets a value of property Domain from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setHasValue(Model model,
Resource instanceResource,
Node value)
Sets a value of property HasValue from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setHasValue(Model model,
Resource instanceResource,
Resource value)
Sets a value of property HasValue from an instance of Resource First, all
existing values are removed, then this value is added.
|
static void |
Resource.setIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Sets a value of property IsDefinedBy from an RDF2Go node.
|
static void |
Resource.setIsDefinedBy(Model model,
Resource instanceResource,
Resource value)
Sets a value of property IsDefinedBy from an instance of Resource First,
all existing values are removed, then this value is added.
|
static void |
Resource.setLabel(Model model,
Resource instanceResource,
Node value)
Sets a value of property Label from an RDF2Go node.
|
static void |
Resource.setLabel(Model model,
Resource instanceResource,
String value)
Sets a value of property Label from an instance of String First, all
existing values are removed, then this value is added.
|
static void |
OWL_Protege_NRL_Restriction.setMaxCardinality(Model model,
Resource instanceResource,
Integer value)
Sets a value of property MaxCardinality from an instance of Integer
First, all existing values are removed, then this value is added.
|
static void |
OWL_Protege_NRL_Restriction.setMaxCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property MaxCardinality from an RDF2Go node.
|
static void |
Resource.setMember(Model model,
Resource instanceResource,
Node value)
Sets a value of property Member from an RDF2Go node.
|
static void |
Resource.setMember(Model model,
Resource instanceResource,
Resource value)
Sets a value of property Member from an instance of Resource First, all
existing values are removed, then this value is added.
|
static void |
OWL_Protege_NRL_Restriction.setMinCardinality(Model model,
Resource instanceResource,
Integer value)
Sets a value of property MinCardinality from an instance of Integer
First, all existing values are removed, then this value is added.
|
static void |
OWL_Protege_NRL_Restriction.setMinCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property MinCardinality from an RDF2Go node.
|
static void |
OwlClass.setOneOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property OneOf from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setOnProperty(Model model,
Resource instanceResource,
Node value)
Sets a value of property OnProperty from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setOnProperty(Model model,
Resource instanceResource,
Property value)
Sets a value of property OnProperty from an instance of Property First,
all existing values are removed, then this value is added.
|
static void |
Property.setRange(Model model,
Resource instanceResource,
Class value)
Sets a value of property Range from an instance of Class First, all
existing values are removed, then this value is added.
|
static void |
Property.setRange(Model model,
Resource instanceResource,
Node value)
Sets a value of property Range from an RDF2Go node.
|
static void |
Resource.setSeeAlso(Model model,
Resource instanceResource,
Node value)
Sets a value of property SeeAlso from an RDF2Go node.
|
static void |
Resource.setSeeAlso(Model model,
Resource instanceResource,
Resource value)
Sets a value of property SeeAlso from an instance of Resource First, all
existing values are removed, then this value is added.
|
static void |
OWL_Protege_NRL_Restriction.setSomeValuesFrom(Model model,
Resource instanceResource,
Class value)
Sets a value of property SomeValuesFrom from an instance of Class First,
all existing values are removed, then this value is added.
|
static void |
OWL_Protege_NRL_Restriction.setSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property SomeValuesFrom from an RDF2Go node.
|
static void |
Class.setSubClassOf(Model model,
Resource instanceResource,
Class value)
Sets a value of property SubClassOf from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
Class.setSubClassOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
static void |
OwlClass.setSubClassOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
static void |
OwlClass.setSubClassOf(Model model,
Resource instanceResource,
OwlClass value)
Sets a value of property SubClassOf from an instance of Class First, all
existing values are removed, then this value is added.
|
static void |
Property.setSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
static void |
Property.setSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Sets a value of property SubPropertyOf from an instance of Property
First, all existing values are removed, then this value is added.
|
static void |
Resource.setType(Model model,
Resource instanceResource,
Class value)
Sets a value of property Type from an instance of Class First, all
existing values are removed, then this value is added.
|
static void |
Resource.setType(Model model,
Resource instanceResource,
Node value)
Sets a value of property Type from an RDF2Go node.
|
static void |
Resource.setValue(Model model,
Resource instanceResource,
Node value)
Sets a value of property Value from an RDF2Go node.
|
static void |
Resource.setValue(Model model,
Resource instanceResource,
Resource value)
Sets a value of property Value from an instance of Resource First, all
existing values are removed, then this value is added.
|
Constructor and Description |
---|
Class(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Class(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Class(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Class(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Class(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
DeprecatedProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
DeprecatedProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
DeprecatedProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OWL_Protege_NRL_Restriction(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
OWL_Protege_NRL_Restriction(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by a randomly
generated URI.
|
OWL_Protege_NRL_Restriction(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OWL_Protege_NRL_Restriction(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as
a String.
|
OWL_Protege_NRL_Restriction(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlClass(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
OwlClass(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by a randomly
generated URI.
|
OwlClass(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlClass(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as
a String.
|
OwlClass(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Property(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Property(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by a randomly
generated URI.
|
Property(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Property(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as
a String.
|
Property(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Resource(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Resource(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by a randomly
generated URI.
|
Resource(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Resource(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as
a String.
|
Resource(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Modifier and Type | Method and Description |
---|---|
static void |
Restriction.addAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property AllValuesFrom as an RDF2Go node
|
static void |
Restriction.addAllValuesFrom(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property AllValuesFrom from an instance of Class
|
static void |
Ontology.addBackwardCompatibleWith(Model model,
Resource instanceResource,
Node value)
Adds a value to property BackwardCompatibleWith as an RDF2Go node
|
static void |
Ontology.addBackwardCompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Adds a value to property BackwardCompatibleWith from an instance of Ontology
|
static void |
Restriction.addCardinality(Model model,
Resource instanceResource,
Integer value)
Adds a value to property Cardinality from an instance of Integer
|
static void |
Restriction.addCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property Cardinality as an RDF2Go node
|
static void |
OwlClass.addComplementOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property ComplementOf as an RDF2Go node
|
static void |
OwlClass.addComplementOf(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property ComplementOf from an instance of OwlClass
|
static void |
OwlThing.addDifferentFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property DifferentFrom as an RDF2Go node
|
static void |
OwlThing.addDifferentFrom(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property DifferentFrom from an instance of OwlThing
|
static void |
OwlClass.addDisjointWith(Model model,
Resource instanceResource,
Node value)
Adds a value to property DisjointWith as an RDF2Go node
|
static void |
OwlClass.addDisjointWith(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property DisjointWith from an instance of OwlClass
|
static void |
AllDifferent.addDistinctMembers(Model model,
Resource instanceResource,
List value)
Adds a value to property DistinctMembers from an instance of List
|
static void |
AllDifferent.addDistinctMembers(Model model,
Resource instanceResource,
Node value)
Adds a value to property DistinctMembers as an RDF2Go node
|
static void |
OwlProperty.addDomain(Model model,
Resource instanceResource,
Node value)
Adds a value to property Domain as an RDF2Go node
|
static void |
OwlProperty.addDomain(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property Domain from an instance of Class
|
static void |
OwlClass.addEquivalentClass(Model model,
Resource instanceResource,
Node value)
Adds a value to property EquivalentClass as an RDF2Go node
|
static void |
OwlClass.addEquivalentClass(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property EquivalentClass from an instance of OwlClass
|
static void |
OwlThing.addEquivalentProperty(Model model,
Resource instanceResource,
Node value)
Adds a value to property EquivalentProperty as an RDF2Go node
|
static void |
OwlThing.addEquivalentProperty(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property EquivalentProperty from an instance of Thing
|
static void |
Restriction.addHasValue(Model model,
Resource instanceResource,
Node value)
Adds a value to property HasValue as an RDF2Go node
|
static void |
Restriction.addHasValue(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property HasValue from an instance of Thing
|
static void |
Ontology.addImports(Model model,
Resource instanceResource,
Node value)
Adds a value to property Imports as an RDF2Go node
|
static void |
Ontology.addImports(Model model,
Resource instanceResource,
Ontology value)
Adds a value to property Imports from an instance of Ontology
|
static void |
Ontology.addIncompatibleWith(Model model,
Resource instanceResource,
Node value)
Adds a value to property IncompatibleWith as an RDF2Go node
|
static void |
Ontology.addIncompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Adds a value to property IncompatibleWith from an instance of Ontology
|
static void |
OwlClass.addIntersectionOf(Model model,
Resource instanceResource,
List value)
Adds a value to property IntersectionOf from an instance of List
|
static void |
OwlClass.addIntersectionOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property IntersectionOf as an RDF2Go node
|
static void |
ObjectProperty.addInverseOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property InverseOf as an RDF2Go node
|
static void |
ObjectProperty.addInverseOf(Model model,
Resource instanceResource,
ObjectProperty value)
Adds a value to property InverseOf from an instance of ObjectProperty
|
static void |
Restriction.addMaxCardinality(Model model,
Resource instanceResource,
Integer value)
Adds a value to property MaxCardinality from an instance of Integer
|
static void |
Restriction.addMaxCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property MaxCardinality as an RDF2Go node
|
static void |
Restriction.addMinCardinality(Model model,
Resource instanceResource,
Integer value)
Adds a value to property MinCardinality from an instance of Integer
|
static void |
Restriction.addMinCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property MinCardinality as an RDF2Go node
|
static void |
OwlClass.addOneOf(Model model,
Resource instanceResource,
List value)
Adds a value to property OneOf from an instance of List
|
static void |
OwlClass.addOneOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property OneOf as an RDF2Go node
|
static void |
Restriction.addOnProperty(Model model,
Resource instanceResource,
Node value)
Adds a value to property OnProperty as an RDF2Go node
|
static void |
Restriction.addOnProperty(Model model,
Resource instanceResource,
OwlProperty value)
Adds a value to property OnProperty from an instance of Property
|
static void |
Ontology.addPriorVersion(Model model,
Resource instanceResource,
Node value)
Adds a value to property PriorVersion as an RDF2Go node
|
static void |
Ontology.addPriorVersion(Model model,
Resource instanceResource,
Ontology value)
Adds a value to property PriorVersion from an instance of Ontology
|
static void |
OwlProperty.addRange(Model model,
Resource instanceResource,
Node value)
Adds a value to property Range as an RDF2Go node
|
static void |
OwlProperty.addRange(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property Range from an instance of Class
|
static void |
OwlThing.addSameAs(Model model,
Resource instanceResource,
Node value)
Adds a value to property SameAs as an RDF2Go node
|
static void |
OwlThing.addSameAs(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property SameAs from an instance of OwlThing
|
static void |
Restriction.addSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property SomeValuesFrom as an RDF2Go node
|
static void |
Restriction.addSomeValuesFrom(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property SomeValuesFrom from an instance of Class
|
static void |
OwlClass.addSubClassOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
static void |
OwlClass.addSubClassOf(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property SubClassOf from an instance of Class
|
static void |
OwlProperty.addSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
static void |
OwlProperty.addSubPropertyOf(Model model,
Resource instanceResource,
OwlProperty value)
Adds a value to property SubPropertyOf from an instance of Property
|
static void |
OwlClass.addUnionOf(Model model,
Resource instanceResource,
List value)
Adds a value to property UnionOf from an instance of List
|
static void |
OwlClass.addUnionOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property UnionOf as an RDF2Go node
|
static void |
OwlThing.addVersionInfo(Model model,
Resource instanceResource,
Node value)
Adds a value to property VersionInfo as an RDF2Go node
|
static void |
OwlThing.addVersionInfo(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property VersionInfo from an instance of Thing
|
static void |
FunctionalProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Ontology.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
AnnotationProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
DatatypeProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
AllDifferent.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
DeprecatedClass.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
OwlProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
OwlThing.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
TransitiveProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
ObjectProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Restriction.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
OwlClass.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
InverseFunctionalProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
OntologyProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
DataRange.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
DeprecatedProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
SymmetricProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Nothing.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
FunctionalProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Ontology.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
AnnotationProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
DatatypeProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
AllDifferent.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
DeprecatedClass.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
OwlProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
OwlThing.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
TransitiveProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
ObjectProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Restriction.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
OwlClass.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
InverseFunctionalProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
OntologyProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
DataRange.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
DeprecatedProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
SymmetricProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Nothing.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static ReactorResult<OwlClass> |
Restriction.getAllAllValuesFrom_as(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as a ReactorResult of Class
|
static ReactorResult<Node> |
Restriction.getAllAllValuesFrom_asNode_(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllAllValuesFrom_asNode(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlClass.getAllAllValuesFrom_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlClass> |
Restriction.getAllAllValuesFrom(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom * @param model an RDF2Go model
|
static ReactorResult<Ontology> |
Ontology.getAllBackwardCompatibleWith_as(Model model,
Resource instanceResource)
Get all values of property BackwardCompatibleWith as a ReactorResult of Ontology
|
static ReactorResult<Node> |
Ontology.getAllBackwardCompatibleWith_asNode_(Model model,
Resource instanceResource)
Get all values of property BackwardCompatibleWith as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Ontology.getAllBackwardCompatibleWith_asNode(Model model,
Resource instanceResource)
Get all values of property BackwardCompatibleWith as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Ontology.getAllBackwardCompatibleWith_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Ontology> |
Ontology.getAllBackwardCompatibleWith(Model model,
Resource instanceResource)
Get all values of property BackwardCompatibleWith * @param model an RDF2Go model
|
static ReactorResult<Integer> |
Restriction.getAllCardinality_as(Model model,
Resource instanceResource)
Get all values of property Cardinality as a ReactorResult of Integer
|
static ReactorResult<Node> |
Restriction.getAllCardinality_asNode_(Model model,
Resource instanceResource)
Get all values of property Cardinality as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property Cardinality as an Iterator over RDF2Go nodes
|
static ClosableIterator<Integer> |
Restriction.getAllCardinality(Model model,
Resource instanceResource)
Get all values of property Cardinality * @param model an RDF2Go model
|
static ReactorResult<OwlClass> |
OwlClass.getAllComplementOf_as(Model model,
Resource instanceResource)
Get all values of property ComplementOf as a ReactorResult of OwlClass
|
static ReactorResult<Node> |
OwlClass.getAllComplementOf_asNode_(Model model,
Resource instanceResource)
Get all values of property ComplementOf as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllComplementOf_asNode(Model model,
Resource instanceResource)
Get all values of property ComplementOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlClass.getAllComplementOf_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlClass> |
OwlClass.getAllComplementOf(Model model,
Resource instanceResource)
Get all values of property ComplementOf * @param model an RDF2Go model
|
static ReactorResult<OwlThing> |
OwlThing.getAllDifferentFrom_as(Model model,
Resource instanceResource)
Get all values of property DifferentFrom as a ReactorResult of OwlThing
|
static ReactorResult<Node> |
OwlThing.getAllDifferentFrom_asNode_(Model model,
Resource instanceResource)
Get all values of property DifferentFrom as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlThing.getAllDifferentFrom_asNode(Model model,
Resource instanceResource)
Get all values of property DifferentFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlThing.getAllDifferentFrom_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlThing> |
OwlThing.getAllDifferentFrom(Model model,
Resource instanceResource)
Get all values of property DifferentFrom * @param model an RDF2Go model
|
static ReactorResult<OwlClass> |
OwlClass.getAllDisjointWith_as(Model model,
Resource instanceResource)
Get all values of property DisjointWith as a ReactorResult of OwlClass
|
static ReactorResult<Node> |
OwlClass.getAllDisjointWith_asNode_(Model model,
Resource instanceResource)
Get all values of property DisjointWith as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllDisjointWith_asNode(Model model,
Resource instanceResource)
Get all values of property DisjointWith as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlClass.getAllDisjointWith_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlClass> |
OwlClass.getAllDisjointWith(Model model,
Resource instanceResource)
Get all values of property DisjointWith * @param model an RDF2Go model
|
static ReactorResult<List> |
AllDifferent.getAllDistinctMembers_as(Model model,
Resource instanceResource)
Get all values of property DistinctMembers as a ReactorResult of List
|
static ReactorResult<Node> |
AllDifferent.getAllDistinctMembers_asNode_(Model model,
Resource instanceResource)
Get all values of property DistinctMembers as a ReactorResult of RDF2Go
nodes
|
static ClosableIterator<Node> |
AllDifferent.getAllDistinctMembers_asNode(Model model,
Resource instanceResource)
Get all values of property DistinctMembers as an Iterator over RDF2Go
nodes
|
static ClosableIterator<List> |
AllDifferent.getAllDistinctMembers(Model model,
Resource instanceResource)
Get all values of property DistinctMembers * @param model an RDF2Go model
|
static ReactorResult<OwlClass> |
OwlProperty.getAllDomain_as(Model model,
Resource instanceResource)
Get all values of property Domain as a ReactorResult of Class
|
static ReactorResult<Node> |
OwlProperty.getAllDomain_asNode_(Model model,
Resource instanceResource)
Get all values of property Domain as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlProperty.getAllDomain_asNode(Model model,
Resource instanceResource)
Get all values of property Domain as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlClass.getAllDomain_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlClass> |
OwlProperty.getAllDomain(Model model,
Resource instanceResource)
Get all values of property Domain * @param model an RDF2Go model
|
static ReactorResult<OwlClass> |
OwlClass.getAllEquivalentClass_as(Model model,
Resource instanceResource)
Get all values of property EquivalentClass as a ReactorResult of OwlClass
|
static ReactorResult<Node> |
OwlClass.getAllEquivalentClass_asNode_(Model model,
Resource instanceResource)
Get all values of property EquivalentClass as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllEquivalentClass_asNode(Model model,
Resource instanceResource)
Get all values of property EquivalentClass as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlClass.getAllEquivalentClass_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlClass> |
OwlClass.getAllEquivalentClass(Model model,
Resource instanceResource)
Get all values of property EquivalentClass * @param model an RDF2Go model
|
static ReactorResult<OwlThing> |
OwlThing.getAllEquivalentProperty_as(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty as a ReactorResult of Thing
|
static ReactorResult<Node> |
OwlThing.getAllEquivalentProperty_asNode_(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlThing.getAllEquivalentProperty_asNode(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlThing.getAllEquivalentProperty_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlThing> |
OwlThing.getAllEquivalentProperty(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty * @param model an RDF2Go model
|
static ReactorResult<OwlThing> |
Restriction.getAllHasValue_as(Model model,
Resource instanceResource)
Get all values of property HasValue as a ReactorResult of Thing
|
static ReactorResult<Node> |
Restriction.getAllHasValue_asNode_(Model model,
Resource instanceResource)
Get all values of property HasValue as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllHasValue_asNode(Model model,
Resource instanceResource)
Get all values of property HasValue as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlThing.getAllHasValue_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlThing> |
Restriction.getAllHasValue(Model model,
Resource instanceResource)
Get all values of property HasValue * @param model an RDF2Go model
|
static ReactorResult<Ontology> |
Ontology.getAllImports_as(Model model,
Resource instanceResource)
Get all values of property Imports as a ReactorResult of Ontology
|
static ReactorResult<Node> |
Ontology.getAllImports_asNode_(Model model,
Resource instanceResource)
Get all values of property Imports as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Ontology.getAllImports_asNode(Model model,
Resource instanceResource)
Get all values of property Imports as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Ontology.getAllImports_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Ontology> |
Ontology.getAllImports(Model model,
Resource instanceResource)
Get all values of property Imports * @param model an RDF2Go model
|
static ReactorResult<Ontology> |
Ontology.getAllIncompatibleWith_as(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith as a ReactorResult of Ontology
|
static ReactorResult<Node> |
Ontology.getAllIncompatibleWith_asNode_(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Ontology.getAllIncompatibleWith_asNode(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Ontology.getAllIncompatibleWith_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Ontology> |
Ontology.getAllIncompatibleWith(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith * @param model an RDF2Go model
|
static ReactorResult<? extends FunctionalProperty> |
FunctionalProperty.getAllInstance_as(Model model) |
static ReactorResult<? extends Ontology> |
Ontology.getAllInstance_as(Model model) |
static ReactorResult<? extends AnnotationProperty> |
AnnotationProperty.getAllInstance_as(Model model) |
static ReactorResult<? extends DatatypeProperty> |
DatatypeProperty.getAllInstance_as(Model model) |
static ReactorResult<? extends AllDifferent> |
AllDifferent.getAllInstance_as(Model model) |
static ReactorResult<? extends DeprecatedClass> |
DeprecatedClass.getAllInstance_as(Model model) |
static ReactorResult<? extends OwlProperty> |
OwlProperty.getAllInstance_as(Model model) |
static ReactorResult<? extends OwlThing> |
OwlThing.getAllInstance_as(Model model) |
static ReactorResult<? extends TransitiveProperty> |
TransitiveProperty.getAllInstance_as(Model model) |
static ReactorResult<? extends ObjectProperty> |
ObjectProperty.getAllInstance_as(Model model) |
static ReactorResult<? extends Restriction> |
Restriction.getAllInstance_as(Model model) |
static ReactorResult<? extends OwlClass> |
OwlClass.getAllInstance_as(Model model) |
static ReactorResult<? extends InverseFunctionalProperty> |
InverseFunctionalProperty.getAllInstance_as(Model model) |
static ReactorResult<? extends OntologyProperty> |
OntologyProperty.getAllInstance_as(Model model) |
static ReactorResult<? extends DataRange> |
DataRange.getAllInstance_as(Model model) |
static ReactorResult<? extends DeprecatedProperty> |
DeprecatedProperty.getAllInstance_as(Model model) |
static ReactorResult<? extends SymmetricProperty> |
SymmetricProperty.getAllInstance_as(Model model) |
static ReactorResult<? extends Nothing> |
Nothing.getAllInstance_as(Model model) |
static ClosableIterator<Resource> |
FunctionalProperty.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Ontology.getAllInstances(Model model) |
static ClosableIterator<Resource> |
AnnotationProperty.getAllInstances(Model model) |
static ClosableIterator<Resource> |
DatatypeProperty.getAllInstances(Model model) |
static ClosableIterator<Resource> |
AllDifferent.getAllInstances(Model model) |
static ClosableIterator<Resource> |
DeprecatedClass.getAllInstances(Model model) |
static ClosableIterator<Resource> |
OwlProperty.getAllInstances(Model model) |
static ClosableIterator<Resource> |
OwlThing.getAllInstances(Model model) |
static ClosableIterator<Resource> |
TransitiveProperty.getAllInstances(Model model) |
static ClosableIterator<Resource> |
ObjectProperty.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Restriction.getAllInstances(Model model) |
static ClosableIterator<Resource> |
OwlClass.getAllInstances(Model model) |
static ClosableIterator<Resource> |
InverseFunctionalProperty.getAllInstances(Model model) |
static ClosableIterator<Resource> |
OntologyProperty.getAllInstances(Model model) |
static ClosableIterator<Resource> |
DataRange.getAllInstances(Model model) |
static ClosableIterator<Resource> |
DeprecatedProperty.getAllInstances(Model model) |
static ClosableIterator<Resource> |
SymmetricProperty.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Nothing.getAllInstances(Model model) |
static ReactorResult<List> |
OwlClass.getAllIntersectionOf_as(Model model,
Resource instanceResource)
Get all values of property IntersectionOf as a ReactorResult of List
|
static ReactorResult<Node> |
OwlClass.getAllIntersectionOf_asNode_(Model model,
Resource instanceResource)
Get all values of property IntersectionOf as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllIntersectionOf_asNode(Model model,
Resource instanceResource)
Get all values of property IntersectionOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<List> |
OwlClass.getAllIntersectionOf(Model model,
Resource instanceResource)
Get all values of property IntersectionOf * @param model an RDF2Go model
|
static ReactorResult<ObjectProperty> |
ObjectProperty.getAllInverseOf_as(Model model,
Resource instanceResource)
Get all values of property InverseOf as a ReactorResult of ObjectProperty
|
static ReactorResult<Node> |
ObjectProperty.getAllInverseOf_asNode_(Model model,
Resource instanceResource)
Get all values of property InverseOf as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
ObjectProperty.getAllInverseOf_asNode(Model model,
Resource instanceResource)
Get all values of property InverseOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
ObjectProperty.getAllInverseOf_Inverse(Model model,
Object objectValue) |
static ClosableIterator<ObjectProperty> |
ObjectProperty.getAllInverseOf(Model model,
Resource instanceResource)
Get all values of property InverseOf * @param model an RDF2Go model
|
static ReactorResult<Integer> |
Restriction.getAllMaxCardinality_as(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as a ReactorResult of Integer
|
static ReactorResult<Node> |
Restriction.getAllMaxCardinality_asNode_(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllMaxCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as an Iterator over RDF2Go nodes
|
static ClosableIterator<Integer> |
Restriction.getAllMaxCardinality(Model model,
Resource instanceResource)
Get all values of property MaxCardinality * @param model an RDF2Go model
|
static ReactorResult<Integer> |
Restriction.getAllMinCardinality_as(Model model,
Resource instanceResource)
Get all values of property MinCardinality as a ReactorResult of Integer
|
static ReactorResult<Node> |
Restriction.getAllMinCardinality_asNode_(Model model,
Resource instanceResource)
Get all values of property MinCardinality as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllMinCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property MinCardinality as an Iterator over RDF2Go nodes
|
static ClosableIterator<Integer> |
Restriction.getAllMinCardinality(Model model,
Resource instanceResource)
Get all values of property MinCardinality * @param model an RDF2Go model
|
static ReactorResult<List> |
OwlClass.getAllOneOf_as(Model model,
Resource instanceResource)
Get all values of property OneOf as a ReactorResult of List
|
static ReactorResult<Node> |
OwlClass.getAllOneOf_asNode_(Model model,
Resource instanceResource)
Get all values of property OneOf as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllOneOf_asNode(Model model,
Resource instanceResource)
Get all values of property OneOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<List> |
OwlClass.getAllOneOf(Model model,
Resource instanceResource)
Get all values of property OneOf * @param model an RDF2Go model
|
static ReactorResult<OwlProperty> |
Restriction.getAllOnProperty_as(Model model,
Resource instanceResource)
Get all values of property OnProperty as a ReactorResult of Property
|
static ReactorResult<Node> |
Restriction.getAllOnProperty_asNode_(Model model,
Resource instanceResource)
Get all values of property OnProperty as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllOnProperty_asNode(Model model,
Resource instanceResource)
Get all values of property OnProperty as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlProperty.getAllOnProperty_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlProperty> |
Restriction.getAllOnProperty(Model model,
Resource instanceResource)
Get all values of property OnProperty * @param model an RDF2Go model
|
static ReactorResult<Ontology> |
Ontology.getAllPriorVersion_as(Model model,
Resource instanceResource)
Get all values of property PriorVersion as a ReactorResult of Ontology
|
static ReactorResult<Node> |
Ontology.getAllPriorVersion_asNode_(Model model,
Resource instanceResource)
Get all values of property PriorVersion as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Ontology.getAllPriorVersion_asNode(Model model,
Resource instanceResource)
Get all values of property PriorVersion as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Ontology.getAllPriorVersion_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Ontology> |
Ontology.getAllPriorVersion(Model model,
Resource instanceResource)
Get all values of property PriorVersion * @param model an RDF2Go model
|
static ReactorResult<OwlClass> |
OwlProperty.getAllRange_as(Model model,
Resource instanceResource)
Get all values of property Range as a ReactorResult of Class
|
static ReactorResult<Node> |
OwlProperty.getAllRange_asNode_(Model model,
Resource instanceResource)
Get all values of property Range as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlProperty.getAllRange_asNode(Model model,
Resource instanceResource)
Get all values of property Range as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlClass.getAllRange_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlClass> |
OwlProperty.getAllRange(Model model,
Resource instanceResource)
Get all values of property Range * @param model an RDF2Go model
|
static ReactorResult<OwlThing> |
OwlThing.getAllSameAs_as(Model model,
Resource instanceResource)
Get all values of property SameAs as a ReactorResult of OwlThing
|
static ReactorResult<Node> |
OwlThing.getAllSameAs_asNode_(Model model,
Resource instanceResource)
Get all values of property SameAs as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlThing.getAllSameAs_asNode(Model model,
Resource instanceResource)
Get all values of property SameAs as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlThing.getAllSameAs_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlThing> |
OwlThing.getAllSameAs(Model model,
Resource instanceResource)
Get all values of property SameAs * @param model an RDF2Go model
|
static ReactorResult<OwlClass> |
Restriction.getAllSomeValuesFrom_as(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as a ReactorResult of Class
|
static ReactorResult<Node> |
Restriction.getAllSomeValuesFrom_asNode_(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllSomeValuesFrom_asNode(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlClass.getAllSomeValuesFrom_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlClass> |
Restriction.getAllSomeValuesFrom(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom * @param model an RDF2Go model
|
static ReactorResult<OwlClass> |
OwlClass.getAllSubClassOf_as(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a ReactorResult of Class
|
static ReactorResult<Node> |
OwlClass.getAllSubClassOf_asNode_(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllSubClassOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlClass.getAllSubClassOf_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlClass> |
OwlClass.getAllSubClassOf(Model model,
Resource instanceResource)
Get all values of property SubClassOf * @param model an RDF2Go model
|
static ReactorResult<OwlProperty> |
OwlProperty.getAllSubPropertyOf_as(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a ReactorResult of Property
|
static ReactorResult<Node> |
OwlProperty.getAllSubPropertyOf_asNode_(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlProperty.getAllSubPropertyOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlProperty.getAllSubPropertyOf_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlProperty> |
OwlProperty.getAllSubPropertyOf(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf * @param model an RDF2Go model
|
static ClosableIterator<Resource> |
OwlClass.getAllType_Inverse(Model model,
Object objectValue) |
static ReactorResult<List> |
OwlClass.getAllUnionOf_as(Model model,
Resource instanceResource)
Get all values of property UnionOf as a ReactorResult of List
|
static ReactorResult<Node> |
OwlClass.getAllUnionOf_asNode_(Model model,
Resource instanceResource)
Get all values of property UnionOf as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllUnionOf_asNode(Model model,
Resource instanceResource)
Get all values of property UnionOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<List> |
OwlClass.getAllUnionOf(Model model,
Resource instanceResource)
Get all values of property UnionOf * @param model an RDF2Go model
|
static ReactorResult<OwlThing> |
OwlThing.getAllVersionInfo_as(Model model,
Resource instanceResource)
Get all values of property VersionInfo as a ReactorResult of Thing
|
static ReactorResult<Node> |
OwlThing.getAllVersionInfo_asNode_(Model model,
Resource instanceResource)
Get all values of property VersionInfo as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
OwlThing.getAllVersionInfo_asNode(Model model,
Resource instanceResource)
Get all values of property VersionInfo as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
OwlThing.getAllVersionInfo_Inverse(Model model,
Object objectValue) |
static ClosableIterator<OwlThing> |
OwlThing.getAllVersionInfo(Model model,
Resource instanceResource)
Get all values of property VersionInfo * @param model an RDF2Go model
|
static boolean |
FunctionalProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Ontology.hasInstance(Model model,
Resource instanceResource) |
static boolean |
AnnotationProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
DatatypeProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
AllDifferent.hasInstance(Model model,
Resource instanceResource) |
static boolean |
DeprecatedClass.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OwlProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OwlThing.hasInstance(Model model,
Resource instanceResource) |
static boolean |
TransitiveProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
ObjectProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Restriction.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OwlClass.hasInstance(Model model,
Resource instanceResource) |
static boolean |
InverseFunctionalProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OntologyProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
DataRange.hasInstance(Model model,
Resource instanceResource) |
static boolean |
DeprecatedProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
SymmetricProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Nothing.hasInstance(Model model,
Resource instanceResource) |
static void |
Restriction.removeAllAllValuesFrom(Model model,
Resource instanceResource)
Removes all values of property AllValuesFrom * @param model an RDF2Go model
|
static void |
Ontology.removeAllBackwardCompatibleWith(Model model,
Resource instanceResource)
Removes all values of property BackwardCompatibleWith * @param model an RDF2Go model
|
static void |
Restriction.removeAllCardinality(Model model,
Resource instanceResource)
Removes all values of property Cardinality * @param model an RDF2Go model
|
static void |
OwlClass.removeAllComplementOf(Model model,
Resource instanceResource)
Removes all values of property ComplementOf * @param model an RDF2Go model
|
static void |
OwlThing.removeAllDifferentFrom(Model model,
Resource instanceResource)
Removes all values of property DifferentFrom * @param model an RDF2Go model
|
static void |
OwlClass.removeAllDisjointWith(Model model,
Resource instanceResource)
Removes all values of property DisjointWith * @param model an RDF2Go model
|
static void |
AllDifferent.removeAllDistinctMembers(Model model,
Resource instanceResource)
Removes all values of property DistinctMembers * @param model an RDF2Go
model
|
static void |
OwlProperty.removeAllDomain(Model model,
Resource instanceResource)
Removes all values of property Domain * @param model an RDF2Go model
|
static void |
OwlClass.removeAllEquivalentClass(Model model,
Resource instanceResource)
Removes all values of property EquivalentClass * @param model an RDF2Go model
|
static void |
OwlThing.removeAllEquivalentProperty(Model model,
Resource instanceResource)
Removes all values of property EquivalentProperty * @param model an RDF2Go model
|
static void |
Restriction.removeAllHasValue(Model model,
Resource instanceResource)
Removes all values of property HasValue * @param model an RDF2Go model
|
static void |
Ontology.removeAllImports(Model model,
Resource instanceResource)
Removes all values of property Imports * @param model an RDF2Go model
|
static void |
Ontology.removeAllIncompatibleWith(Model model,
Resource instanceResource)
Removes all values of property IncompatibleWith * @param model an RDF2Go model
|
static void |
OwlClass.removeAllIntersectionOf(Model model,
Resource instanceResource)
Removes all values of property IntersectionOf * @param model an RDF2Go model
|
static void |
ObjectProperty.removeAllInverseOf(Model model,
Resource instanceResource)
Removes all values of property InverseOf * @param model an RDF2Go model
|
static void |
Restriction.removeAllMaxCardinality(Model model,
Resource instanceResource)
Removes all values of property MaxCardinality * @param model an RDF2Go model
|
static void |
Restriction.removeAllMinCardinality(Model model,
Resource instanceResource)
Removes all values of property MinCardinality * @param model an RDF2Go model
|
static void |
OwlClass.removeAllOneOf(Model model,
Resource instanceResource)
Removes all values of property OneOf * @param model an RDF2Go model
|
static void |
Restriction.removeAllOnProperty(Model model,
Resource instanceResource)
Removes all values of property OnProperty * @param model an RDF2Go model
|
static void |
Ontology.removeAllPriorVersion(Model model,
Resource instanceResource)
Removes all values of property PriorVersion * @param model an RDF2Go model
|
static void |
OwlProperty.removeAllRange(Model model,
Resource instanceResource)
Removes all values of property Range * @param model an RDF2Go model
|
static void |
OwlThing.removeAllSameAs(Model model,
Resource instanceResource)
Removes all values of property SameAs * @param model an RDF2Go model
|
static void |
Restriction.removeAllSomeValuesFrom(Model model,
Resource instanceResource)
Removes all values of property SomeValuesFrom * @param model an RDF2Go model
|
static void |
OwlClass.removeAllSubClassOf(Model model,
Resource instanceResource)
Removes all values of property SubClassOf * @param model an RDF2Go model
|
static void |
OwlProperty.removeAllSubPropertyOf(Model model,
Resource instanceResource)
Removes all values of property SubPropertyOf * @param model an RDF2Go model
|
static void |
OwlClass.removeAllUnionOf(Model model,
Resource instanceResource)
Removes all values of property UnionOf * @param model an RDF2Go model
|
static void |
Restriction.removeAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property AllValuesFrom as an RDF2Go node
|
static void |
Restriction.removeAllValuesFrom(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property AllValuesFrom given as an instance of Class
|
static void |
OwlThing.removeAllVersionInfo(Model model,
Resource instanceResource)
Removes all values of property VersionInfo * @param model an RDF2Go model
|
static void |
Ontology.removeBackwardCompatibleWith(Model model,
Resource instanceResource,
Node value)
Removes a value of property BackwardCompatibleWith as an RDF2Go node
|
static void |
Ontology.removeBackwardCompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Removes a value of property BackwardCompatibleWith given as an instance of Ontology
|
static void |
Restriction.removeCardinality(Model model,
Resource instanceResource,
Integer value)
Removes a value of property Cardinality given as an instance of Integer
|
static void |
Restriction.removeCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property Cardinality as an RDF2Go node
|
static void |
OwlClass.removeComplementOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property ComplementOf as an RDF2Go node
|
static void |
OwlClass.removeComplementOf(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property ComplementOf given as an instance of OwlClass
|
static void |
OwlThing.removeDifferentFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property DifferentFrom as an RDF2Go node
|
static void |
OwlThing.removeDifferentFrom(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property DifferentFrom given as an instance of OwlThing
|
static void |
OwlClass.removeDisjointWith(Model model,
Resource instanceResource,
Node value)
Removes a value of property DisjointWith as an RDF2Go node
|
static void |
OwlClass.removeDisjointWith(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property DisjointWith given as an instance of OwlClass
|
static void |
AllDifferent.removeDistinctMembers(Model model,
Resource instanceResource,
List value)
Removes a value of property DistinctMembers given as an instance of List
|
static void |
AllDifferent.removeDistinctMembers(Model model,
Resource instanceResource,
Node value)
Removes a value of property DistinctMembers as an RDF2Go node
|
static void |
OwlProperty.removeDomain(Model model,
Resource instanceResource,
Node value)
Removes a value of property Domain as an RDF2Go node
|
static void |
OwlProperty.removeDomain(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property Domain given as an instance of Class
|
static void |
OwlClass.removeEquivalentClass(Model model,
Resource instanceResource,
Node value)
Removes a value of property EquivalentClass as an RDF2Go node
|
static void |
OwlClass.removeEquivalentClass(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property EquivalentClass given as an instance of OwlClass
|
static void |
OwlThing.removeEquivalentProperty(Model model,
Resource instanceResource,
Node value)
Removes a value of property EquivalentProperty as an RDF2Go node
|
static void |
OwlThing.removeEquivalentProperty(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property EquivalentProperty given as an instance of Thing
|
static void |
Restriction.removeHasValue(Model model,
Resource instanceResource,
Node value)
Removes a value of property HasValue as an RDF2Go node
|
static void |
Restriction.removeHasValue(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property HasValue given as an instance of Thing
|
static void |
Ontology.removeImports(Model model,
Resource instanceResource,
Node value)
Removes a value of property Imports as an RDF2Go node
|
static void |
Ontology.removeImports(Model model,
Resource instanceResource,
Ontology value)
Removes a value of property Imports given as an instance of Ontology
|
static void |
Ontology.removeIncompatibleWith(Model model,
Resource instanceResource,
Node value)
Removes a value of property IncompatibleWith as an RDF2Go node
|
static void |
Ontology.removeIncompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Removes a value of property IncompatibleWith given as an instance of Ontology
|
static void |
OwlClass.removeIntersectionOf(Model model,
Resource instanceResource,
List value)
Removes a value of property IntersectionOf given as an instance of List
|
static void |
OwlClass.removeIntersectionOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property IntersectionOf as an RDF2Go node
|
static void |
ObjectProperty.removeInverseOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property InverseOf as an RDF2Go node
|
static void |
ObjectProperty.removeInverseOf(Model model,
Resource instanceResource,
ObjectProperty value)
Removes a value of property InverseOf given as an instance of ObjectProperty
|
static void |
Restriction.removeMaxCardinality(Model model,
Resource instanceResource,
Integer value)
Removes a value of property MaxCardinality given as an instance of Integer
|
static void |
Restriction.removeMaxCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property MaxCardinality as an RDF2Go node
|
static void |
Restriction.removeMinCardinality(Model model,
Resource instanceResource,
Integer value)
Removes a value of property MinCardinality given as an instance of Integer
|
static void |
Restriction.removeMinCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property MinCardinality as an RDF2Go node
|
static void |
OwlClass.removeOneOf(Model model,
Resource instanceResource,
List value)
Removes a value of property OneOf given as an instance of List
|
static void |
OwlClass.removeOneOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property OneOf as an RDF2Go node
|
static void |
Restriction.removeOnProperty(Model model,
Resource instanceResource,
Node value)
Removes a value of property OnProperty as an RDF2Go node
|
static void |
Restriction.removeOnProperty(Model model,
Resource instanceResource,
OwlProperty value)
Removes a value of property OnProperty given as an instance of Property
|
static void |
Ontology.removePriorVersion(Model model,
Resource instanceResource,
Node value)
Removes a value of property PriorVersion as an RDF2Go node
|
static void |
Ontology.removePriorVersion(Model model,
Resource instanceResource,
Ontology value)
Removes a value of property PriorVersion given as an instance of Ontology
|
static void |
OwlProperty.removeRange(Model model,
Resource instanceResource,
Node value)
Removes a value of property Range as an RDF2Go node
|
static void |
OwlProperty.removeRange(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property Range given as an instance of Class
|
static void |
OwlThing.removeSameAs(Model model,
Resource instanceResource,
Node value)
Removes a value of property SameAs as an RDF2Go node
|
static void |
OwlThing.removeSameAs(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property SameAs given as an instance of OwlThing
|
static void |
Restriction.removeSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property SomeValuesFrom as an RDF2Go node
|
static void |
Restriction.removeSomeValuesFrom(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property SomeValuesFrom given as an instance of Class
|
static void |
OwlClass.removeSubClassOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
static void |
OwlClass.removeSubClassOf(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property SubClassOf given as an instance of Class
|
static void |
OwlProperty.removeSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
static void |
OwlProperty.removeSubPropertyOf(Model model,
Resource instanceResource,
OwlProperty value)
Removes a value of property SubPropertyOf given as an instance of Property
|
static void |
OwlClass.removeUnionOf(Model model,
Resource instanceResource,
List value)
Removes a value of property UnionOf given as an instance of List
|
static void |
OwlClass.removeUnionOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property UnionOf as an RDF2Go node
|
static void |
OwlThing.removeVersionInfo(Model model,
Resource instanceResource,
Node value)
Removes a value of property VersionInfo as an RDF2Go node
|
static void |
OwlThing.removeVersionInfo(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property VersionInfo given as an instance of Thing
|
static void |
Restriction.setAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property AllValuesFrom from an RDF2Go node.
|
static void |
Restriction.setAllValuesFrom(Model model,
Resource instanceResource,
OwlClass value)
Sets a value of property AllValuesFrom from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
Ontology.setBackwardCompatibleWith(Model model,
Resource instanceResource,
Node value)
Sets a value of property BackwardCompatibleWith from an RDF2Go node.
|
static void |
Ontology.setBackwardCompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Sets a value of property BackwardCompatibleWith from an instance of Ontology
First, all existing values are removed, then this value is added.
|
static void |
Restriction.setCardinality(Model model,
Resource instanceResource,
Integer value)
Sets a value of property Cardinality from an instance of Integer
First, all existing values are removed, then this value is added.
|
static void |
Restriction.setCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property Cardinality from an RDF2Go node.
|
static void |
OwlClass.setComplementOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property ComplementOf from an RDF2Go node.
|
static void |
OwlClass.setComplementOf(Model model,
Resource instanceResource,
OwlClass value)
Sets a value of property ComplementOf from an instance of OwlClass
First, all existing values are removed, then this value is added.
|
static void |
OwlThing.setDifferentFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property DifferentFrom from an RDF2Go node.
|
static void |
OwlThing.setDifferentFrom(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property DifferentFrom from an instance of OwlThing
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setDisjointWith(Model model,
Resource instanceResource,
Node value)
Sets a value of property DisjointWith from an RDF2Go node.
|
static void |
OwlClass.setDisjointWith(Model model,
Resource instanceResource,
OwlClass value)
Sets a value of property DisjointWith from an instance of OwlClass
First, all existing values are removed, then this value is added.
|
static void |
AllDifferent.setDistinctMembers(Model model,
Resource instanceResource,
List value)
Sets a value of property DistinctMembers from an instance of List First,
all existing values are removed, then this value is added.
|
static void |
AllDifferent.setDistinctMembers(Model model,
Resource instanceResource,
Node value)
Sets a value of property DistinctMembers from an RDF2Go node.
|
static void |
OwlProperty.setDomain(Model model,
Resource instanceResource,
Node value)
Sets a value of property Domain from an RDF2Go node.
|
static void |
OwlProperty.setDomain(Model model,
Resource instanceResource,
OwlClass value)
Sets a value of property Domain from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setEquivalentClass(Model model,
Resource instanceResource,
Node value)
Sets a value of property EquivalentClass from an RDF2Go node.
|
static void |
OwlClass.setEquivalentClass(Model model,
Resource instanceResource,
OwlClass value)
Sets a value of property EquivalentClass from an instance of OwlClass
First, all existing values are removed, then this value is added.
|
static void |
OwlThing.setEquivalentProperty(Model model,
Resource instanceResource,
Node value)
Sets a value of property EquivalentProperty from an RDF2Go node.
|
static void |
OwlThing.setEquivalentProperty(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property EquivalentProperty from an instance of Thing
First, all existing values are removed, then this value is added.
|
static void |
Restriction.setHasValue(Model model,
Resource instanceResource,
Node value)
Sets a value of property HasValue from an RDF2Go node.
|
static void |
Restriction.setHasValue(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property HasValue from an instance of Thing
First, all existing values are removed, then this value is added.
|
static void |
Ontology.setImports(Model model,
Resource instanceResource,
Node value)
Sets a value of property Imports from an RDF2Go node.
|
static void |
Ontology.setImports(Model model,
Resource instanceResource,
Ontology value)
Sets a value of property Imports from an instance of Ontology
First, all existing values are removed, then this value is added.
|
static void |
Ontology.setIncompatibleWith(Model model,
Resource instanceResource,
Node value)
Sets a value of property IncompatibleWith from an RDF2Go node.
|
static void |
Ontology.setIncompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Sets a value of property IncompatibleWith from an instance of Ontology
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setIntersectionOf(Model model,
Resource instanceResource,
List value)
Sets a value of property IntersectionOf from an instance of List
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setIntersectionOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property IntersectionOf from an RDF2Go node.
|
static void |
ObjectProperty.setInverseOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property InverseOf from an RDF2Go node.
|
static void |
ObjectProperty.setInverseOf(Model model,
Resource instanceResource,
ObjectProperty value)
Sets a value of property InverseOf from an instance of ObjectProperty
First, all existing values are removed, then this value is added.
|
static void |
Restriction.setMaxCardinality(Model model,
Resource instanceResource,
Integer value)
Sets a value of property MaxCardinality from an instance of Integer
First, all existing values are removed, then this value is added.
|
static void |
Restriction.setMaxCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property MaxCardinality from an RDF2Go node.
|
static void |
Restriction.setMinCardinality(Model model,
Resource instanceResource,
Integer value)
Sets a value of property MinCardinality from an instance of Integer
First, all existing values are removed, then this value is added.
|
static void |
Restriction.setMinCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property MinCardinality from an RDF2Go node.
|
static void |
OwlClass.setOneOf(Model model,
Resource instanceResource,
List value)
Sets a value of property OneOf from an instance of List
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setOneOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property OneOf from an RDF2Go node.
|
static void |
Restriction.setOnProperty(Model model,
Resource instanceResource,
Node value)
Sets a value of property OnProperty from an RDF2Go node.
|
static void |
Restriction.setOnProperty(Model model,
Resource instanceResource,
OwlProperty value)
Sets a value of property OnProperty from an instance of Property
First, all existing values are removed, then this value is added.
|
static void |
Ontology.setPriorVersion(Model model,
Resource instanceResource,
Node value)
Sets a value of property PriorVersion from an RDF2Go node.
|
static void |
Ontology.setPriorVersion(Model model,
Resource instanceResource,
Ontology value)
Sets a value of property PriorVersion from an instance of Ontology
First, all existing values are removed, then this value is added.
|
static void |
OwlProperty.setRange(Model model,
Resource instanceResource,
Node value)
Sets a value of property Range from an RDF2Go node.
|
static void |
OwlProperty.setRange(Model model,
Resource instanceResource,
OwlClass value)
Sets a value of property Range from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
OwlThing.setSameAs(Model model,
Resource instanceResource,
Node value)
Sets a value of property SameAs from an RDF2Go node.
|
static void |
OwlThing.setSameAs(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property SameAs from an instance of OwlThing
First, all existing values are removed, then this value is added.
|
static void |
Restriction.setSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property SomeValuesFrom from an RDF2Go node.
|
static void |
Restriction.setSomeValuesFrom(Model model,
Resource instanceResource,
OwlClass value)
Sets a value of property SomeValuesFrom from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setSubClassOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
static void |
OwlClass.setSubClassOf(Model model,
Resource instanceResource,
OwlClass value)
Sets a value of property SubClassOf from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
OwlProperty.setSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
static void |
OwlProperty.setSubPropertyOf(Model model,
Resource instanceResource,
OwlProperty value)
Sets a value of property SubPropertyOf from an instance of Property
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setUnionOf(Model model,
Resource instanceResource,
List value)
Sets a value of property UnionOf from an instance of List
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setUnionOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property UnionOf from an RDF2Go node.
|
static void |
OwlThing.setVersionInfo(Model model,
Resource instanceResource,
Node value)
Sets a value of property VersionInfo from an RDF2Go node.
|
static void |
OwlThing.setVersionInfo(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property VersionInfo from an instance of Thing
First, all existing values are removed, then this value is added.
|
Constructor and Description |
---|
AllDifferent(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
AllDifferent(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by a randomly
generated URI.
|
AllDifferent(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
AllDifferent(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as
a String.
|
AllDifferent(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
AnnotationProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
AnnotationProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by a randomly
generated URI.
|
AnnotationProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
AnnotationProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as
a String.
|
AnnotationProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DataRange(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
DataRange(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
DataRange(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DataRange(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
DataRange(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DatatypeProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
DatatypeProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
DatatypeProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DatatypeProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
DatatypeProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedClass(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
DeprecatedClass(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
DeprecatedClass(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedClass(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
DeprecatedClass(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
DeprecatedProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
DeprecatedProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
DeprecatedProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
FunctionalProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
FunctionalProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
FunctionalProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
FunctionalProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
FunctionalProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
InverseFunctionalProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
InverseFunctionalProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
InverseFunctionalProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
InverseFunctionalProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
InverseFunctionalProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Nothing(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Nothing(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Nothing(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Nothing(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Nothing(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
ObjectProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
ObjectProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
ObjectProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
ObjectProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
ObjectProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Ontology(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Ontology(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Ontology(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Ontology(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Ontology(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OntologyProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
OntologyProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
OntologyProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OntologyProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
OntologyProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlClass(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
OwlClass(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
OwlClass(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlClass(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
OwlClass(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
OwlProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
OwlProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
OwlProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlThing(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
OwlThing(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
OwlThing(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlThing(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
OwlThing(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Restriction(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Restriction(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Restriction(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Restriction(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Restriction(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
SymmetricProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
SymmetricProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
SymmetricProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
SymmetricProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
SymmetricProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
TransitiveProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
TransitiveProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
TransitiveProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
TransitiveProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
TransitiveProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Modifier and Type | Method and Description |
---|---|
static void |
Resource.addComment(Model model,
Resource instanceResource,
Node value)
Adds a value to property Comment as an RDF2Go node
|
static void |
Resource.addComment(Model model,
Resource instanceResource,
String value)
Adds a value to property Comment from an instance of String
|
static void |
Property.addDomain(Model model,
Resource instanceResource,
Class value)
Adds a value to property Domain from an instance of Class
|
static void |
Property.addDomain(Model model,
Resource instanceResource,
Node value)
Adds a value to property Domain as an RDF2Go node
|
static void |
List.addFirst(Model model,
Resource instanceResource,
Node value)
Adds a value to property First as an RDF2Go node
|
static void |
List.addFirst(Model model,
Resource instanceResource,
Resource value)
Adds a value to property First from an instance of Resource
|
static void |
Resource.addIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Adds a value to property IsDefinedBy as an RDF2Go node
|
static void |
Resource.addIsDefinedBy(Model model,
Resource instanceResource,
Resource value)
Adds a value to property IsDefinedBy from an instance of Resource
|
static void |
Resource.addLabel(Model model,
Resource instanceResource,
Node value)
Adds a value to property Label as an RDF2Go node
|
static void |
Resource.addLabel(Model model,
Resource instanceResource,
String value)
Adds a value to property Label from an instance of String
|
static void |
Resource.addMember(Model model,
Resource instanceResource,
Node value)
Adds a value to property Member as an RDF2Go node
|
static void |
Resource.addMember(Model model,
Resource instanceResource,
Resource value)
Adds a value to property Member from an instance of Resource
|
static void |
Statement.addObject(Model model,
Resource instanceResource,
Node value)
Adds a value to property Object as an RDF2Go node
|
static void |
Statement.addObject(Model model,
Resource instanceResource,
Resource value)
Adds a value to property Object from an instance of Resource
|
static void |
Statement.addPredicate(Model model,
Resource instanceResource,
Node value)
Adds a value to property Predicate as an RDF2Go node
|
static void |
Statement.addPredicate(Model model,
Resource instanceResource,
Resource value)
Adds a value to property Predicate from an instance of Resource
|
static void |
Property.addRange(Model model,
Resource instanceResource,
Class value)
Adds a value to property Range from an instance of Class
|
static void |
Property.addRange(Model model,
Resource instanceResource,
Node value)
Adds a value to property Range as an RDF2Go node
|
static void |
List.addRest(Model model,
Resource instanceResource,
List value)
Adds a value to property Rest from an instance of List
|
static void |
List.addRest(Model model,
Resource instanceResource,
Node value)
Adds a value to property Rest as an RDF2Go node
|
static void |
Resource.addSeeAlso(Model model,
Resource instanceResource,
Node value)
Adds a value to property SeeAlso as an RDF2Go node
|
static void |
Resource.addSeeAlso(Model model,
Resource instanceResource,
Resource value)
Adds a value to property SeeAlso from an instance of Resource
|
static void |
Class.addSubClassOf(Model model,
Resource instanceResource,
Class value)
Adds a value to property SubClassOf from an instance of Class
|
static void |
Class.addSubClassOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
static void |
Statement.addSubject(Model model,
Resource instanceResource,
Node value)
Adds a value to property Subject as an RDF2Go node
|
static void |
Statement.addSubject(Model model,
Resource instanceResource,
Resource value)
Adds a value to property Subject from an instance of Resource
|
static void |
Property.addSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
static void |
Property.addSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Adds a value to property SubPropertyOf from an instance of Property
|
static void |
Resource.addType(Model model,
Resource instanceResource,
Class value)
Adds a value to property Type from an instance of Class
|
static void |
Resource.addType(Model model,
Resource instanceResource,
Node value)
Adds a value to property Type as an RDF2Go node
|
static void |
Resource.addValue(Model model,
Resource instanceResource,
Node value)
Adds a value to property Value as an RDF2Go node
|
static void |
Resource.addValue(Model model,
Resource instanceResource,
Resource value)
Adds a value to property Value from an instance of Resource
|
static void |
Ontology.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Container.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Bag.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Datatype.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Statement.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Alt.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
List.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Property.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Class.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Seq.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Resource.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
ContainerMembershipProperty.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Ontology.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Container.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Bag.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Datatype.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Statement.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Alt.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
List.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Property.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Class.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Seq.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
Resource.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static void |
ContainerMembershipProperty.deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
static ReactorResult<String> |
Resource.getAllComment_as(Model model,
Resource instanceResource)
Get all values of property Comment as a ReactorResult of String
|
static ReactorResult<Node> |
Resource.getAllComment_asNode_(Model model,
Resource instanceResource)
Get all values of property Comment as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllComment_asNode(Model model,
Resource instanceResource)
Get all values of property Comment as an Iterator over RDF2Go nodes
|
static ClosableIterator<String> |
Resource.getAllComment(Model model,
Resource instanceResource)
Get all values of property Comment * @param model an RDF2Go model
|
static ReactorResult<Class> |
Property.getAllDomain_as(Model model,
Resource instanceResource)
Get all values of property Domain as a ReactorResult of Class
|
static ReactorResult<Node> |
Property.getAllDomain_asNode_(Model model,
Resource instanceResource)
Get all values of property Domain as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Property.getAllDomain_asNode(Model model,
Resource instanceResource)
Get all values of property Domain as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Class.getAllDomain_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Class> |
Property.getAllDomain(Model model,
Resource instanceResource)
Get all values of property Domain * @param model an RDF2Go model
|
static ReactorResult<Resource> |
List.getAllFirst_as(Model model,
Resource instanceResource)
Get all values of property First as a ReactorResult of Resource
|
static ReactorResult<Node> |
List.getAllFirst_asNode_(Model model,
Resource instanceResource)
Get all values of property First as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
List.getAllFirst_asNode(Model model,
Resource instanceResource)
Get all values of property First as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllFirst_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
List.getAllFirst(Model model,
Resource instanceResource)
Get all values of property First * @param model an RDF2Go model
|
static ReactorResult<? extends Ontology> |
Ontology.getAllInstance_as(Model model) |
static ReactorResult<? extends Container> |
Container.getAllInstance_as(Model model) |
static ReactorResult<? extends Bag> |
Bag.getAllInstance_as(Model model) |
static ReactorResult<? extends Datatype> |
Datatype.getAllInstance_as(Model model) |
static ReactorResult<? extends Statement> |
Statement.getAllInstance_as(Model model) |
static ReactorResult<? extends Alt> |
Alt.getAllInstance_as(Model model) |
static ReactorResult<? extends List> |
List.getAllInstance_as(Model model) |
static ReactorResult<? extends Property> |
Property.getAllInstance_as(Model model) |
static ReactorResult<? extends Class> |
Class.getAllInstance_as(Model model) |
static ReactorResult<? extends Seq> |
Seq.getAllInstance_as(Model model) |
static ReactorResult<? extends Resource> |
Resource.getAllInstance_as(Model model) |
static ReactorResult<? extends ContainerMembershipProperty> |
ContainerMembershipProperty.getAllInstance_as(Model model) |
static ClosableIterator<Resource> |
Ontology.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Container.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Bag.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Datatype.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Statement.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Alt.getAllInstances(Model model) |
static ClosableIterator<Resource> |
List.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Property.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Class.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Seq.getAllInstances(Model model) |
static ClosableIterator<Resource> |
Resource.getAllInstances(Model model) |
static ClosableIterator<Resource> |
ContainerMembershipProperty.getAllInstances(Model model) |
static ReactorResult<Resource> |
Resource.getAllIsDefinedBy_as(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as a ReactorResult of Resource
|
static ReactorResult<Node> |
Resource.getAllIsDefinedBy_asNode_(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllIsDefinedBy_asNode(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllIsDefinedBy_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
Resource.getAllIsDefinedBy(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy * @param model an RDF2Go model
|
static ReactorResult<String> |
Resource.getAllLabel_as(Model model,
Resource instanceResource)
Get all values of property Label as a ReactorResult of String
|
static ReactorResult<Node> |
Resource.getAllLabel_asNode_(Model model,
Resource instanceResource)
Get all values of property Label as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllLabel_asNode(Model model,
Resource instanceResource)
Get all values of property Label as an Iterator over RDF2Go nodes
|
static ClosableIterator<String> |
Resource.getAllLabel(Model model,
Resource instanceResource)
Get all values of property Label * @param model an RDF2Go model
|
static ReactorResult<Resource> |
Resource.getAllMember_as(Model model,
Resource instanceResource)
Get all values of property Member as a ReactorResult of Resource
|
static ReactorResult<Node> |
Resource.getAllMember_asNode_(Model model,
Resource instanceResource)
Get all values of property Member as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllMember_asNode(Model model,
Resource instanceResource)
Get all values of property Member as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllMember_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
Resource.getAllMember(Model model,
Resource instanceResource)
Get all values of property Member * @param model an RDF2Go model
|
static ReactorResult<Resource> |
Statement.getAllObject_as(Model model,
Resource instanceResource)
Get all values of property Object as a ReactorResult of Resource
|
static ReactorResult<Node> |
Statement.getAllObject_asNode_(Model model,
Resource instanceResource)
Get all values of property Object as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Statement.getAllObject_asNode(Model model,
Resource instanceResource)
Get all values of property Object as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllObject_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
Statement.getAllObject(Model model,
Resource instanceResource)
Get all values of property Object * @param model an RDF2Go model
|
static ReactorResult<Resource> |
Statement.getAllPredicate_as(Model model,
Resource instanceResource)
Get all values of property Predicate as a ReactorResult of Resource
|
static ReactorResult<Node> |
Statement.getAllPredicate_asNode_(Model model,
Resource instanceResource)
Get all values of property Predicate as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Statement.getAllPredicate_asNode(Model model,
Resource instanceResource)
Get all values of property Predicate as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllPredicate_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
Statement.getAllPredicate(Model model,
Resource instanceResource)
Get all values of property Predicate * @param model an RDF2Go model
|
static ReactorResult<Class> |
Property.getAllRange_as(Model model,
Resource instanceResource)
Get all values of property Range as a ReactorResult of Class
|
static ReactorResult<Node> |
Property.getAllRange_asNode_(Model model,
Resource instanceResource)
Get all values of property Range as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Property.getAllRange_asNode(Model model,
Resource instanceResource)
Get all values of property Range as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Class.getAllRange_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Class> |
Property.getAllRange(Model model,
Resource instanceResource)
Get all values of property Range * @param model an RDF2Go model
|
static ReactorResult<List> |
List.getAllRest_as(Model model,
Resource instanceResource)
Get all values of property Rest as a ReactorResult of List
|
static ReactorResult<Node> |
List.getAllRest_asNode_(Model model,
Resource instanceResource)
Get all values of property Rest as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
List.getAllRest_asNode(Model model,
Resource instanceResource)
Get all values of property Rest as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
List.getAllRest_Inverse(Model model,
Object objectValue) |
static ClosableIterator<List> |
List.getAllRest(Model model,
Resource instanceResource)
Get all values of property Rest * @param model an RDF2Go model
|
static ReactorResult<Resource> |
Resource.getAllSeeAlso_as(Model model,
Resource instanceResource)
Get all values of property SeeAlso as a ReactorResult of Resource
|
static ReactorResult<Node> |
Resource.getAllSeeAlso_asNode_(Model model,
Resource instanceResource)
Get all values of property SeeAlso as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllSeeAlso_asNode(Model model,
Resource instanceResource)
Get all values of property SeeAlso as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllSeeAlso_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
Resource.getAllSeeAlso(Model model,
Resource instanceResource)
Get all values of property SeeAlso * @param model an RDF2Go model
|
static ReactorResult<Class> |
Class.getAllSubClassOf_as(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a ReactorResult of Class
|
static ReactorResult<Node> |
Class.getAllSubClassOf_asNode_(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Class.getAllSubClassOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Class.getAllSubClassOf_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Class> |
Class.getAllSubClassOf(Model model,
Resource instanceResource)
Get all values of property SubClassOf * @param model an RDF2Go model
|
static ReactorResult<Resource> |
Statement.getAllSubject_as(Model model,
Resource instanceResource)
Get all values of property Subject as a ReactorResult of Resource
|
static ReactorResult<Node> |
Statement.getAllSubject_asNode_(Model model,
Resource instanceResource)
Get all values of property Subject as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Statement.getAllSubject_asNode(Model model,
Resource instanceResource)
Get all values of property Subject as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllSubject_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
Statement.getAllSubject(Model model,
Resource instanceResource)
Get all values of property Subject * @param model an RDF2Go model
|
static ReactorResult<Property> |
Property.getAllSubPropertyOf_as(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a ReactorResult of Property
|
static ReactorResult<Node> |
Property.getAllSubPropertyOf_asNode_(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Property.getAllSubPropertyOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Property.getAllSubPropertyOf_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Property> |
Property.getAllSubPropertyOf(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf * @param model an RDF2Go model
|
static ReactorResult<Class> |
Resource.getAllType_as(Model model,
Resource instanceResource)
Get all values of property Type as a ReactorResult of Class
|
static ReactorResult<Node> |
Resource.getAllType_asNode_(Model model,
Resource instanceResource)
Get all values of property Type as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllType_asNode(Model model,
Resource instanceResource)
Get all values of property Type as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Class.getAllType_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Class> |
Resource.getAllType(Model model,
Resource instanceResource)
Get all values of property Type * @param model an RDF2Go model
|
static ReactorResult<Resource> |
Resource.getAllValue_as(Model model,
Resource instanceResource)
Get all values of property Value as a ReactorResult of Resource
|
static ReactorResult<Node> |
Resource.getAllValue_asNode_(Model model,
Resource instanceResource)
Get all values of property Value as a ReactorResult of RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllValue_asNode(Model model,
Resource instanceResource)
Get all values of property Value as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
Resource.getAllValue_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
Resource.getAllValue(Model model,
Resource instanceResource)
Get all values of property Value * @param model an RDF2Go model
|
static boolean |
Ontology.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Container.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Bag.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Datatype.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Statement.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Alt.hasInstance(Model model,
Resource instanceResource) |
static boolean |
List.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Property.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Class.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Seq.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Resource.hasInstance(Model model,
Resource instanceResource) |
static boolean |
ContainerMembershipProperty.hasInstance(Model model,
Resource instanceResource) |
static void |
Resource.removeAllComment(Model model,
Resource instanceResource)
Removes all values of property Comment * @param model an RDF2Go model
|
static void |
Property.removeAllDomain(Model model,
Resource instanceResource)
Removes all values of property Domain * @param model an RDF2Go model
|
static void |
List.removeAllFirst(Model model,
Resource instanceResource)
Removes all values of property First * @param model an RDF2Go model
|
static void |
Resource.removeAllIsDefinedBy(Model model,
Resource instanceResource)
Removes all values of property IsDefinedBy * @param model an RDF2Go model
|
static void |
Resource.removeAllLabel(Model model,
Resource instanceResource)
Removes all values of property Label * @param model an RDF2Go model
|
static void |
Resource.removeAllMember(Model model,
Resource instanceResource)
Removes all values of property Member * @param model an RDF2Go model
|
static void |
Statement.removeAllObject(Model model,
Resource instanceResource)
Removes all values of property Object * @param model an RDF2Go model
|
static void |
Statement.removeAllPredicate(Model model,
Resource instanceResource)
Removes all values of property Predicate * @param model an RDF2Go model
|
static void |
Property.removeAllRange(Model model,
Resource instanceResource)
Removes all values of property Range * @param model an RDF2Go model
|
static void |
List.removeAllRest(Model model,
Resource instanceResource)
Removes all values of property Rest * @param model an RDF2Go model
|
static void |
Resource.removeAllSeeAlso(Model model,
Resource instanceResource)
Removes all values of property SeeAlso * @param model an RDF2Go model
|
static void |
Class.removeAllSubClassOf(Model model,
Resource instanceResource)
Removes all values of property SubClassOf * @param model an RDF2Go model
|
static void |
Statement.removeAllSubject(Model model,
Resource instanceResource)
Removes all values of property Subject * @param model an RDF2Go model
|
static void |
Property.removeAllSubPropertyOf(Model model,
Resource instanceResource)
Removes all values of property SubPropertyOf * @param model an RDF2Go model
|
static void |
Resource.removeAllType(Model model,
Resource instanceResource)
Removes all values of property Type * @param model an RDF2Go model
|
static void |
Resource.removeAllValue(Model model,
Resource instanceResource)
Removes all values of property Value * @param model an RDF2Go model
|
static void |
Resource.removeComment(Model model,
Resource instanceResource,
Node value)
Removes a value of property Comment as an RDF2Go node
|
static void |
Resource.removeComment(Model model,
Resource instanceResource,
String value)
Removes a value of property Comment given as an instance of String
|
static void |
Property.removeDomain(Model model,
Resource instanceResource,
Class value)
Removes a value of property Domain given as an instance of Class
|
static void |
Property.removeDomain(Model model,
Resource instanceResource,
Node value)
Removes a value of property Domain as an RDF2Go node
|
static void |
List.removeFirst(Model model,
Resource instanceResource,
Node value)
Removes a value of property First as an RDF2Go node
|
static void |
List.removeFirst(Model model,
Resource instanceResource,
Resource value)
Removes a value of property First given as an instance of Resource
|
static void |
Resource.removeIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Removes a value of property IsDefinedBy as an RDF2Go node
|
static void |
Resource.removeIsDefinedBy(Model model,
Resource instanceResource,
Resource value)
Removes a value of property IsDefinedBy given as an instance of Resource
|
static void |
Resource.removeLabel(Model model,
Resource instanceResource,
Node value)
Removes a value of property Label as an RDF2Go node
|
static void |
Resource.removeLabel(Model model,
Resource instanceResource,
String value)
Removes a value of property Label given as an instance of String
|
static void |
Resource.removeMember(Model model,
Resource instanceResource,
Node value)
Removes a value of property Member as an RDF2Go node
|
static void |
Resource.removeMember(Model model,
Resource instanceResource,
Resource value)
Removes a value of property Member given as an instance of Resource
|
static void |
Statement.removeObject(Model model,
Resource instanceResource,
Node value)
Removes a value of property Object as an RDF2Go node
|
static void |
Statement.removeObject(Model model,
Resource instanceResource,
Resource value)
Removes a value of property Object given as an instance of Resource
|
static void |
Statement.removePredicate(Model model,
Resource instanceResource,
Node value)
Removes a value of property Predicate as an RDF2Go node
|
static void |
Statement.removePredicate(Model model,
Resource instanceResource,
Resource value)
Removes a value of property Predicate given as an instance of Resource
|
static void |
Property.removeRange(Model model,
Resource instanceResource,
Class value)
Removes a value of property Range given as an instance of Class
|
static void |
Property.removeRange(Model model,
Resource instanceResource,
Node value)
Removes a value of property Range as an RDF2Go node
|
static void |
List.removeRest(Model model,
Resource instanceResource,
List value)
Removes a value of property Rest given as an instance of List
|
static void |
List.removeRest(Model model,
Resource instanceResource,
Node value)
Removes a value of property Rest as an RDF2Go node
|
static void |
Resource.removeSeeAlso(Model model,
Resource instanceResource,
Node value)
Removes a value of property SeeAlso as an RDF2Go node
|
static void |
Resource.removeSeeAlso(Model model,
Resource instanceResource,
Resource value)
Removes a value of property SeeAlso given as an instance of Resource
|
static void |
Class.removeSubClassOf(Model model,
Resource instanceResource,
Class value)
Removes a value of property SubClassOf given as an instance of Class
|
static void |
Class.removeSubClassOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
static void |
Statement.removeSubject(Model model,
Resource instanceResource,
Node value)
Removes a value of property Subject as an RDF2Go node
|
static void |
Statement.removeSubject(Model model,
Resource instanceResource,
Resource value)
Removes a value of property Subject given as an instance of Resource
|
static void |
Property.removeSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
static void |
Property.removeSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Removes a value of property SubPropertyOf given as an instance of Property
|
static void |
Resource.removeType(Model model,
Resource instanceResource,
Class value)
Removes a value of property Type given as an instance of Class
|
static void |
Resource.removeType(Model model,
Resource instanceResource,
Node value)
Removes a value of property Type as an RDF2Go node
|
static void |
Resource.removeValue(Model model,
Resource instanceResource,
Node value)
Removes a value of property Value as an RDF2Go node
|
static void |
Resource.removeValue(Model model,
Resource instanceResource,
Resource value)
Removes a value of property Value given as an instance of Resource
|
static void |
Resource.setComment(Model model,
Resource instanceResource,
Node value)
Sets a value of property Comment from an RDF2Go node.
|
static void |
Resource.setComment(Model model,
Resource instanceResource,
String value)
Sets a value of property Comment from an instance of String
First, all existing values are removed, then this value is added.
|
static void |
Property.setDomain(Model model,
Resource instanceResource,
Class value)
Sets a value of property Domain from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
Property.setDomain(Model model,
Resource instanceResource,
Node value)
Sets a value of property Domain from an RDF2Go node.
|
static void |
List.setFirst(Model model,
Resource instanceResource,
Node value)
Sets a value of property First from an RDF2Go node.
|
static void |
List.setFirst(Model model,
Resource instanceResource,
Resource value)
Sets a value of property First from an instance of Resource
First, all existing values are removed, then this value is added.
|
static void |
Resource.setIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Sets a value of property IsDefinedBy from an RDF2Go node.
|
static void |
Resource.setIsDefinedBy(Model model,
Resource instanceResource,
Resource value)
Sets a value of property IsDefinedBy from an instance of Resource
First, all existing values are removed, then this value is added.
|
static void |
Resource.setLabel(Model model,
Resource instanceResource,
Node value)
Sets a value of property Label from an RDF2Go node.
|
static void |
Resource.setLabel(Model model,
Resource instanceResource,
String value)
Sets a value of property Label from an instance of String
First, all existing values are removed, then this value is added.
|
static void |
Resource.setMember(Model model,
Resource instanceResource,
Node value)
Sets a value of property Member from an RDF2Go node.
|
static void |
Resource.setMember(Model model,
Resource instanceResource,
Resource value)
Sets a value of property Member from an instance of Resource
First, all existing values are removed, then this value is added.
|
static void |
Statement.setObject(Model model,
Resource instanceResource,
Node value)
Sets a value of property Object from an RDF2Go node.
|
static void |
Statement.setObject(Model model,
Resource instanceResource,
Resource value)
Sets a value of property Object from an instance of Resource
First, all existing values are removed, then this value is added.
|
static void |
Statement.setPredicate(Model model,
Resource instanceResource,
Node value)
Sets a value of property Predicate from an RDF2Go node.
|
static void |
Statement.setPredicate(Model model,
Resource instanceResource,
Resource value)
Sets a value of property Predicate from an instance of Resource
First, all existing values are removed, then this value is added.
|
static void |
Property.setRange(Model model,
Resource instanceResource,
Class value)
Sets a value of property Range from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
Property.setRange(Model model,
Resource instanceResource,
Node value)
Sets a value of property Range from an RDF2Go node.
|
static void |
List.setRest(Model model,
Resource instanceResource,
List value)
Sets a value of property Rest from an instance of List
First, all existing values are removed, then this value is added.
|
static void |
List.setRest(Model model,
Resource instanceResource,
Node value)
Sets a value of property Rest from an RDF2Go node.
|
static void |
Resource.setSeeAlso(Model model,
Resource instanceResource,
Node value)
Sets a value of property SeeAlso from an RDF2Go node.
|
static void |
Resource.setSeeAlso(Model model,
Resource instanceResource,
Resource value)
Sets a value of property SeeAlso from an instance of Resource
First, all existing values are removed, then this value is added.
|
static void |
Class.setSubClassOf(Model model,
Resource instanceResource,
Class value)
Sets a value of property SubClassOf from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
Class.setSubClassOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
static void |
Statement.setSubject(Model model,
Resource instanceResource,
Node value)
Sets a value of property Subject from an RDF2Go node.
|
static void |
Statement.setSubject(Model model,
Resource instanceResource,
Resource value)
Sets a value of property Subject from an instance of Resource
First, all existing values are removed, then this value is added.
|
static void |
Property.setSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
static void |
Property.setSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Sets a value of property SubPropertyOf from an instance of Property
First, all existing values are removed, then this value is added.
|
static void |
Resource.setType(Model model,
Resource instanceResource,
Class value)
Sets a value of property Type from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
Resource.setType(Model model,
Resource instanceResource,
Node value)
Sets a value of property Type from an RDF2Go node.
|
static void |
Resource.setValue(Model model,
Resource instanceResource,
Node value)
Sets a value of property Value from an RDF2Go node.
|
static void |
Resource.setValue(Model model,
Resource instanceResource,
Resource value)
Sets a value of property Value from an instance of Resource
First, all existing values are removed, then this value is added.
|
Constructor and Description |
---|
Alt(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Alt(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by a randomly
generated URI.
|
Alt(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Alt(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as
a String.
|
Alt(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Bag(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Bag(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Bag(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Bag(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Bag(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Class(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Class(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Class(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Class(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Class(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Container(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Container(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Container(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Container(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Container(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
ContainerMembershipProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
ContainerMembershipProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
ContainerMembershipProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
ContainerMembershipProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
ContainerMembershipProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Datatype(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Datatype(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Datatype(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Datatype(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Datatype(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
List(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
List(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
List(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
List(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
List(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Ontology(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Ontology(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Ontology(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Ontology(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Ontology(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Property(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Property(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Property(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Property(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Property(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Resource(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Resource(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Resource(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Resource(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Resource(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Seq(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Seq(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Seq(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Seq(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Seq(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Statement(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
Statement(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
Statement(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Statement(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
Statement(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryModel
Implementation of the RDF2Go model interface for an OpenRDF Repository.
|
Modifier and Type | Method and Description |
---|---|
Model |
RepositoryModelFactory.createModel(Properties properties) |
Model |
RepositoryModelFactory.createModel(URI contextURI) |
Model |
RepositoryModelSet.getDefaultModel() |
Model |
StatementWrapper.getModel() |
Model |
RepositoryModelSet.getModel(URI contextURI) |
Model |
RepositoryModel.open() |
Modifier and Type | Method and Description |
---|---|
ClosableIterator<Model> |
RepositoryModelSet.getModels() |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryModelSet.addModel(Model model) |
void |
RepositoryModelSet.addModel(Model model,
URI contextURI) |
boolean |
RepositoryModel.isIsomorphicWith(Model other) |
Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.