| org.ontoware.rdfreactor.schema.rdfs.Class org.ontoware.semversion.impl.generated.Thing org.ontoware.semversion.impl.generated.VersionedItem org.ontoware.semversion.impl.generated.Version
Version | public class Version extends VersionedItem (Code) | | This class manages access to these properties:
- BranchLabel
- ChangeCause
- Child
- Container
- Content
- FirstParent
- SecondParent
This class was generated by RDFReactor on 16.03.08 18:20
|
Constructor Summary | |
protected | Version(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 | Version(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | Version(Model model, String uriString, boolean write) Returns a Java wrapper over an RDF object, identified by a URI, given as a String. | public | Version(Model model, BlankNode bnode, boolean write) Returns a Java wrapper over an RDF object, identified by a blank node. | public | Version(Model model, boolean write) Returns a Java wrapper over an RDF object, identified by
a randomly generated URI. |
Method Summary | |
public static void | addBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addBranchLabel(org.ontoware.rdf2go.model.node.Node value) | public static void | addBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) | public void | addBranchLabel(java.lang.String value) | public static void | addChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addChangeCause(org.ontoware.rdf2go.model.node.Node value) | public static void | addChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) | public void | addChangeCause(java.lang.String value) | public void | addChangeCause() | public static void | addChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addChild(org.ontoware.rdf2go.model.node.Node value) | public static void | addChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) | public void | addChild(Version value) | public void | addChild() | public static void | addContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addContainer(org.ontoware.rdf2go.model.node.Node value) | public static void | addContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value) | public void | addContainer(VersionedModel value) | public static void | addContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addContent(org.ontoware.rdf2go.model.node.Node value) | public static void | addContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, RDFModel value) | public void | addContent(RDFModel value) | public void | addContent() | public static void | addFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addFirstParent(org.ontoware.rdf2go.model.node.Node value) | public static void | addFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) | public void | addFirstParent(Version value) | public void | addFirstParent() | public static void | addSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addSecondParent(org.ontoware.rdf2go.model.node.Node value) | public static void | addSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) | public void | addSecondParent(Version value) | public void | addSecondParent() | 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 | deleteAllProperties(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) Delete all (this, *, *), i.e. | public static void | deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) Delete all rdf:type from this instance. | public static ClosableIterator<Version> | getAllChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Version> | getAllChild() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllChild_Inverse(Model model, Object objectValue) | public static ReactorResult<Version> | getAllChild_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<Version> | getAllChild_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllChild_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllChild_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllChild_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllChild_asNode_() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllFirstParent_Inverse(Model model, Object objectValue) | public static ReactorResult<? extends Version> | getAllInstance_as(Model model) | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllInstances(Model model) | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllRoot_Inverse(Model model, Object objectValue) | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllSecondParent_Inverse(Model model, Object objectValue) | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllVersion_Inverse(Model model, Object objectValue) | public static java.lang.String | getBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.lang.String | getBranchLabel() | public static org.ontoware.rdf2go.model.node.Node | getBranchLabel_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.Node | getBranchLabel_asNode() | public static java.lang.String | getChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.lang.String | getChangeCause() | public static org.ontoware.rdf2go.model.node.Node | getChangeCause_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.Node | getChangeCause_asNode() | public static VersionedModel | getContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public VersionedModel | getContainer() | public static org.ontoware.rdf2go.model.node.Node | getContainer_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.Node | getContainer_asNode() | public static RDFModel | getContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public RDFModel | getContent() | public static org.ontoware.rdf2go.model.node.Node | getContent_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.Node | getContent_asNode() | public static Version | getFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public Version | getFirstParent() | public static org.ontoware.rdf2go.model.node.Node | getFirstParent_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.Node | getFirstParent_asNode() | public static Version | getSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public Version | getSecondParent() | public static org.ontoware.rdf2go.model.node.Node | getSecondParent_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.Node | getSecondParent_asNode() | public static boolean | hasBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasBranchLabel() | public static boolean | hasChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasChangeCause() | public static boolean | hasChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasChild() | public static boolean | hasContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasContainer() | public static boolean | hasContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasContent() | public static boolean | hasFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasFirstParent() | public static boolean | hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static boolean | hasSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasSecondParent() | public static void | removeAllChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeBranchLabel(org.ontoware.rdf2go.model.node.Node value) | public static void | removeBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) | public void | removeBranchLabel(java.lang.String value) | public static void | removeChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeChangeCause(org.ontoware.rdf2go.model.node.Node value) | public static void | removeChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) | public void | removeChangeCause(java.lang.String value) | public static void | removeChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeChild(org.ontoware.rdf2go.model.node.Node value) | public static void | removeChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) | public void | removeChild(Version value) | public static void | removeContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeContainer(org.ontoware.rdf2go.model.node.Node value) | public static void | removeContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value) | public void | removeContainer(VersionedModel value) | public static void | removeContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeContent(org.ontoware.rdf2go.model.node.Node value) | public static void | removeContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, RDFModel value) | public void | removeContent(RDFModel value) | public static void | removeFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeFirstParent(org.ontoware.rdf2go.model.node.Node value) | public static void | removeFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) | public void | removeFirstParent(Version value) | public static void | removeSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeSecondParent(org.ontoware.rdf2go.model.node.Node value) | public static void | removeSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) | public void | removeSecondParent(Version value) | public static void | setBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property BranchLabel from an RDF2Go node. | public void | setBranchLabel(org.ontoware.rdf2go.model.node.Node value) Sets a value of property BranchLabel from an RDF2Go node. | public static void | setBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) Sets a value of property BranchLabel from an instance of java.lang.String
First, all existing values are removed, then this value is added. | public void | setBranchLabel(java.lang.String value) Sets a value of property BranchLabel from an instance of java.lang.String
First, all existing values are removed, then this value is added. | public static void | setChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property ChangeCause from an RDF2Go node. | public void | setChangeCause(org.ontoware.rdf2go.model.node.Node value) Sets a value of property ChangeCause from an RDF2Go node. | public static void | setChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) Sets a value of property ChangeCause from an instance of java.lang.String
First, all existing values are removed, then this value is added. | public void | setChangeCause(java.lang.String value) Sets a value of property ChangeCause from an instance of java.lang.String
First, all existing values are removed, then this value is added. | public static void | setChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Child from an RDF2Go node. | public void | setChild(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Child from an RDF2Go node. | public static void | setChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) Sets a value of property Child from an instance of Version
First, all existing values are removed, then this value is added. | public void | setChild(Version value) Sets a value of property Child from an instance of Version
First, all existing values are removed, then this value is added. | public static void | setContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Container from an RDF2Go node. | public void | setContainer(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Container from an RDF2Go node. | public static void | setContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value) Sets a value of property Container from an instance of VersionedModel
First, all existing values are removed, then this value is added. | public void | setContainer(VersionedModel value) Sets a value of property Container from an instance of VersionedModel
First, all existing values are removed, then this value is added. | public static void | setContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Content from an RDF2Go node. | public void | setContent(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Content from an RDF2Go node. | public static void | setContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, RDFModel value) Sets a value of property Content from an instance of RDFModel
First, all existing values are removed, then this value is added. | public void | setContent(RDFModel value) Sets a value of property Content from an instance of RDFModel
First, all existing values are removed, then this value is added. | public static void | setFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property FirstParent from an RDF2Go node. | public void | setFirstParent(org.ontoware.rdf2go.model.node.Node value) Sets a value of property FirstParent from an RDF2Go node. | public static void | setFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) Sets a value of property FirstParent from an instance of Version
First, all existing values are removed, then this value is added. | public void | setFirstParent(Version value) Sets a value of property FirstParent from an instance of Version
First, all existing values are removed, then this value is added. | public static void | setSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property SecondParent from an RDF2Go node. | public void | setSecondParent(org.ontoware.rdf2go.model.node.Node value) Sets a value of property SecondParent from an RDF2Go node. | public static void | setSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) Sets a value of property SecondParent from an instance of Version
First, all existing values are removed, then this value is added. | public void | setSecondParent(Version value) Sets a value of property SecondParent from an instance of Version
First, all existing values are removed, then this value is added. |
BRANCHLABEL | final public static URI BRANCHLABEL(Code) | | http://purl.org/net/semversion#branchLabel
|
CHANGECAUSE | final public static URI CHANGECAUSE(Code) | | http://purl.org/net/semversion#hasChangeCause
|
CHILD | final public static URI CHILD(Code) | | http://purl.org/net/semversion#hasChild
|
CONTAINER | final public static URI CONTAINER(Code) | | http://purl.org/net/semversion#hasContainer
|
CONTENT | final public static URI CONTENT(Code) | | http://purl.org/net/semversion#hasContent
|
FIRSTPARENT | final public static URI FIRSTPARENT(Code) | | http://purl.org/net/semversion#hasFirstParent
|
MANAGED_URIS | final public static URI[] MANAGED_URIS(Code) | | all property-URIs with this class as domain
|
RDFS_CLASS | final public static URI RDFS_CLASS(Code) | | http://purl.org/net/semversion#Version
|
SECONDPARENT | final public static URI SECONDPARENT(Code) | | http://purl.org/net/semversion#hasSecondParent
|
Version | protected Version(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] |
Version | public Version(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] |
Version | public Version(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] |
Version | public Version(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] |
Version | public Version(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] |
addBranchLabel | public void addBranchLabel(java.lang.String value) throws CardinalityException(Code) | | Adds a value to property BranchLabel from an instance of java.lang.String
throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic] |
addChangeCause | public void addChangeCause(java.lang.String value) throws CardinalityException(Code) | | Adds a value to property ChangeCause from an instance of java.lang.String
throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic] |
addChangeCause | public void addChangeCause()(Code) | | Removes all values of property ChangeCause *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addChild | public void addChild(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property Child as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addChild | public static void addChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value)(Code) | | Adds a value to property Child from an instance of Version
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addChild | public void addChild(Version value)(Code) | | Adds a value to property Child from an instance of Version
[Generated from RDFReactor template rule #add4dynamic]
|
addChild | public void addChild()(Code) | | Removes all values of property Child *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addContainer | public void addContainer(VersionedModel value) throws CardinalityException(Code) | | Adds a value to property Container from an instance of VersionedModel
throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic] |
addContent | public void addContent(RDFModel value) throws CardinalityException(Code) | | Adds a value to property Content from an instance of RDFModel
throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic] |
addContent | public void addContent()(Code) | | Removes all values of property Content *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addFirstParent | public static void addFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) throws CardinalityException(Code) | | Adds a value to property FirstParent from an instance of Version
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add7static] |
addFirstParent | public void addFirstParent(Version value) throws CardinalityException(Code) | | Adds a value to property FirstParent from an instance of Version
throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic] |
addFirstParent | public void addFirstParent()(Code) | | Removes all values of property FirstParent *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addSecondParent | public static void addSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value) throws CardinalityException(Code) | | Adds a value to property SecondParent from an instance of Version
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add7static] |
addSecondParent | public void addSecondParent(Version value) throws CardinalityException(Code) | | Adds a value to property SecondParent from an instance of Version
throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic] |
addSecondParent | public void addSecondParent()(Code) | | Removes all values of property SecondParent *
[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://purl.org/net/semversion#Version).
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.
To delete more, use deleteAllProperties
Parameters: model - an RDF2Go model Parameters: instanceResource - an RDF2Go resource[Generated from RDFReactor template rule #class4] |
getAllChild | public ClosableIterator<Version> getAllChild()(Code) | | Get all values of property Child * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllChild_as | public static ReactorResult<Version> getAllChild_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property Child as a ReactorResult of Version
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] |
getAllChild_as | public ReactorResult<Version> getAllChild_as()(Code) | | Get all values of property Child as a ReactorResult of Version
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllFirstParent_Inverse | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllFirstParent_Inverse(Model model, Object objectValue)(Code) | | Parameters: model - an RDF2Go model Parameters: objectValue - all A's as RDF resources, that have a relation 'FirstParent' to this Version instance[Generated from RDFReactor template rule #getallinverse1static] |
getAllInstance_as | public static ReactorResult<? extends Version> 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] |
getAllSecondParent_Inverse | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSecondParent_Inverse(Model model, Object objectValue)(Code) | | Parameters: model - an RDF2Go model Parameters: objectValue - all A's as RDF resources, that have a relation 'SecondParent' to this Version instance[Generated from RDFReactor template rule #getallinverse1static] |
getBranchLabel | public static java.lang.String getBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property BranchLabel * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get5static] |
getBranchLabel | public java.lang.String getBranchLabel()(Code) | | Get single value of property BranchLabel * @return the single value or null if no value is found
throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get6dynamic] |
getBranchLabel_asNode | public static org.ontoware.rdf2go.model.node.Node getBranchLabel_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property BranchLabel as an RDF2Go node
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - at runtime, if the property has multiple values[Generated from RDFReactor template rule #get1static] |
getBranchLabel_asNode | public org.ontoware.rdf2go.model.node.Node getBranchLabel_asNode()(Code) | | Get single value of property BranchLabel as an RDF2Go node
the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get2dynamic] |
getChangeCause | public static java.lang.String getChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property ChangeCause * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get5static] |
getChangeCause | public java.lang.String getChangeCause()(Code) | | Get single value of property ChangeCause * @return the single value or null if no value is found
throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get6dynamic] |
getChangeCause_asNode | public static org.ontoware.rdf2go.model.node.Node getChangeCause_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property ChangeCause as an RDF2Go node
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - at runtime, if the property has multiple values[Generated from RDFReactor template rule #get1static] |
getChangeCause_asNode | public org.ontoware.rdf2go.model.node.Node getChangeCause_asNode()(Code) | | Get single value of property ChangeCause as an RDF2Go node
the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get2dynamic] |
getContainer | public static VersionedModel getContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property Container * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get5static] |
getContainer | public VersionedModel getContainer()(Code) | | Get single value of property Container * @return the single value or null if no value is found
throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get6dynamic] |
getContainer_asNode | public static org.ontoware.rdf2go.model.node.Node getContainer_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property Container as an RDF2Go node
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - at runtime, if the property has multiple values[Generated from RDFReactor template rule #get1static] |
getContainer_asNode | public org.ontoware.rdf2go.model.node.Node getContainer_asNode()(Code) | | Get single value of property Container as an RDF2Go node
the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get2dynamic] |
getContent | public static RDFModel getContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property Content * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get5static] |
getContent | public RDFModel getContent()(Code) | | Get single value of property Content * @return the single value or null if no value is found
throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get6dynamic] |
getContent_asNode | public static org.ontoware.rdf2go.model.node.Node getContent_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property Content as an RDF2Go node
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - at runtime, if the property has multiple values[Generated from RDFReactor template rule #get1static] |
getContent_asNode | public org.ontoware.rdf2go.model.node.Node getContent_asNode()(Code) | | Get single value of property Content as an RDF2Go node
the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get2dynamic] |
getFirstParent | public static Version getFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property FirstParent * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get5static] |
getFirstParent | public Version getFirstParent()(Code) | | Get single value of property FirstParent * @return the single value or null if no value is found
throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get6dynamic] |
getFirstParent_asNode | public static org.ontoware.rdf2go.model.node.Node getFirstParent_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property FirstParent as an RDF2Go node
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - at runtime, if the property has multiple values[Generated from RDFReactor template rule #get1static] |
getFirstParent_asNode | public org.ontoware.rdf2go.model.node.Node getFirstParent_asNode()(Code) | | Get single value of property FirstParent as an RDF2Go node
the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get2dynamic] |
getSecondParent | public static Version getSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property SecondParent * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get5static] |
getSecondParent | public Version getSecondParent()(Code) | | Get single value of property SecondParent * @return the single value or null if no value is found
throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get6dynamic] |
getSecondParent_asNode | public static org.ontoware.rdf2go.model.node.Node getSecondParent_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property SecondParent as an RDF2Go node
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource the single value or null if no value is found throws: RDFDataException - at runtime, if the property has multiple values[Generated from RDFReactor template rule #get1static] |
getSecondParent_asNode | public org.ontoware.rdf2go.model.node.Node getSecondParent_asNode()(Code) | | Get single value of property SecondParent as an RDF2Go node
the single value or null if no value is found throws: RDFDataException - , if the property has multiple values[Generated from RDFReactor template rule #get2dynamic] |
hasBranchLabel | public static boolean hasBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@4e8edc has at least one value set
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource true if this property has at least one value[Generated from RDFReactor template rule #get0has-static] |
hasBranchLabel | public boolean hasBranchLabel()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@4e8edc has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
hasChangeCause | public static boolean hasChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@1e492d8 has at least one value set
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource true if this property has at least one value[Generated from RDFReactor template rule #get0has-static] |
hasChangeCause | public boolean hasChangeCause()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@1e492d8 has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
hasChild | public static boolean hasChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@1e06de8 has at least one value set
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource true if this property has at least one value[Generated from RDFReactor template rule #get0has-static] |
hasChild | public boolean hasChild()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@1e06de8 has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
hasContainer | public static boolean hasContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@1e940a6 has at least one value set
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource true if this property has at least one value[Generated from RDFReactor template rule #get0has-static] |
hasContainer | public boolean hasContainer()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@1e940a6 has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
hasContent | public static boolean hasContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@ac576f has at least one value set
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource true if this property has at least one value[Generated from RDFReactor template rule #get0has-static] |
hasContent | public boolean hasContent()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@ac576f has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
hasFirstParent | public static boolean hasFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@1b2ede8 has at least one value set
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource true if this property has at least one value[Generated from RDFReactor template rule #get0has-static] |
hasFirstParent | public boolean hasFirstParent()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@1b2ede8 has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
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] |
hasSecondParent | public static boolean hasSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@166ff9c has at least one value set
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource true if this property has at least one value[Generated from RDFReactor template rule #get0has-static] |
hasSecondParent | public boolean hasSecondParent()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@166ff9c has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
removeAllChangeCause | public static void removeAllChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property ChangeCause * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllChild | public static void removeAllChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Child * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllContent | public static void removeAllContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Content * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllFirstParent | public static void removeAllFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property FirstParent * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllSecondParent | public static void removeAllSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property SecondParent * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeBranchLabel | public void removeBranchLabel(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code) | | Removes a value of property BranchLabel as an RDF2Go node
Parameters: value - the value to be removed throws: CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove6dynamic] |
removeBranchLabel | public static void removeBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) throws CardinalityException(Code) | | Removes a value of property BranchLabel from an instance of java.lang.String
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed throws: CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove7static] |
removeBranchLabel | public void removeBranchLabel(java.lang.String value) throws CardinalityException(Code) | | Removes a value of property BranchLabel from an instance of java.lang.String
Parameters: value - the value to be removed throws: CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove8dynamic] |
removeChangeCause | public void removeChangeCause(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property ChangeCause as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeChangeCause | public static void removeChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)(Code) | | Removes a value of property ChangeCause given as an instance of java.lang.String
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeChangeCause | public void removeChangeCause(java.lang.String value)(Code) | | Removes a value of property ChangeCause given as an instance of java.lang.String
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeChild | public void removeChild(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Child as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeChild | public static void removeChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value)(Code) | | Removes a value of property Child given as an instance of Version
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeChild | public void removeChild(Version value)(Code) | | Removes a value of property Child given as an instance of Version
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeContainer | public static void removeContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value) throws CardinalityException(Code) | | Removes a value of property Container from an instance of VersionedModel
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed throws: CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove7static] |
removeContainer | public void removeContainer(VersionedModel value) throws CardinalityException(Code) | | Removes a value of property Container from an instance of VersionedModel
Parameters: value - the value to be removed throws: CardinalityException - if removing a value would bring the number of property values below the cardinality constraint.[Generated from RDFReactor template rule #remove8dynamic] |
removeContent | public void removeContent(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Content as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeContent | public static void removeContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, RDFModel value)(Code) | | Removes a value of property Content given as an instance of RDFModel
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeContent | public void removeContent(RDFModel value)(Code) | | Removes a value of property Content given as an instance of RDFModel
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeFirstParent | public void removeFirstParent(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property FirstParent as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeFirstParent | public static void removeFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value)(Code) | | Removes a value of property FirstParent given as an instance of Version
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeFirstParent | public void removeFirstParent(Version value)(Code) | | Removes a value of property FirstParent given as an instance of Version
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeSecondParent | public void removeSecondParent(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property SecondParent as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeSecondParent | public static void removeSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value)(Code) | | Removes a value of property SecondParent given as an instance of Version
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeSecondParent | public void removeSecondParent(Version value)(Code) | | Removes a value of property SecondParent given as an instance of Version
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
setBranchLabel | public static void setBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property BranchLabel 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] |
setBranchLabel | public void setBranchLabel(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property BranchLabel 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] |
setBranchLabel | public static void setBranchLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)(Code) | | Sets a value of property BranchLabel from an instance of java.lang.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] |
setBranchLabel | public void setBranchLabel(java.lang.String value)(Code) | | Sets a value of property BranchLabel from an instance of java.lang.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] |
setChangeCause | public static void setChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property ChangeCause 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] |
setChangeCause | public void setChangeCause(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property ChangeCause 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] |
setChangeCause | public static void setChangeCause(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)(Code) | | Sets a value of property ChangeCause from an instance of java.lang.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] |
setChangeCause | public void setChangeCause(java.lang.String value)(Code) | | Sets a value of property ChangeCause from an instance of java.lang.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] |
setChild | public static void setChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Child 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] |
setChild | public void setChild(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Child 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] |
setChild | public static void setChild(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value)(Code) | | Sets a value of property Child from an instance of Version
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] |
setChild | public void setChild(Version value)(Code) | | Sets a value of property Child from an instance of Version
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] |
setContainer | public static void setContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Container 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] |
setContainer | public void setContainer(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Container 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] |
setContainer | public static void setContainer(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value)(Code) | | Sets a value of property Container from an instance of VersionedModel
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] |
setContainer | public void setContainer(VersionedModel value)(Code) | | Sets a value of property Container from an instance of VersionedModel
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] |
setContent | public static void setContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Content 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] |
setContent | public void setContent(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Content 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] |
setContent | public static void setContent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, RDFModel value)(Code) | | Sets a value of property Content from an instance of RDFModel
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] |
setContent | public void setContent(RDFModel value)(Code) | | Sets a value of property Content from an instance of RDFModel
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] |
setFirstParent | public static void setFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property FirstParent 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] |
setFirstParent | public void setFirstParent(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property FirstParent 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] |
setFirstParent | public static void setFirstParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value)(Code) | | Sets a value of property FirstParent from an instance of Version
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] |
setFirstParent | public void setFirstParent(Version value)(Code) | | Sets a value of property FirstParent from an instance of Version
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] |
setSecondParent | public static void setSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property SecondParent 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] |
setSecondParent | public void setSecondParent(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property SecondParent 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] |
setSecondParent | public static void setSecondParent(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Version value)(Code) | | Sets a value of property SecondParent from an instance of Version
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] |
setSecondParent | public void setSecondParent(Version value)(Code) | | Sets a value of property SecondParent from an instance of Version
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] |
Methods inherited from org.ontoware.semversion.impl.generated.VersionedItem | public static void addAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)(Java Doc) public void addAuthor(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)(Java Doc) public static void addAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, User value) throws CardinalityException(Code)(Java Doc) public void addAuthor(User value) throws CardinalityException(Code)(Java Doc) public void addAuthor()(Code)(Java Doc) public static void addCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)(Java Doc) public void addCreationTime(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)(Java Doc) public static void addCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.util.Calendar value) throws CardinalityException(Code)(Java Doc) public void addCreationTime(java.util.Calendar value) throws CardinalityException(Code)(Java Doc) public static void addProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)(Java Doc) public void addProvenance(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)(Java Doc) public static void addProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value) throws CardinalityException(Code)(Java Doc) public void addProvenance(org.ontoware.rdf2go.model.node.URI value) throws CardinalityException(Code)(Java Doc) public void addProvenance()(Code)(Java Doc) public static void addTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addTag(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)(Code)(Java Doc) public void addTag(java.lang.String value)(Code)(Java Doc) public void addTag()(Code)(Java Doc) public static void addUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)(Java Doc) public void addUserdefinedMetadata(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)(Java Doc) public static void addUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value) throws CardinalityException(Code)(Java Doc) public void addUserdefinedMetadata(org.ontoware.rdf2go.model.node.URI value) throws CardinalityException(Code)(Java Doc) public void addUserdefinedMetadata()(Code)(Java Doc) public static void createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void deleteAllProperties(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static ReactorResult<? extends VersionedItem> getAllInstance_as(Model model)(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstances(Model model)(Code)(Java Doc) public static ClosableIterator<java.lang.String> getAllTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<java.lang.String> getAllTag()(Code)(Java Doc) public static ReactorResult<java.lang.String> getAllTag_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<java.lang.String> getAllTag_as()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllTag_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllTag_asNode()(Code)(Java Doc) public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllTag_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllTag_asNode_()(Code)(Java Doc) public static User getAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public User getAuthor()(Code)(Java Doc) public static org.ontoware.rdf2go.model.node.Node getAuthor_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public org.ontoware.rdf2go.model.node.Node getAuthor_asNode()(Code)(Java Doc) public static java.util.Calendar getCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.Calendar getCreationTime()(Code)(Java Doc) public static org.ontoware.rdf2go.model.node.Node getCreationTime_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public org.ontoware.rdf2go.model.node.Node getCreationTime_asNode()(Code)(Java Doc) public static org.ontoware.rdf2go.model.node.URI getProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public org.ontoware.rdf2go.model.node.URI getProvenance()(Code)(Java Doc) public static org.ontoware.rdf2go.model.node.Node getProvenance_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public org.ontoware.rdf2go.model.node.Node getProvenance_asNode()(Code)(Java Doc) public static org.ontoware.rdf2go.model.node.URI getUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public org.ontoware.rdf2go.model.node.URI getUserdefinedMetadata()(Code)(Java Doc) public static org.ontoware.rdf2go.model.node.Node getUserdefinedMetadata_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public org.ontoware.rdf2go.model.node.Node getUserdefinedMetadata_asNode()(Code)(Java Doc) public static boolean hasAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public boolean hasAuthor()(Code)(Java Doc) public static boolean hasCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public boolean hasCreationTime()(Code)(Java Doc) public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static boolean hasProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public boolean hasProvenance()(Code)(Java Doc) public static boolean hasTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public boolean hasTag()(Code)(Java Doc) public static boolean hasUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public boolean hasUserdefinedMetadata()(Code)(Java Doc) public static void removeAllAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeAuthor(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, User value)(Code)(Java Doc) public void removeAuthor(User value)(Code)(Java Doc) public static void removeCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)(Java Doc) public void removeCreationTime(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code)(Java Doc) public static void removeCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.util.Calendar value) throws CardinalityException(Code)(Java Doc) public void removeCreationTime(java.util.Calendar value) throws CardinalityException(Code)(Java Doc) public static void removeProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeProvenance(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value)(Code)(Java Doc) public void removeProvenance(org.ontoware.rdf2go.model.node.URI value)(Code)(Java Doc) public static void removeTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeTag(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)(Code)(Java Doc) public void removeTag(java.lang.String value)(Code)(Java Doc) public static void removeUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeUserdefinedMetadata(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value)(Code)(Java Doc) public void removeUserdefinedMetadata(org.ontoware.rdf2go.model.node.URI value)(Code)(Java Doc) public static void setAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setAuthor(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, User value)(Code)(Java Doc) public void setAuthor(User value)(Code)(Java Doc) public static void setCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setCreationTime(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.util.Calendar value)(Code)(Java Doc) public void setCreationTime(java.util.Calendar value)(Code)(Java Doc) public static void setProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setProvenance(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value)(Code)(Java Doc) public void setProvenance(org.ontoware.rdf2go.model.node.URI value)(Code)(Java Doc) public static void setTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setTag(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)(Code)(Java Doc) public void setTag(java.lang.String value)(Code)(Java Doc) public static void setUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setUserdefinedMetadata(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value)(Code)(Java Doc) public void setUserdefinedMetadata(org.ontoware.rdf2go.model.node.URI value)(Code)(Java Doc)
|
Methods inherited from org.ontoware.semversion.impl.generated.Thing | public static void addVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addVersionedModel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value)(Code)(Java Doc) public void addVersionedModel(VersionedModel value)(Code)(Java Doc) public void addVersionedModel()(Code)(Java Doc) public static void createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void deleteAllProperties(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static ReactorResult<? extends Thing> getAllInstance_as(Model model)(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstances(Model model)(Code)(Java Doc) public static ClosableIterator<VersionedModel> getAllVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<VersionedModel> getAllVersionedModel()(Code)(Java Doc) public static ReactorResult<VersionedModel> getAllVersionedModel_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<VersionedModel> getAllVersionedModel_as()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllVersionedModel_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllVersionedModel_asNode()(Code)(Java Doc) public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllVersionedModel_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllVersionedModel_asNode_()(Code)(Java Doc) public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static boolean hasVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public boolean hasVersionedModel()(Code)(Java Doc) public static void removeAllVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeVersionedModel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value)(Code)(Java Doc) public void removeVersionedModel(VersionedModel value)(Code)(Java Doc) public static void setVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setVersionedModel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setVersionedModel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, VersionedModel value)(Code)(Java Doc) public void setVersionedModel(VersionedModel value)(Code)(Java Doc)
|
Methods inherited from org.ontoware.rdfreactor.schema.rdfs.Class | public static void addSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc) public void addSubClassOf(Class value)(Code)(Java Doc) public void addSubClassOf()(Code)(Java Doc) public static void createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllDomain_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<? extends Class> getAllInstance_as(Model model)(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstances(Model model)(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllRange_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ClosableIterator<Class> getAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<Class> getAllSubClassOf()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSubClassOf_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<Class> getAllSubClassOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<Class> getAllSubClassOf_as()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode()(Code)(Java Doc) public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode_()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllType_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc) public void removeSubClassOf(Class value)(Code)(Java Doc) public static void setSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc) public void setSubClassOf(Class value)(Code)(Java Doc)
|
|
|