public class Restriction extends OwlClass
Modifier and Type | Field and Description |
---|---|
static URI |
ALLVALUESFROM
http://www.w3.org/2002/07/owl#allValuesFrom
|
static URI |
CARDINALITY
http://www.w3.org/2002/07/owl#cardinality
|
static URI |
HASVALUE
http://www.w3.org/2002/07/owl#hasValue
|
static URI[] |
MANAGED_URIS
all property-URIs with this class as domain
|
static URI |
MAXCARDINALITY
http://www.w3.org/2002/07/owl#maxCardinality
|
static URI |
MINCARDINALITY
http://www.w3.org/2002/07/owl#minCardinality
|
static URI |
ONPROPERTY
http://www.w3.org/2002/07/owl#onProperty
|
static URI |
RDFS_CLASS
http://www.w3.org/2002/07/owl#Restriction
|
static URI |
SOMEVALUESFROM
http://www.w3.org/2002/07/owl#someValuesFrom
|
COMPLEMENTOF, DISJOINTWITH, EQUIVALENTCLASS, INTERSECTIONOF, ONEOF, SUBCLASSOF, UNIONOF
DIFFERENTFROM, EQUIVALENTPROPERTY, SAMEAS, VERSIONINFO
COMMENT, ISDEFINEDBY, LABEL, MEMBER, SEEALSO, TYPE, VALUE
classURI, model
Modifier | Constructor and Description |
---|---|
|
Restriction(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
|
Restriction(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
Restriction(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
|
Restriction(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
protected |
Restriction(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Modifier and Type | Method and Description |
---|---|
void |
addAllValuesFrom()
Removes all values of property AllValuesFrom *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property AllValuesFrom as an RDF2Go node
|
static void |
addAllValuesFrom(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property AllValuesFrom from an instance of Class
|
void |
addAllValuesFrom(Node value)
Adds a value to property AllValuesFrom as an RDF2Go node
|
void |
addAllValuesFrom(OwlClass value)
Adds a value to property AllValuesFrom from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addCardinality()
Removes all values of property Cardinality *
[Generated from RDFReactor template rule #removeall1dynamic]
|
void |
addCardinality(Integer value)
Adds a value to property Cardinality from an instance of Integer
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
addCardinality(Model model,
Resource instanceResource,
Integer value)
Adds a value to property Cardinality from an instance of Integer
|
static void |
addCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property Cardinality as an RDF2Go node
|
void |
addCardinality(Node value)
Adds a value to property Cardinality as an RDF2Go node
|
void |
addHasValue()
Removes all values of property HasValue *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addHasValue(Model model,
Resource instanceResource,
Node value)
Adds a value to property HasValue as an RDF2Go node
|
static void |
addHasValue(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property HasValue from an instance of Thing
|
void |
addHasValue(Node value)
Adds a value to property HasValue as an RDF2Go node
|
void |
addHasValue(OwlThing value)
Adds a value to property HasValue from an instance of Thing
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addMaxCardinality()
Removes all values of property MaxCardinality *
[Generated from RDFReactor template rule #removeall1dynamic]
|
void |
addMaxCardinality(Integer value)
Adds a value to property MaxCardinality from an instance of Integer
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
addMaxCardinality(Model model,
Resource instanceResource,
Integer value)
Adds a value to property MaxCardinality from an instance of Integer
|
static void |
addMaxCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property MaxCardinality as an RDF2Go node
|
void |
addMaxCardinality(Node value)
Adds a value to property MaxCardinality as an RDF2Go node
|
void |
addMinCardinality()
Removes all values of property MinCardinality *
[Generated from RDFReactor template rule #removeall1dynamic]
|
void |
addMinCardinality(Integer value)
Adds a value to property MinCardinality from an instance of Integer
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
addMinCardinality(Model model,
Resource instanceResource,
Integer value)
Adds a value to property MinCardinality from an instance of Integer
|
static void |
addMinCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property MinCardinality as an RDF2Go node
|
void |
addMinCardinality(Node value)
Adds a value to property MinCardinality as an RDF2Go node
|
void |
addOnProperty()
Removes all values of property OnProperty *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addOnProperty(Model model,
Resource instanceResource,
Node value)
Adds a value to property OnProperty as an RDF2Go node
|
static void |
addOnProperty(Model model,
Resource instanceResource,
OwlProperty value)
Adds a value to property OnProperty from an instance of Property
|
void |
addOnProperty(Node value)
Adds a value to property OnProperty as an RDF2Go node
|
void |
addOnProperty(OwlProperty value)
Adds a value to property OnProperty from an instance of Property
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addSomeValuesFrom()
Removes all values of property SomeValuesFrom *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property SomeValuesFrom as an RDF2Go node
|
static void |
addSomeValuesFrom(Model model,
Resource instanceResource,
OwlClass value)
Adds a value to property SomeValuesFrom from an instance of Class
|
void |
addSomeValuesFrom(Node value)
Adds a value to property SomeValuesFrom as an RDF2Go node
|
void |
addSomeValuesFrom(OwlClass value)
Adds a value to property SomeValuesFrom from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
ReactorResult<OwlClass> |
getAllAllValuesFrom_as()
Get all values of property AllValuesFrom as a ReactorResult of Class
|
static ReactorResult<OwlClass> |
getAllAllValuesFrom_as(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as a ReactorResult of Class
|
ReactorResult<Node> |
getAllAllValuesFrom_asNode_()
Get all values of property AllValuesFrom as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllAllValuesFrom_asNode_(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllAllValuesFrom_asNode()
Get all values of property AllValuesFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllAllValuesFrom_asNode(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as an Iterator over RDF2Go nodes
|
ClosableIterator<OwlClass> |
getAllAllValuesFrom()
Get all values of property AllValuesFrom * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlClass> |
getAllAllValuesFrom(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom * @param model an RDF2Go model
|
ReactorResult<Integer> |
getAllCardinality_as()
Get all values of property Cardinality as a ReactorResult of Integer
|
static ReactorResult<Integer> |
getAllCardinality_as(Model model,
Resource instanceResource)
Get all values of property Cardinality as a ReactorResult of Integer
|
ReactorResult<Node> |
getAllCardinality_asNode_()
Get all values of property Cardinality as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllCardinality_asNode_(Model model,
Resource instanceResource)
Get all values of property Cardinality as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllCardinality_asNode()
Get all values of property Cardinality as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property Cardinality as an Iterator over RDF2Go nodes
|
ClosableIterator<Integer> |
getAllCardinality()
Get all values of property Cardinality * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Integer> |
getAllCardinality(Model model,
Resource instanceResource)
Get all values of property Cardinality * @param model an RDF2Go model
|
ReactorResult<OwlThing> |
getAllHasValue_as()
Get all values of property HasValue as a ReactorResult of Thing
|
static ReactorResult<OwlThing> |
getAllHasValue_as(Model model,
Resource instanceResource)
Get all values of property HasValue as a ReactorResult of Thing
|
ReactorResult<Node> |
getAllHasValue_asNode_()
Get all values of property HasValue as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllHasValue_asNode_(Model model,
Resource instanceResource)
Get all values of property HasValue as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllHasValue_asNode()
Get all values of property HasValue as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllHasValue_asNode(Model model,
Resource instanceResource)
Get all values of property HasValue as an Iterator over RDF2Go nodes
|
ClosableIterator<OwlThing> |
getAllHasValue()
Get all values of property HasValue * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlThing> |
getAllHasValue(Model model,
Resource instanceResource)
Get all values of property HasValue * @param model an RDF2Go model
|
static ReactorResult<? extends Restriction> |
getAllInstance_as(Model model) |
static ClosableIterator<Resource> |
getAllInstances(Model model) |
ReactorResult<Integer> |
getAllMaxCardinality_as()
Get all values of property MaxCardinality as a ReactorResult of Integer
|
static ReactorResult<Integer> |
getAllMaxCardinality_as(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as a ReactorResult of Integer
|
ReactorResult<Node> |
getAllMaxCardinality_asNode_()
Get all values of property MaxCardinality as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllMaxCardinality_asNode_(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllMaxCardinality_asNode()
Get all values of property MaxCardinality as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllMaxCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as an Iterator over RDF2Go nodes
|
ClosableIterator<Integer> |
getAllMaxCardinality()
Get all values of property MaxCardinality * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Integer> |
getAllMaxCardinality(Model model,
Resource instanceResource)
Get all values of property MaxCardinality * @param model an RDF2Go model
|
ReactorResult<Integer> |
getAllMinCardinality_as()
Get all values of property MinCardinality as a ReactorResult of Integer
|
static ReactorResult<Integer> |
getAllMinCardinality_as(Model model,
Resource instanceResource)
Get all values of property MinCardinality as a ReactorResult of Integer
|
ReactorResult<Node> |
getAllMinCardinality_asNode_()
Get all values of property MinCardinality as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllMinCardinality_asNode_(Model model,
Resource instanceResource)
Get all values of property MinCardinality as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllMinCardinality_asNode()
Get all values of property MinCardinality as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllMinCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property MinCardinality as an Iterator over RDF2Go nodes
|
ClosableIterator<Integer> |
getAllMinCardinality()
Get all values of property MinCardinality * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Integer> |
getAllMinCardinality(Model model,
Resource instanceResource)
Get all values of property MinCardinality * @param model an RDF2Go model
|
ReactorResult<OwlProperty> |
getAllOnProperty_as()
Get all values of property OnProperty as a ReactorResult of Property
|
static ReactorResult<OwlProperty> |
getAllOnProperty_as(Model model,
Resource instanceResource)
Get all values of property OnProperty as a ReactorResult of Property
|
ReactorResult<Node> |
getAllOnProperty_asNode_()
Get all values of property OnProperty as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllOnProperty_asNode_(Model model,
Resource instanceResource)
Get all values of property OnProperty as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllOnProperty_asNode()
Get all values of property OnProperty as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllOnProperty_asNode(Model model,
Resource instanceResource)
Get all values of property OnProperty as an Iterator over RDF2Go nodes
|
ClosableIterator<OwlProperty> |
getAllOnProperty()
Get all values of property OnProperty * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlProperty> |
getAllOnProperty(Model model,
Resource instanceResource)
Get all values of property OnProperty * @param model an RDF2Go model
|
ReactorResult<OwlClass> |
getAllSomeValuesFrom_as()
Get all values of property SomeValuesFrom as a ReactorResult of Class
|
static ReactorResult<OwlClass> |
getAllSomeValuesFrom_as(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as a ReactorResult of Class
|
ReactorResult<Node> |
getAllSomeValuesFrom_asNode_()
Get all values of property SomeValuesFrom as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllSomeValuesFrom_asNode_(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllSomeValuesFrom_asNode()
Get all values of property SomeValuesFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllSomeValuesFrom_asNode(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as an Iterator over RDF2Go nodes
|
ClosableIterator<OwlClass> |
getAllSomeValuesFrom()
Get all values of property SomeValuesFrom * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlClass> |
getAllSomeValuesFrom(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom * @param model an RDF2Go model
|
static boolean |
hasInstance(Model model,
Resource instanceResource) |
static void |
removeAllAllValuesFrom(Model model,
Resource instanceResource)
Removes all values of property AllValuesFrom * @param model an RDF2Go model
|
static void |
removeAllCardinality(Model model,
Resource instanceResource)
Removes all values of property Cardinality * @param model an RDF2Go model
|
static void |
removeAllHasValue(Model model,
Resource instanceResource)
Removes all values of property HasValue * @param model an RDF2Go model
|
static void |
removeAllMaxCardinality(Model model,
Resource instanceResource)
Removes all values of property MaxCardinality * @param model an RDF2Go model
|
static void |
removeAllMinCardinality(Model model,
Resource instanceResource)
Removes all values of property MinCardinality * @param model an RDF2Go model
|
static void |
removeAllOnProperty(Model model,
Resource instanceResource)
Removes all values of property OnProperty * @param model an RDF2Go model
|
static void |
removeAllSomeValuesFrom(Model model,
Resource instanceResource)
Removes all values of property SomeValuesFrom * @param model an RDF2Go model
|
static void |
removeAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property AllValuesFrom as an RDF2Go node
|
static void |
removeAllValuesFrom(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property AllValuesFrom given as an instance of Class
|
void |
removeAllValuesFrom(Node value)
Removes a value of property AllValuesFrom as an RDF2Go node
|
void |
removeAllValuesFrom(OwlClass value)
Removes a value of property AllValuesFrom given as an instance of Class
|
void |
removeCardinality(Integer value)
Removes a value of property Cardinality given as an instance of Integer
|
static void |
removeCardinality(Model model,
Resource instanceResource,
Integer value)
Removes a value of property Cardinality given as an instance of Integer
|
static void |
removeCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property Cardinality as an RDF2Go node
|
void |
removeCardinality(Node value)
Removes a value of property Cardinality as an RDF2Go node
|
static void |
removeHasValue(Model model,
Resource instanceResource,
Node value)
Removes a value of property HasValue as an RDF2Go node
|
static void |
removeHasValue(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property HasValue given as an instance of Thing
|
void |
removeHasValue(Node value)
Removes a value of property HasValue as an RDF2Go node
|
void |
removeHasValue(OwlThing value)
Removes a value of property HasValue given as an instance of Thing
|
void |
removeMaxCardinality(Integer value)
Removes a value of property MaxCardinality given as an instance of Integer
|
static void |
removeMaxCardinality(Model model,
Resource instanceResource,
Integer value)
Removes a value of property MaxCardinality given as an instance of Integer
|
static void |
removeMaxCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property MaxCardinality as an RDF2Go node
|
void |
removeMaxCardinality(Node value)
Removes a value of property MaxCardinality as an RDF2Go node
|
void |
removeMinCardinality(Integer value)
Removes a value of property MinCardinality given as an instance of Integer
|
static void |
removeMinCardinality(Model model,
Resource instanceResource,
Integer value)
Removes a value of property MinCardinality given as an instance of Integer
|
static void |
removeMinCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property MinCardinality as an RDF2Go node
|
void |
removeMinCardinality(Node value)
Removes a value of property MinCardinality as an RDF2Go node
|
static void |
removeOnProperty(Model model,
Resource instanceResource,
Node value)
Removes a value of property OnProperty as an RDF2Go node
|
static void |
removeOnProperty(Model model,
Resource instanceResource,
OwlProperty value)
Removes a value of property OnProperty given as an instance of Property
|
void |
removeOnProperty(Node value)
Removes a value of property OnProperty as an RDF2Go node
|
void |
removeOnProperty(OwlProperty value)
Removes a value of property OnProperty given as an instance of Property
|
static void |
removeSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property SomeValuesFrom as an RDF2Go node
|
static void |
removeSomeValuesFrom(Model model,
Resource instanceResource,
OwlClass value)
Removes a value of property SomeValuesFrom given as an instance of Class
|
void |
removeSomeValuesFrom(Node value)
Removes a value of property SomeValuesFrom as an RDF2Go node
|
void |
removeSomeValuesFrom(OwlClass value)
Removes a value of property SomeValuesFrom given as an instance of Class
|
static void |
setAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property AllValuesFrom from an RDF2Go node.
|
static void |
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.
|
void |
setAllValuesFrom(Node value)
Sets a value of property AllValuesFrom from an RDF2Go node.
|
void |
setAllValuesFrom(OwlClass value)
Sets a value of property AllValuesFrom from an instance of Class
First, all existing values are removed, then this value is added.
|
void |
setCardinality(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 |
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 |
setCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property Cardinality from an RDF2Go node.
|
void |
setCardinality(Node value)
Sets a value of property Cardinality from an RDF2Go node.
|
static void |
setHasValue(Model model,
Resource instanceResource,
Node value)
Sets a value of property HasValue from an RDF2Go node.
|
static void |
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.
|
void |
setHasValue(Node value)
Sets a value of property HasValue from an RDF2Go node.
|
void |
setHasValue(OwlThing value)
Sets a value of property HasValue from an instance of Thing
First, all existing values are removed, then this value is added.
|
void |
setMaxCardinality(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 |
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 |
setMaxCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property MaxCardinality from an RDF2Go node.
|
void |
setMaxCardinality(Node value)
Sets a value of property MaxCardinality from an RDF2Go node.
|
void |
setMinCardinality(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 |
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 |
setMinCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property MinCardinality from an RDF2Go node.
|
void |
setMinCardinality(Node value)
Sets a value of property MinCardinality from an RDF2Go node.
|
static void |
setOnProperty(Model model,
Resource instanceResource,
Node value)
Sets a value of property OnProperty from an RDF2Go node.
|
static void |
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.
|
void |
setOnProperty(Node value)
Sets a value of property OnProperty from an RDF2Go node.
|
void |
setOnProperty(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 |
setSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property SomeValuesFrom from an RDF2Go node.
|
static void |
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.
|
void |
setSomeValuesFrom(Node value)
Sets a value of property SomeValuesFrom from an RDF2Go node.
|
void |
setSomeValuesFrom(OwlClass value)
Sets a value of property SomeValuesFrom from an instance of Class
First, all existing values are removed, then this value is added.
|
addComplementOf, addComplementOf, addComplementOf, addComplementOf, addComplementOf, addDisjointWith, addDisjointWith, addDisjointWith, addDisjointWith, addDisjointWith, addEquivalentClass, addEquivalentClass, addEquivalentClass, addEquivalentClass, addEquivalentClass, addIntersectionOf, addIntersectionOf, addIntersectionOf, addIntersectionOf, addIntersectionOf, addOneOf, addOneOf, addOneOf, addOneOf, addOneOf, addSubClassOf, addSubClassOf, addSubClassOf, addSubClassOf, addSubClassOf, addUnionOf, addUnionOf, addUnionOf, addUnionOf, addUnionOf, getAllAllValuesFrom_Inverse, getAllComplementOf_as, getAllComplementOf_as, getAllComplementOf_asNode_, getAllComplementOf_asNode_, getAllComplementOf_asNode, getAllComplementOf_asNode, getAllComplementOf_Inverse, getAllComplementOf, getAllComplementOf, getAllDisjointWith_as, getAllDisjointWith_as, getAllDisjointWith_asNode_, getAllDisjointWith_asNode_, getAllDisjointWith_asNode, getAllDisjointWith_asNode, getAllDisjointWith_Inverse, getAllDisjointWith, getAllDisjointWith, getAllDomain_Inverse, getAllEquivalentClass_as, getAllEquivalentClass_as, getAllEquivalentClass_asNode_, getAllEquivalentClass_asNode_, getAllEquivalentClass_asNode, getAllEquivalentClass_asNode, getAllEquivalentClass_Inverse, getAllEquivalentClass, getAllEquivalentClass, getAllIntersectionOf_as, getAllIntersectionOf_as, getAllIntersectionOf_asNode_, getAllIntersectionOf_asNode_, getAllIntersectionOf_asNode, getAllIntersectionOf_asNode, getAllIntersectionOf, getAllIntersectionOf, getAllOneOf_as, getAllOneOf_as, getAllOneOf_asNode_, getAllOneOf_asNode_, getAllOneOf_asNode, getAllOneOf_asNode, getAllOneOf, getAllOneOf, getAllRange_Inverse, getAllSomeValuesFrom_Inverse, getAllSubClassOf_as, getAllSubClassOf_as, getAllSubClassOf_asNode_, getAllSubClassOf_asNode_, getAllSubClassOf_asNode, getAllSubClassOf_asNode, getAllSubClassOf_Inverse, getAllSubClassOf, getAllSubClassOf, getAllType_Inverse, getAllUnionOf_as, getAllUnionOf_as, getAllUnionOf_asNode_, getAllUnionOf_asNode_, getAllUnionOf_asNode, getAllUnionOf_asNode, getAllUnionOf, getAllUnionOf, removeAllComplementOf, removeAllDisjointWith, removeAllEquivalentClass, removeAllIntersectionOf, removeAllOneOf, removeAllSubClassOf, removeAllUnionOf, removeComplementOf, removeComplementOf, removeComplementOf, removeComplementOf, removeDisjointWith, removeDisjointWith, removeDisjointWith, removeDisjointWith, removeEquivalentClass, removeEquivalentClass, removeEquivalentClass, removeEquivalentClass, removeIntersectionOf, removeIntersectionOf, removeIntersectionOf, removeIntersectionOf, removeOneOf, removeOneOf, removeOneOf, removeOneOf, removeSubClassOf, removeSubClassOf, removeSubClassOf, removeSubClassOf, removeUnionOf, removeUnionOf, removeUnionOf, removeUnionOf, setComplementOf, setComplementOf, setComplementOf, setComplementOf, setDisjointWith, setDisjointWith, setDisjointWith, setDisjointWith, setEquivalentClass, setEquivalentClass, setEquivalentClass, setEquivalentClass, setIntersectionOf, setIntersectionOf, setIntersectionOf, setIntersectionOf, setOneOf, setOneOf, setOneOf, setOneOf, setSubClassOf, setSubClassOf, setSubClassOf, setSubClassOf, setUnionOf, setUnionOf, setUnionOf, setUnionOf
addDifferentFrom, addDifferentFrom, addDifferentFrom, addDifferentFrom, addDifferentFrom, addEquivalentProperty, addEquivalentProperty, addEquivalentProperty, addEquivalentProperty, addEquivalentProperty, addSameAs, addSameAs, addSameAs, addSameAs, addSameAs, addVersionInfo, addVersionInfo, addVersionInfo, addVersionInfo, addVersionInfo, getAllDifferentFrom_as, getAllDifferentFrom_as, getAllDifferentFrom_asNode_, getAllDifferentFrom_asNode_, getAllDifferentFrom_asNode, getAllDifferentFrom_asNode, getAllDifferentFrom_Inverse, getAllDifferentFrom, getAllDifferentFrom, getAllEquivalentProperty_as, getAllEquivalentProperty_as, getAllEquivalentProperty_asNode_, getAllEquivalentProperty_asNode_, getAllEquivalentProperty_asNode, getAllEquivalentProperty_asNode, getAllEquivalentProperty_Inverse, getAllEquivalentProperty, getAllEquivalentProperty, getAllHasValue_Inverse, getAllSameAs_as, getAllSameAs_as, getAllSameAs_asNode_, getAllSameAs_asNode_, getAllSameAs_asNode, getAllSameAs_asNode, getAllSameAs_Inverse, getAllSameAs, getAllSameAs, getAllVersionInfo_as, getAllVersionInfo_as, getAllVersionInfo_asNode_, getAllVersionInfo_asNode_, getAllVersionInfo_asNode, getAllVersionInfo_asNode, getAllVersionInfo_Inverse, getAllVersionInfo, getAllVersionInfo, removeAllDifferentFrom, removeAllEquivalentProperty, removeAllSameAs, removeAllVersionInfo, removeDifferentFrom, removeDifferentFrom, removeDifferentFrom, removeDifferentFrom, removeEquivalentProperty, removeEquivalentProperty, removeEquivalentProperty, removeEquivalentProperty, removeSameAs, removeSameAs, removeSameAs, removeSameAs, removeVersionInfo, removeVersionInfo, removeVersionInfo, removeVersionInfo, setDifferentFrom, setDifferentFrom, setDifferentFrom, setDifferentFrom, setEquivalentProperty, setEquivalentProperty, setEquivalentProperty, setEquivalentProperty, setSameAs, setSameAs, setSameAs, setSameAs, setVersionInfo, setVersionInfo, setVersionInfo, setVersionInfo
addComment, addComment, addComment, addComment, addComment, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addLabel, addLabel, addLabel, addLabel, addLabel, addMember, addMember, addMember, addMember, addMember, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addType, addType, addType, addType, addType, addValue, addValue, addValue, addValue, addValue, getAllComment_as, getAllComment_as, getAllComment_asNode_, getAllComment_asNode_, getAllComment_asNode, getAllComment_asNode, getAllComment, getAllComment, getAllFirst_Inverse, getAllIsDefinedBy_as, getAllIsDefinedBy_as, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNode, getAllIsDefinedBy_Inverse, getAllIsDefinedBy, getAllIsDefinedBy, getAllLabel_as, getAllLabel_as, getAllLabel_asNode_, getAllLabel_asNode_, getAllLabel_asNode, getAllLabel_asNode, getAllLabel, getAllLabel, getAllMember_as, getAllMember_as, getAllMember_asNode_, getAllMember_asNode_, getAllMember_asNode, getAllMember_asNode, getAllMember_Inverse, getAllMember, getAllMember, getAllObject_Inverse, getAllPredicate_Inverse, getAllSeeAlso_as, getAllSeeAlso_as, getAllSeeAlso_asNode_, getAllSeeAlso_asNode_, getAllSeeAlso_asNode, getAllSeeAlso_asNode, getAllSeeAlso_Inverse, getAllSeeAlso, getAllSeeAlso, getAllSubject_Inverse, getAllType_as, getAllType_as, getAllType_asNode_, getAllType_asNode_, getAllType_asNode, getAllType_asNode, getAllType, getAllType, getAllValue_as, getAllValue_as, getAllValue_asNode_, getAllValue_asNode_, getAllValue_asNode, getAllValue_asNode, getAllValue_Inverse, getAllValue, getAllValue, removeAllComment, removeAllIsDefinedBy, removeAllLabel, removeAllMember, removeAllSeeAlso, removeAllType, removeAllValue, removeComment, removeComment, removeComment, removeComment, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeLabel, removeLabel, removeLabel, removeLabel, removeMember, removeMember, removeMember, removeMember, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeType, removeType, removeType, removeType, removeValue, removeValue, removeValue, removeValue, setComment, setComment, setComment, setComment, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setLabel, setLabel, setLabel, setLabel, setMember, setMember, setMember, setMember, setSeeAlso, setSeeAlso, setSeeAlso, setSeeAlso, setType, setType, setType, setType, setValue, setValue, setValue, setValue
asBlankNode, asDatatypeLiteral, asLanguageTagLiteral, asLiteral, asResource, asURI, castTo, compareTo, equals, getModel, getRDFSClassURI, getResource, hashCode, isInstanceof, toSPARQL, toString
public static final URI RDFS_CLASS
public static final URI ALLVALUESFROM
public static final URI CARDINALITY
public static final URI HASVALUE
public static final URI MAXCARDINALITY
public static final URI MINCARDINALITY
public static final URI ONPROPERTY
public static final URI SOMEVALUESFROM
public static final URI[] MANAGED_URIS
protected Restriction(Model model, URI classURI, Resource instanceIdentifier, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.semweb4j.orgclassURI
- URI of RDFS classinstanceIdentifier
- Resource that identifies this instancewrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c1]public Restriction(Model model, Resource instanceIdentifier, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orginstanceIdentifier
- an RDF2Go Resource identifying this instancewrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c2]public Restriction(Model model, String uriString, boolean write) throws ModelRuntimeException
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orguriString
- a URI given as a Stringwrite
- if true, the statement (this, rdf:type, TYPE) is written to the modelModelRuntimeException
- if URI syntax is wrong
[Generated from RDFReactor template rule #c7]public Restriction(Model model, BlankNode bnode, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orgbnode
- BlankNode of this instancewrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c8]public Restriction(Model model, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orgwrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c9]public static void createInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #class1]public static boolean hasInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ClosableIterator<Resource> getAllInstances(Model model)
model
- an RDF2Go modelpublic static ReactorResult<? extends Restriction> getAllInstance_as(Model model)
model
- an RDF2Go modelpublic static void deleteInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #class4]public static ClosableIterator<Node> getAllAllValuesFrom_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllAllValuesFrom_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllAllValuesFrom_asNode()
public ReactorResult<Node> getAllAllValuesFrom_asNode_()
public static ClosableIterator<OwlClass> getAllAllValuesFrom(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<OwlClass> getAllAllValuesFrom_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<OwlClass> getAllAllValuesFrom()
public ReactorResult<OwlClass> getAllAllValuesFrom_as()
public static void addAllValuesFrom(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addAllValuesFrom(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addAllValuesFrom(Model model, Resource instanceResource, OwlClass value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addAllValuesFrom(OwlClass value)
public static void setAllValuesFrom(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setAllValuesFrom(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setAllValuesFrom(Model model, Resource instanceResource, OwlClass value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setAllValuesFrom(OwlClass value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeAllValuesFrom(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeAllValuesFrom(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeAllValuesFrom(Model model, Resource instanceResource, OwlClass value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeAllValuesFrom(OwlClass value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllAllValuesFrom(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addAllValuesFrom()
public static ClosableIterator<Node> getAllCardinality_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllCardinality_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllCardinality_asNode()
public ReactorResult<Node> getAllCardinality_asNode_()
public static ClosableIterator<Integer> getAllCardinality(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<Integer> getAllCardinality_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Integer> getAllCardinality()
public ReactorResult<Integer> getAllCardinality_as()
public static void addCardinality(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addCardinality(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addCardinality(Model model, Resource instanceResource, Integer value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addCardinality(Integer value)
public static void setCardinality(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setCardinality(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setCardinality(Model model, Resource instanceResource, Integer value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setCardinality(Integer value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeCardinality(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeCardinality(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeCardinality(Model model, Resource instanceResource, Integer value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeCardinality(Integer value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllCardinality(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addCardinality()
public static ClosableIterator<Node> getAllHasValue_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllHasValue_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllHasValue_asNode()
public ReactorResult<Node> getAllHasValue_asNode_()
public static ClosableIterator<OwlThing> getAllHasValue(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<OwlThing> getAllHasValue_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<OwlThing> getAllHasValue()
public ReactorResult<OwlThing> getAllHasValue_as()
public static void addHasValue(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addHasValue(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addHasValue(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addHasValue(OwlThing value)
public static void setHasValue(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setHasValue(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setHasValue(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setHasValue(OwlThing value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeHasValue(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeHasValue(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeHasValue(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeHasValue(OwlThing value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllHasValue(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addHasValue()
public static ClosableIterator<Node> getAllMaxCardinality_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllMaxCardinality_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllMaxCardinality_asNode()
public ReactorResult<Node> getAllMaxCardinality_asNode_()
public static ClosableIterator<Integer> getAllMaxCardinality(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<Integer> getAllMaxCardinality_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Integer> getAllMaxCardinality()
public ReactorResult<Integer> getAllMaxCardinality_as()
public static void addMaxCardinality(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addMaxCardinality(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addMaxCardinality(Model model, Resource instanceResource, Integer value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addMaxCardinality(Integer value)
public static void setMaxCardinality(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setMaxCardinality(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setMaxCardinality(Model model, Resource instanceResource, Integer value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setMaxCardinality(Integer value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeMaxCardinality(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeMaxCardinality(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeMaxCardinality(Model model, Resource instanceResource, Integer value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeMaxCardinality(Integer value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllMaxCardinality(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addMaxCardinality()
public static ClosableIterator<Node> getAllMinCardinality_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllMinCardinality_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllMinCardinality_asNode()
public ReactorResult<Node> getAllMinCardinality_asNode_()
public static ClosableIterator<Integer> getAllMinCardinality(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<Integer> getAllMinCardinality_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Integer> getAllMinCardinality()
public ReactorResult<Integer> getAllMinCardinality_as()
public static void addMinCardinality(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addMinCardinality(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addMinCardinality(Model model, Resource instanceResource, Integer value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addMinCardinality(Integer value)
public static void setMinCardinality(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setMinCardinality(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setMinCardinality(Model model, Resource instanceResource, Integer value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setMinCardinality(Integer value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeMinCardinality(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeMinCardinality(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeMinCardinality(Model model, Resource instanceResource, Integer value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeMinCardinality(Integer value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllMinCardinality(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addMinCardinality()
public static ClosableIterator<Node> getAllOnProperty_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllOnProperty_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllOnProperty_asNode()
public ReactorResult<Node> getAllOnProperty_asNode_()
public static ClosableIterator<OwlProperty> getAllOnProperty(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<OwlProperty> getAllOnProperty_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<OwlProperty> getAllOnProperty()
public ReactorResult<OwlProperty> getAllOnProperty_as()
public static void addOnProperty(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addOnProperty(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addOnProperty(Model model, Resource instanceResource, OwlProperty value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addOnProperty(OwlProperty value)
public static void setOnProperty(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setOnProperty(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setOnProperty(Model model, Resource instanceResource, OwlProperty value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setOnProperty(OwlProperty value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeOnProperty(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeOnProperty(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeOnProperty(Model model, Resource instanceResource, OwlProperty value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeOnProperty(OwlProperty value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllOnProperty(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addOnProperty()
public static ClosableIterator<Node> getAllSomeValuesFrom_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllSomeValuesFrom_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllSomeValuesFrom_asNode()
public ReactorResult<Node> getAllSomeValuesFrom_asNode_()
public static ClosableIterator<OwlClass> getAllSomeValuesFrom(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<OwlClass> getAllSomeValuesFrom_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<OwlClass> getAllSomeValuesFrom()
public ReactorResult<OwlClass> getAllSomeValuesFrom_as()
public static void addSomeValuesFrom(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addSomeValuesFrom(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addSomeValuesFrom(Model model, Resource instanceResource, OwlClass value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addSomeValuesFrom(OwlClass value)
public static void setSomeValuesFrom(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setSomeValuesFrom(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setSomeValuesFrom(Model model, Resource instanceResource, OwlClass value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setSomeValuesFrom(OwlClass value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeSomeValuesFrom(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeSomeValuesFrom(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeSomeValuesFrom(Model model, Resource instanceResource, OwlClass value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeSomeValuesFrom(OwlClass value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllSomeValuesFrom(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addSomeValuesFrom()
Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.