Package | Description |
---|---|
org.ontoware.rdf2go.model | |
org.ontoware.rdf2go.model.impl | |
org.ontoware.rdf2go.model.node | |
org.ontoware.rdf2go.model.node.impl | |
org.ontoware.rdf2go.util | |
org.ontoware.rdfreactor.generator.java | |
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 |
---|---|
Resource |
ReificationSupport.addReificationOf(Statement statement,
Resource resource)
Reifies the statement, whether the statement was present in the model or
not.
|
Resource |
Statement.getSubject() |
Modifier and Type | Method and Description |
---|---|
Collection<Resource> |
ReificationSupport.getAllReificationsOf(Statement statement) |
Modifier and Type | Method and Description |
---|---|
Resource |
ReificationSupport.addReificationOf(Statement statement,
Resource resource)
Reifies the statement, whether the statement was present in the model or
not.
|
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
Node object)
adds a (subject, property ,object)-statement to this model
|
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
String literal)
adds a (subject, property, literal)-statement to the model.
|
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
String literal,
String languageTag)
adds a (subject, property, liteal, language-tag)-statement to the model.
|
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI)
adds a (subject, property, literal ,datatype)-statement to the model.
|
void |
ModelSetAddRemove.addStatement(URI contextURI,
Resource subject,
URI predicate,
Node object)
This method creates a Model named 'contextURI' if needed.
|
Statement |
ModelValueFactory.createStatement(Resource subject,
URI predicate,
Node object)
Create a new statement - but DOES NOT add it to the model
|
Statement |
ModelSet.createStatement(URI context,
Resource subject,
URI predicate,
Node object)
Creates a statement with a context URI.
|
void |
ReificationSupport.deleteReification(Resource reificationResource)
Delete reifications made by this resource.
|
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
Node object)
remove a (subject, property ,object)-statement from the model
|
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
String literal) |
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
String literal,
String languageTag)
remove a (subject, property ,literal, language tag)-statement from the
model
|
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI)
remove a (subject, property ,literal, datatype)-statement from the model
datatype often is an uri for a xml schema datatype (xsd)
|
void |
ModelSetAddRemove.removeStatement(URI contextURI,
Resource subject,
URI predicate,
Node object)
Removes the statement (s,p,o) from a model named contextURI.
|
Modifier and Type | Field and Description |
---|---|
protected Resource |
StatementImpl.subject |
Modifier and Type | Method and Description |
---|---|
Resource |
AbstractModelSetImpl.addReificationOf(Statement statement,
Resource resource) |
Resource |
AbstractModel.addReificationOf(Statement statement,
Resource resource) |
Resource |
DelegatingModelSet.addReificationOf(Statement statement,
Resource resource) |
Resource |
StatementImpl.getSubject() |
Modifier and Type | Method and Description |
---|---|
Collection<Resource> |
AbstractModelSetImpl.getAllReificationsOf(Statement statement) |
Collection<Resource> |
AbstractModel.getAllReificationsOf(Statement statement) |
Collection<Resource> |
DelegatingModelSet.getAllReificationsOf(Statement statement) |
Modifier and Type | Method and Description |
---|---|
Resource |
AbstractModelSetImpl.addReificationOf(Statement statement,
Resource resource) |
Resource |
AbstractModel.addReificationOf(Statement statement,
Resource resource) |
Resource |
DelegatingModelSet.addReificationOf(Statement statement,
Resource resource) |
void |
DiffImpl.addStatement(Resource subject,
URI predicate,
Node object) |
abstract void |
AbstractModelWriter.addStatement(Resource subject,
URI predicate,
Node object) |
void |
DelegatingModel.addStatement(Resource subject,
URI predicate,
Node object) |
void |
NotifyingModelLayer.addStatement(Resource subject,
URI predicate,
Node object) |
void |
ModelAddRemoveMemoryImpl.addStatement(Resource subject,
URI predicate,
Node object) |
abstract void |
AbstractModelAddRemove.addStatement(Resource subject,
URI predicate,
Node object) |
void |
StatementWriter.addStatement(Resource subject,
URI predicate,
Node object) |
void |
AbstractModelWriter.addStatement(Resource subject,
URI predicate,
String literal) |
void |
AbstractModel.addStatement(Resource subject,
URI predicate,
String literal) |
void |
DelegatingModel.addStatement(Resource subject,
URI predicate,
String literal) |
void |
NotifyingModelLayer.addStatement(Resource subject,
URI predicate,
String literal) |
void |
AbstractModelWriter.addStatement(Resource subject,
URI predicate,
String literal,
String languageTag) |
void |
AbstractModel.addStatement(Resource subject,
URI predicate,
String literal,
String languageTag) |
void |
DelegatingModel.addStatement(Resource subject,
URI predicate,
String literal,
String languageTag) |
void |
NotifyingModelLayer.addStatement(Resource subject,
URI predicate,
String literal,
String languageTag) |
void |
AbstractModelWriter.addStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI) |
void |
AbstractModel.addStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI) |
void |
DelegatingModel.addStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI) |
void |
NotifyingModelLayer.addStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI) |
void |
AbstractModelSetImpl.addStatement(URI context,
Resource subject,
URI predicate,
Node object) |
static TriplePatternImpl |
TriplePatternImpl.createObjectPattern(Resource resource,
URI propertyURI) |
Statement |
AbstractModelSetImpl.createStatement(Resource subject,
URI predicate,
Node object) |
Statement |
AbstractModel.createStatement(Resource subject,
URI predicate,
Node object) |
Statement |
AbstractModelSetImpl.createStatement(URI context,
Resource subject,
URI predicate,
Node object) |
void |
AbstractModelSetImpl.deleteReification(Resource reificationResource) |
void |
AbstractModel.deleteReification(Resource reificationResource) |
void |
DelegatingModelSet.deleteReification(Resource reificationResource) |
void |
DiffImpl.removeStatement(Resource subject,
URI predicate,
Node object) |
void |
DelegatingModel.removeStatement(Resource subject,
URI predicate,
Node object) |
void |
NotifyingModelLayer.removeStatement(Resource subject,
URI predicate,
Node object) |
void |
ModelAddRemoveMemoryImpl.removeStatement(Resource subject,
URI predicate,
Node object) |
abstract void |
AbstractModelAddRemove.removeStatement(Resource subject,
URI predicate,
Node object) |
void |
AbstractModel.removeStatement(Resource subject,
URI predicate,
String literal) |
void |
DelegatingModel.removeStatement(Resource subject,
URI predicate,
String literal) |
void |
NotifyingModelLayer.removeStatement(Resource subject,
URI predicate,
String literal) |
void |
AbstractModelAddRemove.removeStatement(Resource subject,
URI predicate,
String literal) |
void |
AbstractModel.removeStatement(Resource subject,
URI predicate,
String literal,
String languageTag) |
void |
DelegatingModel.removeStatement(Resource subject,
URI predicate,
String literal,
String languageTag) |
void |
NotifyingModelLayer.removeStatement(Resource subject,
URI predicate,
String literal,
String languageTag) |
void |
AbstractModelAddRemove.removeStatement(Resource subject,
URI predicate,
String literal,
String languageTag) |
void |
AbstractModel.removeStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI) |
void |
DelegatingModel.removeStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI) |
void |
NotifyingModelLayer.removeStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI) |
void |
AbstractModelAddRemove.removeStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI) |
void |
AbstractModelSetImpl.removeStatement(URI context,
Resource subject,
URI predicate,
Node object) |
Constructor and Description |
---|
StatementImpl(URI context,
Resource subject,
URI predicate,
Node object)
builds a new statement
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlankNode
marker interface
Implementations are expected to have valid implementations of equals( Object )
and hashCode()
|
interface |
URI
Interface for URI implementations.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Node.asResource()
A convenience method for a cast to
org.ontoware.rdf2go.model.node.Resource
|
Resource |
Variable.asResource() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBlankNodeImpl |
class |
ResourceImpl |
class |
URIImpl |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceImpl.asResource() |
Resource |
LiteralImpl.asResource() |
Modifier and Type | Method and Description |
---|---|
Resource |
LoggingModelSet.addReificationOf(Statement statement,
Resource resource) |
Resource |
LoggingModel.addReificationOf(Statement statement,
Resource resource) |
static Resource |
Builder.toSubject(String subject)
Parses a specified subject as String in order to create a new subject
using RDF2Go types.
|
Modifier and Type | Method and Description |
---|---|
Collection<Resource> |
LoggingModelSet.getAllReificationsOf(Statement statement) |
Collection<Resource> |
LoggingModel.getAllReificationsOf(Statement statement) |
Modifier and Type | Method and Description |
---|---|
Resource |
LoggingModelSet.addReificationOf(Statement statement,
Resource resource) |
Resource |
LoggingModel.addReificationOf(Statement statement,
Resource resource) |
void |
LoggingModel.addStatement(Resource subject,
URI predicate,
Node object) |
void |
LoggingModel.addStatement(Resource subject,
URI predicate,
String literal) |
void |
LoggingModel.addStatement(Resource subject,
URI predicate,
String literal,
String languageTag) |
void |
LoggingModel.addStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI) |
void |
LoggingModelSet.addStatement(URI contextURI,
Resource subject,
URI predicate,
Node object) |
Statement |
LoggingModelSet.createStatement(Resource subject,
URI predicate,
Node object) |
Statement |
LoggingModel.createStatement(Resource subject,
URI predicate,
Node object) |
static Statement |
Builder.createStatement(Resource subject,
URI predicate,
Node object) |
Statement |
LoggingModelSet.createStatement(URI context,
Resource subject,
URI predicate,
Node object) |
void |
LoggingModelSet.deleteReification(Resource reificationResource) |
void |
LoggingModel.deleteReification(Resource reificationResource) |
static Node |
RDFTool.getSingleValue(Model m,
Resource res,
URI pred)
get the property pred of the resource res.
|
static Node |
RDFTool.getSingleValue(ModelSet m,
Resource res,
URI pred) |
static String |
RDFTool.getSingleValueString(Model m,
Resource res,
URI pred)
read the values of a predicate of a resource.
|
static String |
RDFTool.getSingleValueString(ModelSet modelset,
Resource res,
URI pred)
read the values of a predicate of a resource.
|
void |
LoggingModel.removeStatement(Resource subject,
URI predicate,
Node object) |
void |
LoggingModel.removeStatement(Resource subject,
URI predicate,
String literal) |
void |
LoggingModel.removeStatement(Resource subject,
URI predicate,
String literal,
String languageTag) |
void |
LoggingModel.removeStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI) |
void |
LoggingModelSet.removeStatement(URI contextURI,
Resource subject,
URI predicate,
Node object) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JModel.addMapping(Resource id,
JClass jc)
Add a mapping to the JModel
|
JClass |
JModel.getMapping(Resource resource) |
Modifier and Type | Class and Description |
---|---|
class |
ReactorRuntimeEntity
ReactorBaseImpl is the base class for instances of classes from the
RDFS/OWL schema generated by the code generator.
|
Modifier and Type | Method and Description |
---|---|
Resource |
ReactorRuntimeEntity.asResource() |
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 Resource |
Base.getInverse(Model model,
URI propertyURI,
Object value) |
Resource |
ReactorBaseImpl.getResource()
implements
|
Resource |
ReactorRuntimeEntity.getResource()
implements
|
Resource |
ReactorWrapperImpl.getResource() |
Resource |
ResourceEntity.getResource() |
Modifier and Type | Method and Description |
---|---|
static ClosableIterator<Resource> |
Base.getAll_Inverse(Model model,
URI propertyURI,
Object value) |
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 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> ClosableIterator<T> |
Base.getAll(Model model,
Resource resourceSubject,
URI propertyURI,
Class<T> returnType) |
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(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 Node |
ResourceUtils.getSingleValue(Model model,
Resource subject,
URI propertyURI) |
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 |
Base.hasValue(Model model,
Resource resourceSubject,
URI propertyURI) |
static boolean |
Base.hasValue(Model model,
Resource resourceSubject,
URI propertyURI,
Object value) |
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 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) |
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) |
boolean |
NewBridge.removeAllValues(Model model,
Resource subject,
URI propertyURI,
Object[] values) |
boolean |
NewBridge.removeValue(Model model,
Resource subject,
URI propertyURI,
Object value) |
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) |
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 |
---|
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.
|
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 |
---|---|
Resource |
ResourceConverter.toJava(Node node) |
Modifier and Type | Class and Description |
---|---|
class |
OWL_Protege_NRL_Restriction
This class manages access to these properties:
AllValuesFrom
Cardinality
HasValue
MaxCardinality
MinCardinality
OnProperty
SomeValuesFrom
This class was generated by RDFReactor on 26.01.08 02:10
|
Modifier and Type | Method and Description |
---|---|
static Resource |
TypeUtils.toResource(Object o) |
static Resource |
TypeUtils.toResource(ResourceEntity re) |
static Resource |
TypeUtils.toResource(URL url) |
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
|
void |
OWL_Protege_NRL_Restriction.addHasValue(Resource value)
Adds a value to property HasValue from an instance of Resource
[Generated from RDFReactor template rule #add4dynamic]
|
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 |
Resource.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 |
Class.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 |
OwlClass.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
Resource.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 void |
Class.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 |
OwlClass.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<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<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 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<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<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<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<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<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 boolean |
Resource.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OWL_Protege_NRL_Restriction.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Class.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Property.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OwlClass.hasInstance(Model model,
Resource instanceResource) |
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
|
void |
OWL_Protege_NRL_Restriction.removeHasValue(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.
|
void |
OWL_Protege_NRL_Restriction.setHasValue(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,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Class(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
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,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
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,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlClass(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Property(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Property(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Resource(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Resource(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 |
AllDifferent
This class manages access to these properties:
DistinctMembers
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
AnnotationProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DataRange
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DatatypeProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DeprecatedClass
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DeprecatedProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
FunctionalProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
InverseFunctionalProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
Nothing
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
ObjectProperty
This class manages access to these properties:
InverseOf
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OntologyProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OwlClass
This class manages access to these properties:
ComplementOf
DisjointWith
EquivalentClass
IntersectionOf
UnionOf
OneOf
SubClassOf
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OwlProperty
This class manages access to these properties:
Domain
Range
SubPropertyOf
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OwlThing
This class manages access to these properties:
DifferentFrom
SameAs
EquivalentProperty
VersionInfo
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
Restriction
This class manages access to these properties:
AllValuesFrom
Cardinality
HasValue
MaxCardinality
MinCardinality
OnProperty
SomeValuesFrom
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
SymmetricProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
TransitiveProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
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 |
OntologyProperty.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 |
OwlProperty.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 |
AllDifferent.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 |
Nothing.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 |
TransitiveProperty.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 |
FunctionalProperty.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 |
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 |
ObjectProperty.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 |
Ontology.createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
OntologyProperty.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 |
OwlProperty.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 |
AllDifferent.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 |
Nothing.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 |
TransitiveProperty.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 |
FunctionalProperty.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 |
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 |
ObjectProperty.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 |
Ontology.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<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<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<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<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<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<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<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<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<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<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<Ontology> |
Ontology.getAllIncompatibleWith(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith * @param model an RDF2Go 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<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<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<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<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<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<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<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<OwlProperty> |
OwlProperty.getAllSubPropertyOf(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf * @param model an RDF2Go model
|
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<OwlThing> |
OwlThing.getAllVersionInfo(Model model,
Resource instanceResource)
Get all values of property VersionInfo * @param model an RDF2Go model
|
static boolean |
OntologyProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Restriction.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OwlProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
DataRange.hasInstance(Model model,
Resource instanceResource) |
static boolean |
AllDifferent.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OwlThing.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Nothing.hasInstance(Model model,
Resource instanceResource) |
static boolean |
InverseFunctionalProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
TransitiveProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
DeprecatedProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
SymmetricProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
FunctionalProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
DeprecatedClass.hasInstance(Model model,
Resource instanceResource) |
static boolean |
AnnotationProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
DatatypeProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
ObjectProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
OwlClass.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Ontology.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,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
AllDifferent(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
AnnotationProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
AnnotationProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DataRange(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DataRange(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DatatypeProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DatatypeProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedClass(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedClass(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
DeprecatedProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
FunctionalProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
FunctionalProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
InverseFunctionalProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
InverseFunctionalProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Nothing(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Nothing(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
ObjectProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
ObjectProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Ontology(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Ontology(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OntologyProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OntologyProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlClass(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlClass(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlThing(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
OwlThing(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Restriction(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Restriction(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
SymmetricProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
SymmetricProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
TransitiveProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
TransitiveProperty(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 |
Alt
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Bag
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Class
This class manages access to these properties:
SubClassOf
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Container
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
ContainerMembershipProperty
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Datatype
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
List
This class manages access to these properties:
First
Rest
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Ontology
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Property
This class manages access to these properties:
Domain
Range
SubPropertyOf
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Resource
This class manages access to these properties:
Comment
IsDefinedBy
Label
Member
SeeAlso
Type
Value
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Seq
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Statement
This class manages access to these properties:
Object
Predicate
Subject
This class was generated by RDFReactor on 26.01.08 12:44
|
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 |
Resource.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 |
List.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 |
Container.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 |
Property.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 |
ContainerMembershipProperty.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 |
Ontology.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 |
Resource.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 |
List.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 |
Container.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 |
Property.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 |
ContainerMembershipProperty.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 |
Ontology.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 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<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> |
List.getAllFirst(Model model,
Resource instanceResource)
Get all values of property First * @param model an RDF2Go 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(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(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> |
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> |
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<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<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(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<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> |
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<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<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(Model model,
Resource instanceResource)
Get all values of property Value * @param model an RDF2Go model
|
static boolean |
Resource.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Seq.hasInstance(Model model,
Resource instanceResource) |
static boolean |
List.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Alt.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Container.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Class.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Property.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Bag.hasInstance(Model model,
Resource instanceResource) |
static boolean |
ContainerMembershipProperty.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Datatype.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Ontology.hasInstance(Model model,
Resource instanceResource) |
static boolean |
Statement.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,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Alt(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Bag(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Bag(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Class(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Class(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Container(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Container(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
ContainerMembershipProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
ContainerMembershipProperty(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Datatype(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Datatype(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
List(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
List(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Ontology(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Ontology(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Property(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Property(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Resource(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Resource(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Seq(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Seq(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Statement(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
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 |
OpenrdfBlankNode |
Modifier and Type | Method and Description |
---|---|
Resource |
StatementWrapper.getSubject() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryModel.addStatement(Resource subject,
URI predicate,
Node object) |
void |
RepositoryModel.removeStatement(Resource subject,
URI predicate,
Node object) |
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.