| java.lang.Object org.ontoware.rdfreactor.runtime.ReactorRuntimeEntity org.ontoware.rdfreactor.schema.rdfs.Resource
All known Subclasses: org.ontoware.rdfreactor.schema.rdfs.Property, org.ontoware.rdfreactor.schema.rdfs.Statement, org.ontoware.rdfreactor.schema.rdfs.Ontology, org.ontoware.rdfreactor.schema.rdfs.Container, org.ontoware.rdfreactor.schema.rdfs.Class, org.ontoware.rdfreactor.schema.rdfs.List, org.ontoware.rdfreactor.schema.owl.OwlThing,
Resource | public class Resource extends ReactorRuntimeEntity (Code) | | This class manages access to these properties:
- Comment
- IsDefinedBy
- Label
- Member
- SeeAlso
- Type
- Value
This class was generated by RDFReactor on 26.01.08 12:44
|
Constructor Summary | |
protected | Resource(Model model, URI classURI, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | Resource(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | Resource(Model model, String uriString, boolean write) Returns a Java wrapper over an RDF object, identified by a URI, given as a String. | public | Resource(Model model, BlankNode bnode, boolean write) Returns a Java wrapper over an RDF object, identified by a blank node. | public | Resource(Model model, boolean write) Returns a Java wrapper over an RDF object, identified by
a randomly generated URI. |
Method Summary | |
public static void | addComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addComment(org.ontoware.rdf2go.model.node.Node value) | public static void | addComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value) | public void | addComment(String value) | public void | addComment() | public static void | addIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addIsDefinedBy(org.ontoware.rdf2go.model.node.Node value) | public static void | addIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) | public void | addIsDefinedBy(Resource value) | public void | addIsDefinedBy() | public static void | addLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addLabel(org.ontoware.rdf2go.model.node.Node value) | public static void | addLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value) | public void | addLabel(String value) | public void | addLabel() | public static void | addMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addMember(org.ontoware.rdf2go.model.node.Node value) | public static void | addMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) | public void | addMember(Resource value) | public void | addMember() | public static void | addSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addSeeAlso(org.ontoware.rdf2go.model.node.Node value) | public static void | addSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) | public void | addSeeAlso(Resource value) | public void | addSeeAlso() | public static void | addType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addType(org.ontoware.rdf2go.model.node.Node value) | public static void | addType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value) | public void | addType(Class value) | public void | addType() | public static void | addValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addValue(org.ontoware.rdf2go.model.node.Node value) | public static void | addValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) | public void | addValue(Resource value) | public void | addValue() | public static void | createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) Create a new instance of this class in the model. | public static void | deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) Delete all rdf:type from this instance. | public static ClosableIterator<String> | getAllComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<String> | getAllComment() | public static ReactorResult<String> | getAllComment_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<String> | getAllComment_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllComment_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllComment_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllComment_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllComment_asNode_() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllFirst_Inverse(Model model, Object objectValue) | public static ReactorResult<? extends Resource> | getAllInstance_as(Model model) | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllInstances(Model model) | public static ClosableIterator<Resource> | getAllIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Resource> | getAllIsDefinedBy() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllIsDefinedBy_Inverse(Model model, Object objectValue) | public static ReactorResult<Resource> | getAllIsDefinedBy_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<Resource> | getAllIsDefinedBy_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllIsDefinedBy_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllIsDefinedBy_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllIsDefinedBy_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllIsDefinedBy_asNode_() | public static ClosableIterator<String> | getAllLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<String> | getAllLabel() | public static ReactorResult<String> | getAllLabel_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<String> | getAllLabel_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllLabel_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllLabel_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllLabel_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllLabel_asNode_() | public static ClosableIterator<Resource> | getAllMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Resource> | getAllMember() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllMember_Inverse(Model model, Object objectValue) | public static ReactorResult<Resource> | getAllMember_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<Resource> | getAllMember_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllMember_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllMember_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllMember_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllMember_asNode_() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllObject_Inverse(Model model, Object objectValue) | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllPredicate_Inverse(Model model, Object objectValue) | public static ClosableIterator<Resource> | getAllSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Resource> | getAllSeeAlso() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllSeeAlso_Inverse(Model model, Object objectValue) | public static ReactorResult<Resource> | getAllSeeAlso_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<Resource> | getAllSeeAlso_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllSeeAlso_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllSeeAlso_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllSeeAlso_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllSeeAlso_asNode_() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllSubject_Inverse(Model model, Object objectValue) | public static ClosableIterator<Class> | getAllType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Class> | getAllType() | public static ReactorResult<Class> | getAllType_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<Class> | getAllType_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllType_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllType_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllType_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllType_asNode_() | public static ClosableIterator<Resource> | getAllValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Resource> | getAllValue() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllValue_Inverse(Model model, Object objectValue) | public static ReactorResult<Resource> | getAllValue_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<Resource> | getAllValue_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllValue_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllValue_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllValue_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllValue_asNode_() | public static boolean | hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeComment(org.ontoware.rdf2go.model.node.Node value) | public static void | removeComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value) | public void | removeComment(String value) | public static void | removeIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeIsDefinedBy(org.ontoware.rdf2go.model.node.Node value) | public static void | removeIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) | public void | removeIsDefinedBy(Resource value) | public static void | removeLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeLabel(org.ontoware.rdf2go.model.node.Node value) | public static void | removeLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value) | public void | removeLabel(String value) | public static void | removeMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeMember(org.ontoware.rdf2go.model.node.Node value) | public static void | removeMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) | public void | removeMember(Resource value) | public static void | removeSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeSeeAlso(org.ontoware.rdf2go.model.node.Node value) | public static void | removeSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) | public void | removeSeeAlso(Resource value) | public static void | removeType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeType(org.ontoware.rdf2go.model.node.Node value) | public static void | removeType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value) | public void | removeType(Class value) | public static void | removeValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeValue(org.ontoware.rdf2go.model.node.Node value) | public static void | removeValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) | public void | removeValue(Resource value) | public static void | setComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Comment from an RDF2Go node. | public void | setComment(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Comment from an RDF2Go node. | public static void | setComment(Model model, org.ontoware.rdf2go.model.node.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. | public 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. | public static void | setIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property IsDefinedBy from an RDF2Go node. | public void | setIsDefinedBy(org.ontoware.rdf2go.model.node.Node value) Sets a value of property IsDefinedBy from an RDF2Go node. | public static void | setIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.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. | public 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. | public static void | setLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Label from an RDF2Go node. | public void | setLabel(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Label from an RDF2Go node. | public static void | setLabel(Model model, org.ontoware.rdf2go.model.node.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. | public 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. | public static void | setMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Member from an RDF2Go node. | public void | setMember(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Member from an RDF2Go node. | public static void | setMember(Model model, org.ontoware.rdf2go.model.node.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. | public 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. | public static void | setSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property SeeAlso from an RDF2Go node. | public void | setSeeAlso(org.ontoware.rdf2go.model.node.Node value) Sets a value of property SeeAlso from an RDF2Go node. | public static void | setSeeAlso(Model model, org.ontoware.rdf2go.model.node.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. | public 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. | public static void | setType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Type from an RDF2Go node. | public void | setType(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Type from an RDF2Go node. | public static void | setType(Model model, org.ontoware.rdf2go.model.node.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. | public 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. | public static void | setValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Value from an RDF2Go node. | public void | setValue(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Value from an RDF2Go node. | public static void | setValue(Model model, org.ontoware.rdf2go.model.node.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. | public 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. |
COMMENT | final public static URI COMMENT(Code) | | http://www.w3.org/2000/01/rdf-schema#comment
|
ISDEFINEDBY | final public static URI ISDEFINEDBY(Code) | | http://www.w3.org/2000/01/rdf-schema#isDefinedBy
|
LABEL | final public static URI LABEL(Code) | | http://www.w3.org/2000/01/rdf-schema#label
|
MANAGED_URIS | final public static URI[] MANAGED_URIS(Code) | | all property-URIs with this class as domain
|
MEMBER | final public static URI MEMBER(Code) | | http://www.w3.org/2000/01/rdf-schema#member
|
RDFS_CLASS | final public static URI RDFS_CLASS(Code) | | http://www.w3.org/2000/01/rdf-schema#Resource
|
SEEALSO | final public static URI SEEALSO(Code) | | http://www.w3.org/2000/01/rdf-schema#seeAlso
|
TYPE | final public static URI TYPE(Code) | | http://www.w3.org/1999/02/22-rdf-syntax-ns#type
|
VALUE | final public static URI VALUE(Code) | | http://www.w3.org/1999/02/22-rdf-syntax-ns#value
|
Resource | protected Resource(Model model, URI classURI, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)(Code) | | Returns a Java wrapper over an RDF object, identified by URI.
Creating two wrappers for the same instanceURI is legal.
Parameters: model - RDF2GO Model implementation, see http://rdf2go.semweb4j.org Parameters: classURI - URI of RDFS class Parameters: instanceIdentifier - Resource that identifies this instance Parameters: write - if true, the statement (this, rdf:type, TYPE) is written to the model[Generated from RDFReactor template rule #c1] |
Resource | public Resource(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)(Code) | | Returns a Java wrapper over an RDF object, identified by URI.
Creating two wrappers for the same instanceURI is legal.
Parameters: model - RDF2GO Model implementation, see http://rdf2go.ontoware.org Parameters: instanceIdentifier - an RDF2Go Resource identifying this instance Parameters: write - if true, the statement (this, rdf:type, TYPE) is written to the model[Generated from RDFReactor template rule #c2] |
Resource | public Resource(Model model, String uriString, boolean write) throws ModelRuntimeException(Code) | | Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
Creating two wrappers for the same URI is legal.
Parameters: model - RDF2GO Model implementation, see http://rdf2go.ontoware.org Parameters: uriString - a URI given as a String Parameters: write - if true, the statement (this, rdf:type, TYPE) is written to the model throws: ModelRuntimeException - if URI syntax is wrong[Generated from RDFReactor template rule #c7] |
Resource | public Resource(Model model, BlankNode bnode, boolean write)(Code) | | Returns a Java wrapper over an RDF object, identified by a blank node.
Creating two wrappers for the same blank node is legal.
Parameters: model - RDF2GO Model implementation, see http://rdf2go.ontoware.org Parameters: bnode - BlankNode of this instance Parameters: write - if true, the statement (this, rdf:type, TYPE) is written to the model[Generated from RDFReactor template rule #c8] |
Resource | public Resource(Model model, boolean write)(Code) | | Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
Creating two wrappers results in different URIs.
Parameters: model - RDF2GO Model implementation, see http://rdf2go.ontoware.org Parameters: write - if true, the statement (this, rdf:type, TYPE) is written to the model[Generated from RDFReactor template rule #c9] |
addComment | public void addComment(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property Comment as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addComment | public static void addComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code) | | Adds a value to property Comment from an instance of String
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addComment | public void addComment(String value)(Code) | | Adds a value to property Comment from an instance of String
[Generated from RDFReactor template rule #add4dynamic]
|
addComment | public void addComment()(Code) | | Removes all values of property Comment *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addIsDefinedBy | public void addIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property IsDefinedBy as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addIsDefinedBy | public static void addIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Adds a value to property IsDefinedBy from an instance of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addIsDefinedBy | public void addIsDefinedBy(Resource value)(Code) | | Adds a value to property IsDefinedBy from an instance of Resource
[Generated from RDFReactor template rule #add4dynamic]
|
addIsDefinedBy | public void addIsDefinedBy()(Code) | | Removes all values of property IsDefinedBy *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addLabel | public void addLabel(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property Label as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addLabel | public static void addLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code) | | Adds a value to property Label from an instance of String
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addLabel | public void addLabel(String value)(Code) | | Adds a value to property Label from an instance of String
[Generated from RDFReactor template rule #add4dynamic]
|
addLabel | public void addLabel()(Code) | | Removes all values of property Label *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addMember | public void addMember(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property Member as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addMember | public static void addMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Adds a value to property Member from an instance of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addMember | public void addMember(Resource value)(Code) | | Adds a value to property Member from an instance of Resource
[Generated from RDFReactor template rule #add4dynamic]
|
addMember | public void addMember()(Code) | | Removes all values of property Member *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addSeeAlso | public void addSeeAlso(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property SeeAlso as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addSeeAlso | public static void addSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Adds a value to property SeeAlso from an instance of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addSeeAlso | public void addSeeAlso(Resource value)(Code) | | Adds a value to property SeeAlso from an instance of Resource
[Generated from RDFReactor template rule #add4dynamic]
|
addSeeAlso | public void addSeeAlso()(Code) | | Removes all values of property SeeAlso *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addType | public void addType(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property Type as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addType | public static void addType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code) | | Adds a value to property Type from an instance of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addType | public void addType(Class value)(Code) | | Adds a value to property Type from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
addType | public void addType()(Code) | | Removes all values of property Type *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addValue | public void addValue(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property Value as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addValue | public static void addValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Adds a value to property Value from an instance of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addValue | public void addValue(Resource value)(Code) | | Adds a value to property Value from an instance of Resource
[Generated from RDFReactor template rule #add4dynamic]
|
addValue | public void addValue()(Code) | | Removes all values of property Value *
[Generated from RDFReactor template rule #removeall1dynamic]
|
createInstance | public static void createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Create a new instance of this class in the model.
That is, create the statement (instanceResource, RDF.type, http://www.w3.org/2000/01/rdf-schema#Resource).
Parameters: model - an RDF2Go model Parameters: instanceResource - an RDF2Go resource[Generated from RDFReactor template rule #class1] |
deleteInstance | public static void deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Delete all rdf:type from this instance. Other triples are not affected.
Parameters: model - an RDF2Go model Parameters: instanceResource - an RDF2Go resource[Generated from RDFReactor template rule #class4] |
getAllComment | public ClosableIterator<String> getAllComment()(Code) | | Get all values of property Comment * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllComment_as | public static ReactorResult<String> getAllComment_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property Comment as a ReactorResult of String
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult] |
getAllComment_as | public ReactorResult<String> getAllComment_as()(Code) | | Get all values of property Comment as a ReactorResult of String
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllComment_asNode_ | public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode_()(Code) | | Get all values of property Comment as a ReactorResult of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result] |
getAllInstance_as | public static ReactorResult<? extends Resource> getAllInstance_as(Model model)(Code) | | Parameters: model - an RDF2Go model all instances of this class in Model 'model' as a ReactorResult,which can conveniently be converted to iterator, list or array.[Generated from RDFReactor template rule #class3-as] |
getAllIsDefinedBy | public ClosableIterator<Resource> getAllIsDefinedBy()(Code) | | Get all values of property IsDefinedBy * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllIsDefinedBy_Inverse | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllIsDefinedBy_Inverse(Model model, Object objectValue)(Code) | | Parameters: model - an RDF2Go model Parameters: objectValue - all A's as RDF resources, that have a relation 'IsDefinedBy' to this Resource instance[Generated from RDFReactor template rule #getallinverse1static] |
getAllIsDefinedBy_as | public static ReactorResult<Resource> getAllIsDefinedBy_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property IsDefinedBy as a ReactorResult of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult] |
getAllIsDefinedBy_as | public ReactorResult<Resource> getAllIsDefinedBy_as()(Code) | | Get all values of property IsDefinedBy as a ReactorResult of Resource
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllIsDefinedBy_asNode_ | public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode_()(Code) | | Get all values of property IsDefinedBy as a ReactorResult of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result] |
getAllLabel | public ClosableIterator<String> getAllLabel()(Code) | | Get all values of property Label * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllLabel_as | public static ReactorResult<String> getAllLabel_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property Label as a ReactorResult of String
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult] |
getAllLabel_as | public ReactorResult<String> getAllLabel_as()(Code) | | Get all values of property Label as a ReactorResult of String
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllMember | public ClosableIterator<Resource> getAllMember()(Code) | | Get all values of property Member * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllMember_as | public static ReactorResult<Resource> getAllMember_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property Member as a ReactorResult of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult] |
getAllMember_as | public ReactorResult<Resource> getAllMember_as()(Code) | | Get all values of property Member as a ReactorResult of Resource
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllPredicate_Inverse | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllPredicate_Inverse(Model model, Object objectValue)(Code) | | Parameters: model - an RDF2Go model Parameters: objectValue - all A's as RDF resources, that have a relation 'Predicate' to this Resource instance[Generated from RDFReactor template rule #getallinverse1static] |
getAllSeeAlso | public ClosableIterator<Resource> getAllSeeAlso()(Code) | | Get all values of property SeeAlso * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllSeeAlso_as | public static ReactorResult<Resource> getAllSeeAlso_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property SeeAlso as a ReactorResult of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult] |
getAllSeeAlso_as | public ReactorResult<Resource> getAllSeeAlso_as()(Code) | | Get all values of property SeeAlso as a ReactorResult of Resource
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllSeeAlso_asNode_ | public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode_()(Code) | | Get all values of property SeeAlso as a ReactorResult of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result] |
getAllType | public ClosableIterator<Class> getAllType()(Code) | | Get all values of property Type * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllType_as | public static ReactorResult<Class> getAllType_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property Type as a ReactorResult of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult] |
getAllType_as | public ReactorResult<Class> getAllType_as()(Code) | | Get all values of property Type as a ReactorResult of Class
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllValue | public ClosableIterator<Resource> getAllValue()(Code) | | Get all values of property Value * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllValue_as | public static ReactorResult<Resource> getAllValue_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property Value as a ReactorResult of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult] |
getAllValue_as | public ReactorResult<Resource> getAllValue_as()(Code) | | Get all values of property Value as a ReactorResult of Resource
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
hasInstance | public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Parameters: model - an RDF2Go model Parameters: instanceResource - an RDF2Go resource true if instanceResource is an instance of this class in the model[Generated from RDFReactor template rule #class2] |
removeAllComment | public static void removeAllComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Comment * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllIsDefinedBy | public static void removeAllIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property IsDefinedBy * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllLabel | public static void removeAllLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Label * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllMember | public static void removeAllMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Member * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllSeeAlso | public static void removeAllSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property SeeAlso * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllType | public static void removeAllType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Type * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllValue | public static void removeAllValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Value * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeComment | public void removeComment(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Comment as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeComment | public static void removeComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code) | | Removes a value of property Comment given as an instance of String
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeComment | public void removeComment(String value)(Code) | | Removes a value of property Comment given as an instance of String
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeIsDefinedBy | public void removeIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property IsDefinedBy as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeIsDefinedBy | public static void removeIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Removes a value of property IsDefinedBy given as an instance of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeIsDefinedBy | public void removeIsDefinedBy(Resource value)(Code) | | Removes a value of property IsDefinedBy given as an instance of Resource
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeLabel | public void removeLabel(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Label as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeLabel | public static void removeLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code) | | Removes a value of property Label given as an instance of String
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeLabel | public void removeLabel(String value)(Code) | | Removes a value of property Label given as an instance of String
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeMember | public void removeMember(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Member as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeMember | public static void removeMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Removes a value of property Member given as an instance of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeMember | public void removeMember(Resource value)(Code) | | Removes a value of property Member given as an instance of Resource
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeSeeAlso | public void removeSeeAlso(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property SeeAlso as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeSeeAlso | public static void removeSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Removes a value of property SeeAlso given as an instance of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeSeeAlso | public void removeSeeAlso(Resource value)(Code) | | Removes a value of property SeeAlso given as an instance of Resource
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeType | public void removeType(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Type as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeType | public static void removeType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code) | | Removes a value of property Type given as an instance of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeType | public void removeType(Class value)(Code) | | Removes a value of property Type given as an instance of Class
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeValue | public void removeValue(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Value as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeValue | public static void removeValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Removes a value of property Value given as an instance of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeValue | public void removeValue(Resource value)(Code) | | Removes a value of property Value given as an instance of Resource
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
setComment | public static void setComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Comment from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be set[Generated from RDFReactor template rule #set1static] |
setComment | public void setComment(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Comment from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set1dynamic] |
setComment | public static void setComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code) | | Sets a value of property Comment from an instance of String
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be added[Generated from RDFReactor template rule #set3static] |
setComment | public void setComment(String value)(Code) | | Sets a value of property Comment from an instance of String
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set4dynamic] |
setIsDefinedBy | public static void setIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property IsDefinedBy from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be set[Generated from RDFReactor template rule #set1static] |
setIsDefinedBy | public void setIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property IsDefinedBy from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set1dynamic] |
setIsDefinedBy | public static void setIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Sets a value of property IsDefinedBy from an instance of Resource
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be added[Generated from RDFReactor template rule #set3static] |
setIsDefinedBy | public void setIsDefinedBy(Resource value)(Code) | | Sets a value of property IsDefinedBy from an instance of Resource
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set4dynamic] |
setLabel | public static void setLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Label from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be set[Generated from RDFReactor template rule #set1static] |
setLabel | public void setLabel(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Label from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set1dynamic] |
setLabel | public static void setLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code) | | Sets a value of property Label from an instance of String
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be added[Generated from RDFReactor template rule #set3static] |
setLabel | public void setLabel(String value)(Code) | | Sets a value of property Label from an instance of String
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set4dynamic] |
setMember | public static void setMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Member from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be set[Generated from RDFReactor template rule #set1static] |
setMember | public void setMember(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Member from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set1dynamic] |
setMember | public static void setMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Sets a value of property Member from an instance of Resource
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be added[Generated from RDFReactor template rule #set3static] |
setMember | public void setMember(Resource value)(Code) | | Sets a value of property Member from an instance of Resource
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set4dynamic] |
setSeeAlso | public static void setSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property SeeAlso from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be set[Generated from RDFReactor template rule #set1static] |
setSeeAlso | public void setSeeAlso(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property SeeAlso from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set1dynamic] |
setSeeAlso | public static void setSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Sets a value of property SeeAlso from an instance of Resource
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be added[Generated from RDFReactor template rule #set3static] |
setSeeAlso | public void setSeeAlso(Resource value)(Code) | | Sets a value of property SeeAlso from an instance of Resource
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set4dynamic] |
setType | public static void setType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Type from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be set[Generated from RDFReactor template rule #set1static] |
setType | public void setType(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Type from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set1dynamic] |
setType | public static void setType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code) | | Sets a value of property Type from an instance of Class
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be added[Generated from RDFReactor template rule #set3static] |
setType | public void setType(Class value)(Code) | | Sets a value of property Type from an instance of Class
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set4dynamic] |
setValue | public static void setValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Value from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be set[Generated from RDFReactor template rule #set1static] |
setValue | public void setValue(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Value from an RDF2Go node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set1dynamic] |
setValue | public static void setValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Sets a value of property Value from an instance of Resource
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be added[Generated from RDFReactor template rule #set3static] |
setValue | public void setValue(Resource value)(Code) | | Sets a value of property Value from an instance of Resource
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set4dynamic] |
|
|