public class Resource extends ReactorRuntimeEntity
Modifier and Type | Field and Description |
---|---|
static URI |
COMMENT
http://www.w3.org/2000/01/rdf-schema#comment
|
static URI |
ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
|
static URI |
LABEL
http://www.w3.org/2000/01/rdf-schema#label
|
static URI[] |
MANAGED_URIS
all property-URIs with this class as domain
|
static URI |
MEMBER
http://www.w3.org/2000/01/rdf-schema#member
|
static URI |
RDFS_CLASS
http://www.w3.org/2000/01/rdf-schema#Resource
|
static URI |
SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlso
|
static URI |
TYPE
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
|
static URI |
VALUE
http://www.w3.org/1999/02/22-rdf-syntax-ns#value
|
classURI, model
Modifier | Constructor and Description |
---|---|
|
Resource(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
|
Resource(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
Resource(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
|
Resource(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
protected |
Resource(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Modifier and Type | Method and Description |
---|---|
void |
addComment()
Removes all values of property Comment *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addComment(Model model,
Resource instanceResource,
Node value)
Adds a value to property Comment as an RDF2Go node
|
static void |
addComment(Model model,
Resource instanceResource,
String value)
Adds a value to property Comment from an instance of String
|
void |
addComment(Node value)
Adds a value to property Comment as an RDF2Go node
|
void |
addComment(String value)
Adds a value to property Comment from an instance of String
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addIsDefinedBy()
Removes all values of property IsDefinedBy *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Adds a value to property IsDefinedBy as an RDF2Go node
|
static void |
addIsDefinedBy(Model model,
Resource instanceResource,
Resource value)
Adds a value to property IsDefinedBy from an instance of Resource
|
void |
addIsDefinedBy(Node value)
Adds a value to property IsDefinedBy as an RDF2Go node
|
void |
addIsDefinedBy(Resource value)
Adds a value to property IsDefinedBy from an instance of Resource
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addLabel()
Removes all values of property Label *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addLabel(Model model,
Resource instanceResource,
Node value)
Adds a value to property Label as an RDF2Go node
|
static void |
addLabel(Model model,
Resource instanceResource,
String value)
Adds a value to property Label from an instance of String
|
void |
addLabel(Node value)
Adds a value to property Label as an RDF2Go node
|
void |
addLabel(String value)
Adds a value to property Label from an instance of String
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addMember()
Removes all values of property Member *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addMember(Model model,
Resource instanceResource,
Node value)
Adds a value to property Member as an RDF2Go node
|
static void |
addMember(Model model,
Resource instanceResource,
Resource value)
Adds a value to property Member from an instance of Resource
|
void |
addMember(Node value)
Adds a value to property Member as an RDF2Go node
|
void |
addMember(Resource value)
Adds a value to property Member from an instance of Resource
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addSeeAlso()
Removes all values of property SeeAlso *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addSeeAlso(Model model,
Resource instanceResource,
Node value)
Adds a value to property SeeAlso as an RDF2Go node
|
static void |
addSeeAlso(Model model,
Resource instanceResource,
Resource value)
Adds a value to property SeeAlso from an instance of Resource
|
void |
addSeeAlso(Node value)
Adds a value to property SeeAlso as an RDF2Go node
|
void |
addSeeAlso(Resource value)
Adds a value to property SeeAlso from an instance of Resource
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addType()
Removes all values of property Type *
[Generated from RDFReactor template rule #removeall1dynamic]
|
void |
addType(Class value)
Adds a value to property Type from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
addType(Model model,
Resource instanceResource,
Class value)
Adds a value to property Type from an instance of Class
|
static void |
addType(Model model,
Resource instanceResource,
Node value)
Adds a value to property Type as an RDF2Go node
|
void |
addType(Node value)
Adds a value to property Type as an RDF2Go node
|
void |
addValue()
Removes all values of property Value *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addValue(Model model,
Resource instanceResource,
Node value)
Adds a value to property Value as an RDF2Go node
|
static void |
addValue(Model model,
Resource instanceResource,
Resource value)
Adds a value to property Value from an instance of Resource
|
void |
addValue(Node value)
Adds a value to property Value as an RDF2Go node
|
void |
addValue(Resource value)
Adds a value to property Value from an instance of Resource
[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<String> |
getAllComment_as()
Get all values of property Comment as a ReactorResult of String
|
static ReactorResult<String> |
getAllComment_as(Model model,
Resource instanceResource)
Get all values of property Comment as a ReactorResult of String
|
ReactorResult<Node> |
getAllComment_asNode_()
Get all values of property Comment as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllComment_asNode_(Model model,
Resource instanceResource)
Get all values of property Comment as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllComment_asNode()
Get all values of property Comment as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllComment_asNode(Model model,
Resource instanceResource)
Get all values of property Comment as an Iterator over RDF2Go nodes
|
ClosableIterator<String> |
getAllComment()
Get all values of property Comment * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<String> |
getAllComment(Model model,
Resource instanceResource)
Get all values of property Comment * @param model an RDF2Go model
|
static ClosableIterator<Resource> |
getAllFirst_Inverse(Model model,
Object objectValue) |
static ReactorResult<? extends Resource> |
getAllInstance_as(Model model) |
static ClosableIterator<Resource> |
getAllInstances(Model model) |
ReactorResult<Resource> |
getAllIsDefinedBy_as()
Get all values of property IsDefinedBy as a ReactorResult of Resource
|
static ReactorResult<Resource> |
getAllIsDefinedBy_as(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as a ReactorResult of Resource
|
ReactorResult<Node> |
getAllIsDefinedBy_asNode_()
Get all values of property IsDefinedBy as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllIsDefinedBy_asNode_(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllIsDefinedBy_asNode()
Get all values of property IsDefinedBy as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllIsDefinedBy_asNode(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllIsDefinedBy_Inverse(Model model,
Object objectValue) |
ClosableIterator<Resource> |
getAllIsDefinedBy()
Get all values of property IsDefinedBy * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Resource> |
getAllIsDefinedBy(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy * @param model an RDF2Go model
|
ReactorResult<String> |
getAllLabel_as()
Get all values of property Label as a ReactorResult of String
|
static ReactorResult<String> |
getAllLabel_as(Model model,
Resource instanceResource)
Get all values of property Label as a ReactorResult of String
|
ReactorResult<Node> |
getAllLabel_asNode_()
Get all values of property Label as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllLabel_asNode_(Model model,
Resource instanceResource)
Get all values of property Label as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllLabel_asNode()
Get all values of property Label as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllLabel_asNode(Model model,
Resource instanceResource)
Get all values of property Label as an Iterator over RDF2Go nodes
|
ClosableIterator<String> |
getAllLabel()
Get all values of property Label * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<String> |
getAllLabel(Model model,
Resource instanceResource)
Get all values of property Label * @param model an RDF2Go model
|
ReactorResult<Resource> |
getAllMember_as()
Get all values of property Member as a ReactorResult of Resource
|
static ReactorResult<Resource> |
getAllMember_as(Model model,
Resource instanceResource)
Get all values of property Member as a ReactorResult of Resource
|
ReactorResult<Node> |
getAllMember_asNode_()
Get all values of property Member as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllMember_asNode_(Model model,
Resource instanceResource)
Get all values of property Member as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllMember_asNode()
Get all values of property Member as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllMember_asNode(Model model,
Resource instanceResource)
Get all values of property Member as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllMember_Inverse(Model model,
Object objectValue) |
ClosableIterator<Resource> |
getAllMember()
Get all values of property Member * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Resource> |
getAllMember(Model model,
Resource instanceResource)
Get all values of property Member * @param model an RDF2Go model
|
static ClosableIterator<Resource> |
getAllObject_Inverse(Model model,
Object objectValue) |
static ClosableIterator<Resource> |
getAllPredicate_Inverse(Model model,
Object objectValue) |
ReactorResult<Resource> |
getAllSeeAlso_as()
Get all values of property SeeAlso as a ReactorResult of Resource
|
static ReactorResult<Resource> |
getAllSeeAlso_as(Model model,
Resource instanceResource)
Get all values of property SeeAlso as a ReactorResult of Resource
|
ReactorResult<Node> |
getAllSeeAlso_asNode_()
Get all values of property SeeAlso as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllSeeAlso_asNode_(Model model,
Resource instanceResource)
Get all values of property SeeAlso as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllSeeAlso_asNode()
Get all values of property SeeAlso as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllSeeAlso_asNode(Model model,
Resource instanceResource)
Get all values of property SeeAlso as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllSeeAlso_Inverse(Model model,
Object objectValue) |
ClosableIterator<Resource> |
getAllSeeAlso()
Get all values of property SeeAlso * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Resource> |
getAllSeeAlso(Model model,
Resource instanceResource)
Get all values of property SeeAlso * @param model an RDF2Go model
|
static ClosableIterator<Resource> |
getAllSubject_Inverse(Model model,
Object objectValue) |
ReactorResult<Class> |
getAllType_as()
Get all values of property Type as a ReactorResult of Class
|
static ReactorResult<Class> |
getAllType_as(Model model,
Resource instanceResource)
Get all values of property Type as a ReactorResult of Class
|
ReactorResult<Node> |
getAllType_asNode_()
Get all values of property Type as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllType_asNode_(Model model,
Resource instanceResource)
Get all values of property Type as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllType_asNode()
Get all values of property Type as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllType_asNode(Model model,
Resource instanceResource)
Get all values of property Type as an Iterator over RDF2Go nodes
|
ClosableIterator<Class> |
getAllType()
Get all values of property Type * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Class> |
getAllType(Model model,
Resource instanceResource)
Get all values of property Type * @param model an RDF2Go model
|
ReactorResult<Resource> |
getAllValue_as()
Get all values of property Value as a ReactorResult of Resource
|
static ReactorResult<Resource> |
getAllValue_as(Model model,
Resource instanceResource)
Get all values of property Value as a ReactorResult of Resource
|
ReactorResult<Node> |
getAllValue_asNode_()
Get all values of property Value as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllValue_asNode_(Model model,
Resource instanceResource)
Get all values of property Value as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllValue_asNode()
Get all values of property Value as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllValue_asNode(Model model,
Resource instanceResource)
Get all values of property Value as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllValue_Inverse(Model model,
Object objectValue) |
ClosableIterator<Resource> |
getAllValue()
Get all values of property Value * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Resource> |
getAllValue(Model model,
Resource instanceResource)
Get all values of property Value * @param model an RDF2Go model
|
static boolean |
hasInstance(Model model,
Resource instanceResource) |
static void |
removeAllComment(Model model,
Resource instanceResource)
Removes all values of property Comment * @param model an RDF2Go model
|
static void |
removeAllIsDefinedBy(Model model,
Resource instanceResource)
Removes all values of property IsDefinedBy * @param model an RDF2Go model
|
static void |
removeAllLabel(Model model,
Resource instanceResource)
Removes all values of property Label * @param model an RDF2Go model
|
static void |
removeAllMember(Model model,
Resource instanceResource)
Removes all values of property Member * @param model an RDF2Go model
|
static void |
removeAllSeeAlso(Model model,
Resource instanceResource)
Removes all values of property SeeAlso * @param model an RDF2Go model
|
static void |
removeAllType(Model model,
Resource instanceResource)
Removes all values of property Type * @param model an RDF2Go model
|
static void |
removeAllValue(Model model,
Resource instanceResource)
Removes all values of property Value * @param model an RDF2Go model
|
static void |
removeComment(Model model,
Resource instanceResource,
Node value)
Removes a value of property Comment as an RDF2Go node
|
static void |
removeComment(Model model,
Resource instanceResource,
String value)
Removes a value of property Comment given as an instance of String
|
void |
removeComment(Node value)
Removes a value of property Comment as an RDF2Go node
|
void |
removeComment(String value)
Removes a value of property Comment given as an instance of String
|
static void |
removeIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Removes a value of property IsDefinedBy as an RDF2Go node
|
static void |
removeIsDefinedBy(Model model,
Resource instanceResource,
Resource value)
Removes a value of property IsDefinedBy given as an instance of Resource
|
void |
removeIsDefinedBy(Node value)
Removes a value of property IsDefinedBy as an RDF2Go node
|
void |
removeIsDefinedBy(Resource value)
Removes a value of property IsDefinedBy given as an instance of Resource
|
static void |
removeLabel(Model model,
Resource instanceResource,
Node value)
Removes a value of property Label as an RDF2Go node
|
static void |
removeLabel(Model model,
Resource instanceResource,
String value)
Removes a value of property Label given as an instance of String
|
void |
removeLabel(Node value)
Removes a value of property Label as an RDF2Go node
|
void |
removeLabel(String value)
Removes a value of property Label given as an instance of String
|
static void |
removeMember(Model model,
Resource instanceResource,
Node value)
Removes a value of property Member as an RDF2Go node
|
static void |
removeMember(Model model,
Resource instanceResource,
Resource value)
Removes a value of property Member given as an instance of Resource
|
void |
removeMember(Node value)
Removes a value of property Member as an RDF2Go node
|
void |
removeMember(Resource value)
Removes a value of property Member given as an instance of Resource
|
static void |
removeSeeAlso(Model model,
Resource instanceResource,
Node value)
Removes a value of property SeeAlso as an RDF2Go node
|
static void |
removeSeeAlso(Model model,
Resource instanceResource,
Resource value)
Removes a value of property SeeAlso given as an instance of Resource
|
void |
removeSeeAlso(Node value)
Removes a value of property SeeAlso as an RDF2Go node
|
void |
removeSeeAlso(Resource value)
Removes a value of property SeeAlso given as an instance of Resource
|
void |
removeType(Class value)
Removes a value of property Type given as an instance of Class
|
static void |
removeType(Model model,
Resource instanceResource,
Class value)
Removes a value of property Type given as an instance of Class
|
static void |
removeType(Model model,
Resource instanceResource,
Node value)
Removes a value of property Type as an RDF2Go node
|
void |
removeType(Node value)
Removes a value of property Type as an RDF2Go node
|
static void |
removeValue(Model model,
Resource instanceResource,
Node value)
Removes a value of property Value as an RDF2Go node
|
static void |
removeValue(Model model,
Resource instanceResource,
Resource value)
Removes a value of property Value given as an instance of Resource
|
void |
removeValue(Node value)
Removes a value of property Value as an RDF2Go node
|
void |
removeValue(Resource value)
Removes a value of property Value given as an instance of Resource
|
static void |
setComment(Model model,
Resource instanceResource,
Node value)
Sets a value of property Comment from an RDF2Go node.
|
static void |
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.
|
void |
setComment(Node value)
Sets a value of property Comment from an RDF2Go node.
|
void |
setComment(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 |
setIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Sets a value of property IsDefinedBy from an RDF2Go node.
|
static void |
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.
|
void |
setIsDefinedBy(Node value)
Sets a value of property IsDefinedBy from an RDF2Go node.
|
void |
setIsDefinedBy(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 |
setLabel(Model model,
Resource instanceResource,
Node value)
Sets a value of property Label from an RDF2Go node.
|
static void |
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.
|
void |
setLabel(Node value)
Sets a value of property Label from an RDF2Go node.
|
void |
setLabel(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 |
setMember(Model model,
Resource instanceResource,
Node value)
Sets a value of property Member from an RDF2Go node.
|
static void |
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.
|
void |
setMember(Node value)
Sets a value of property Member from an RDF2Go node.
|
void |
setMember(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 |
setSeeAlso(Model model,
Resource instanceResource,
Node value)
Sets a value of property SeeAlso from an RDF2Go node.
|
static void |
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.
|
void |
setSeeAlso(Node value)
Sets a value of property SeeAlso from an RDF2Go node.
|
void |
setSeeAlso(Resource value)
Sets a value of property SeeAlso from an instance of Resource
First, all existing values are removed, then this value is added.
|
void |
setType(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 |
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 |
setType(Model model,
Resource instanceResource,
Node value)
Sets a value of property Type from an RDF2Go node.
|
void |
setType(Node value)
Sets a value of property Type from an RDF2Go node.
|
static void |
setValue(Model model,
Resource instanceResource,
Node value)
Sets a value of property Value from an RDF2Go node.
|
static void |
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.
|
void |
setValue(Node value)
Sets a value of property Value from an RDF2Go node.
|
void |
setValue(Resource value)
Sets a value of property Value from an instance of Resource
First, all existing values are removed, then this value is added.
|
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 COMMENT
public static final URI ISDEFINEDBY
public static final URI LABEL
public static final URI MEMBER
public static final URI SEEALSO
public static final URI TYPE
public static final URI VALUE
public static final URI[] MANAGED_URIS
protected Resource(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 Resource(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 Resource(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 Resource(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 Resource(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 Resource> 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<Resource> getAllObject_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllPredicate_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllSubject_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllIsDefinedBy_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllMember_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllSeeAlso_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllValue_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllFirst_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Node> getAllComment_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllComment_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllComment_asNode()
public ReactorResult<Node> getAllComment_asNode_()
public static ClosableIterator<String> getAllComment(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resourcepublic static ReactorResult<String> getAllComment_as(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<String> getAllComment()
public ReactorResult<String> getAllComment_as()
public static void addComment(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addComment(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addComment(Model model, Resource instanceResource, String value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addComment(String value)
public static void setComment(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setComment(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setComment(Model model, Resource instanceResource, String value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setComment(String value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeComment(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeComment(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeComment(Model model, Resource instanceResource, String value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeComment(String value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllComment(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addComment()
public static ClosableIterator<Node> getAllIsDefinedBy_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllIsDefinedBy_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllIsDefinedBy_asNode()
public ReactorResult<Node> getAllIsDefinedBy_asNode_()
public static ClosableIterator<Resource> getAllIsDefinedBy(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resourcepublic static ReactorResult<Resource> getAllIsDefinedBy_as(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Resource> getAllIsDefinedBy()
public ReactorResult<Resource> getAllIsDefinedBy_as()
public static void addIsDefinedBy(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addIsDefinedBy(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addIsDefinedBy(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addIsDefinedBy(Resource value)
public static void setIsDefinedBy(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setIsDefinedBy(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setIsDefinedBy(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setIsDefinedBy(Resource value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeIsDefinedBy(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeIsDefinedBy(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeIsDefinedBy(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeIsDefinedBy(Resource value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllIsDefinedBy(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addIsDefinedBy()
public static ClosableIterator<Node> getAllLabel_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllLabel_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllLabel_asNode()
public ReactorResult<Node> getAllLabel_asNode_()
public static ClosableIterator<String> getAllLabel(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resourcepublic static ReactorResult<String> getAllLabel_as(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<String> getAllLabel()
public ReactorResult<String> getAllLabel_as()
public static void addLabel(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addLabel(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addLabel(Model model, Resource instanceResource, String value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addLabel(String value)
public static void setLabel(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setLabel(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setLabel(Model model, Resource instanceResource, String value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setLabel(String value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeLabel(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeLabel(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeLabel(Model model, Resource instanceResource, String value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeLabel(String value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllLabel(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addLabel()
public static ClosableIterator<Node> getAllMember_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllMember_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllMember_asNode()
public ReactorResult<Node> getAllMember_asNode_()
public static ClosableIterator<Resource> getAllMember(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resourcepublic static ReactorResult<Resource> getAllMember_as(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Resource> getAllMember()
public ReactorResult<Resource> getAllMember_as()
public static void addMember(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addMember(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addMember(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addMember(Resource value)
public static void setMember(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setMember(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setMember(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setMember(Resource value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeMember(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeMember(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeMember(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeMember(Resource value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllMember(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addMember()
public static ClosableIterator<Node> getAllSeeAlso_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllSeeAlso_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllSeeAlso_asNode()
public ReactorResult<Node> getAllSeeAlso_asNode_()
public static ClosableIterator<Resource> getAllSeeAlso(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resourcepublic static ReactorResult<Resource> getAllSeeAlso_as(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Resource> getAllSeeAlso()
public ReactorResult<Resource> getAllSeeAlso_as()
public static void addSeeAlso(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addSeeAlso(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addSeeAlso(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addSeeAlso(Resource value)
public static void setSeeAlso(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setSeeAlso(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setSeeAlso(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setSeeAlso(Resource value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeSeeAlso(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeSeeAlso(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeSeeAlso(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeSeeAlso(Resource value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllSeeAlso(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addSeeAlso()
public static ClosableIterator<Node> getAllType_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllType_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllType_asNode()
public ReactorResult<Node> getAllType_asNode_()
public static ClosableIterator<Class> getAllType(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resourcepublic static ReactorResult<Class> getAllType_as(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Class> getAllType()
public ReactorResult<Class> getAllType_as()
public static void addType(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addType(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addType(Model model, Resource instanceResource, Class value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addType(Class value)
public static void setType(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setType(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setType(Model model, Resource instanceResource, Class value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setType(Class value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeType(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeType(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeType(Model model, Resource instanceResource, Class value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeType(Class value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllType(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addType()
public static ClosableIterator<Node> getAllValue_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllValue_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllValue_asNode()
public ReactorResult<Node> getAllValue_asNode_()
public static ClosableIterator<Resource> getAllValue(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resourcepublic static ReactorResult<Resource> getAllValue_as(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic ClosableIterator<Resource> getAllValue()
public ReactorResult<Resource> getAllValue_as()
public static void addValue(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addValue(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addValue(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addValue(Resource value)
public static void setValue(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setValue(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setValue(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setValue(Resource value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeValue(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeValue(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeValue(Model model, Resource instanceResource, Resource value)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeValue(Resource value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllValue(Model model, Resource instanceResource)
instanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addValue()
Copyright © 2005–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.