| org.ontoware.rdfreactor.schema.rdfs.Class org.ontoware.semversion.impl.generated.Thing org.ontoware.semversion.impl.generated.VersionedItem
All known Subclasses: org.ontoware.semversion.impl.generated.Version, org.ontoware.semversion.impl.generated.VersionedModel,
VersionedItem | public class VersionedItem extends Thing (Code) | | This class manages access to these properties:
- Author
- CreationTime
- Provenance
- Tag
- UserdefinedMetadata
This class was generated by RDFReactor on 16.03.08 18:20
|
Constructor Summary | |
protected | VersionedItem(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 | VersionedItem(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | VersionedItem(Model model, String uriString, boolean write) Returns a Java wrapper over an RDF object, identified by a URI, given as a String. | public | VersionedItem(Model model, BlankNode bnode, boolean write) Returns a Java wrapper over an RDF object, identified by a blank node. | public | VersionedItem(Model model, boolean write) Returns a Java wrapper over an RDF object, identified by
a randomly generated URI. |
Method Summary | |
public static void | addAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addAuthor(org.ontoware.rdf2go.model.node.Node value) | public static void | addAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, User value) | public void | addAuthor(User value) | public void | addAuthor() | public static void | addCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addCreationTime(org.ontoware.rdf2go.model.node.Node value) | public static void | addCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.util.Calendar value) | public void | addCreationTime(java.util.Calendar value) | public static void | addProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addProvenance(org.ontoware.rdf2go.model.node.Node value) | public static void | addProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value) | public void | addProvenance(org.ontoware.rdf2go.model.node.URI value) | public void | addProvenance() | public static void | addTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addTag(org.ontoware.rdf2go.model.node.Node value) | public static void | addTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) | public void | addTag(java.lang.String value) | public void | addTag() | public static void | addUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addUserdefinedMetadata(org.ontoware.rdf2go.model.node.Node value) | public static void | addUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value) | public void | addUserdefinedMetadata(org.ontoware.rdf2go.model.node.URI value) | public void | addUserdefinedMetadata() | 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 ReactorResult<? extends VersionedItem> | getAllInstance_as(Model model) | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllInstances(Model model) | public static ClosableIterator<java.lang.String> | getAllTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<java.lang.String> | getAllTag() | public static ReactorResult<java.lang.String> | getAllTag_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<java.lang.String> | getAllTag_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllTag_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllTag_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllTag_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllTag_asNode_() | public static User | getAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public User | getAuthor() | public static org.ontoware.rdf2go.model.node.Node | getAuthor_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.Node | getAuthor_asNode() | public static java.util.Calendar | getCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.Calendar | getCreationTime() | public static org.ontoware.rdf2go.model.node.Node | getCreationTime_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.Node | getCreationTime_asNode() | public static org.ontoware.rdf2go.model.node.URI | getProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.URI | getProvenance() | public static org.ontoware.rdf2go.model.node.Node | getProvenance_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.Node | getProvenance_asNode() | public static org.ontoware.rdf2go.model.node.URI | getUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.URI | getUserdefinedMetadata() | public static org.ontoware.rdf2go.model.node.Node | getUserdefinedMetadata_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public org.ontoware.rdf2go.model.node.Node | getUserdefinedMetadata_asNode() | public static boolean | hasAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasAuthor() | public static boolean | hasCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasCreationTime() | public static boolean | hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static boolean | hasProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasProvenance() | public static boolean | hasTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasTag() | public static boolean | hasUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public boolean | hasUserdefinedMetadata() | public static void | removeAllAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeAuthor(org.ontoware.rdf2go.model.node.Node value) | public static void | removeAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, User value) | public void | removeAuthor(User value) | public static void | removeCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeCreationTime(org.ontoware.rdf2go.model.node.Node value) | public static void | removeCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.util.Calendar value) | public void | removeCreationTime(java.util.Calendar value) | public static void | removeProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeProvenance(org.ontoware.rdf2go.model.node.Node value) | public static void | removeProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value) | public void | removeProvenance(org.ontoware.rdf2go.model.node.URI value) | public static void | removeTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeTag(org.ontoware.rdf2go.model.node.Node value) | public static void | removeTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) | public void | removeTag(java.lang.String value) | public static void | removeUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeUserdefinedMetadata(org.ontoware.rdf2go.model.node.Node value) | public static void | removeUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value) | public void | removeUserdefinedMetadata(org.ontoware.rdf2go.model.node.URI value) | public static void | setAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Author from an RDF2Go node. | public void | setAuthor(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Author from an RDF2Go node. | public static void | setAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, User value) Sets a value of property Author from an instance of User
First, all existing values are removed, then this value is added. | public void | setAuthor(User value) Sets a value of property Author from an instance of User
First, all existing values are removed, then this value is added. | public static void | setCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property CreationTime from an RDF2Go node. | public void | setCreationTime(org.ontoware.rdf2go.model.node.Node value) Sets a value of property CreationTime from an RDF2Go node. | public static void | setCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.util.Calendar value) Sets a value of property CreationTime from an instance of java.util.Calendar
First, all existing values are removed, then this value is added. | public void | setCreationTime(java.util.Calendar value) Sets a value of property CreationTime from an instance of java.util.Calendar
First, all existing values are removed, then this value is added. | public static void | setProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Provenance from an RDF2Go node. | public void | setProvenance(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Provenance from an RDF2Go node. | public static void | setProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value) Sets a value of property Provenance from an instance of org.ontoware.rdf2go.model.node.URI
First, all existing values are removed, then this value is added. | public void | setProvenance(org.ontoware.rdf2go.model.node.URI value) Sets a value of property Provenance from an instance of org.ontoware.rdf2go.model.node.URI
First, all existing values are removed, then this value is added. | public static void | setTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Tag from an RDF2Go node. | public void | setTag(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Tag from an RDF2Go node. | public static void | setTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value) Sets a value of property Tag from an instance of java.lang.String
First, all existing values are removed, then this value is added. | public void | setTag(java.lang.String value) Sets a value of property Tag from an instance of java.lang.String
First, all existing values are removed, then this value is added. | public static void | setUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property UserdefinedMetadata from an RDF2Go node. | public void | setUserdefinedMetadata(org.ontoware.rdf2go.model.node.Node value) Sets a value of property UserdefinedMetadata from an RDF2Go node. | public static void | setUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value) Sets a value of property UserdefinedMetadata from an instance of org.ontoware.rdf2go.model.node.URI
First, all existing values are removed, then this value is added. | public void | setUserdefinedMetadata(org.ontoware.rdf2go.model.node.URI value) Sets a value of property UserdefinedMetadata from an instance of org.ontoware.rdf2go.model.node.URI
First, all existing values are removed, then this value is added. |
AUTHOR | final public static URI AUTHOR(Code) | | http://purl.org/net/semversion#hasAuthor
|
CREATIONTIME | final public static URI CREATIONTIME(Code) | | http://purl.org/net/semversion#hasCreationTime
|
MANAGED_URIS | final public static URI[] MANAGED_URIS(Code) | | all property-URIs with this class as domain
|
PROVENANCE | final public static URI PROVENANCE(Code) | | http://purl.org/net/semversion#hasProvenance
|
RDFS_CLASS | final public static URI RDFS_CLASS(Code) | | http://purl.org/net/semversion#VersionedItem
|
TAG | final public static URI TAG(Code) | | http://purl.org/net/semversion#hasTag
|
USERDEFINEDMETADATA | final public static URI USERDEFINEDMETADATA(Code) | | http://purl.org/net/semversion#hasUserdefinedMetadata
|
VersionedItem | protected VersionedItem(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] |
VersionedItem | public VersionedItem(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] |
VersionedItem | public VersionedItem(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] |
VersionedItem | public VersionedItem(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] |
VersionedItem | public VersionedItem(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] |
addAuthor | public void addAuthor(User value) throws CardinalityException(Code) | | Adds a value to property Author from an instance of User
throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic] |
addAuthor | public void addAuthor()(Code) | | Removes all values of property Author *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addCreationTime | public void addCreationTime(java.util.Calendar value) throws CardinalityException(Code) | | Adds a value to property CreationTime from an instance of java.util.Calendar
throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic] |
addProvenance | public void addProvenance()(Code) | | Removes all values of property Provenance *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addTag | public void addTag(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property Tag as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addTag | public void addTag(java.lang.String value)(Code) | | Adds a value to property Tag from an instance of java.lang.String
[Generated from RDFReactor template rule #add4dynamic]
|
addTag | public void addTag()(Code) | | Removes all values of property Tag *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addUserdefinedMetadata | public void addUserdefinedMetadata(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code) | | Adds a value to property UserdefinedMetadata as an RDF2Go node
Parameters: value - the value to be added throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add6dynamic] |
addUserdefinedMetadata | public void addUserdefinedMetadata(org.ontoware.rdf2go.model.node.URI value) throws CardinalityException(Code) | | Adds a value to property UserdefinedMetadata from an instance of org.ontoware.rdf2go.model.node.URI
throws: CardinalityException - if adding a value would bring the number of property values above the cardinality constraint.[Generated from RDFReactor template rule #add8dynamic] |
addUserdefinedMetadata | public void addUserdefinedMetadata()(Code) | | Removes all values of property UserdefinedMetadata *
[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#VersionedItem).
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] |
getAllInstance_as | public static ReactorResult<? extends VersionedItem> 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] |
getAllTag | public ClosableIterator<java.lang.String> getAllTag()(Code) | | Get all values of property Tag * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllTag_as | public static ReactorResult<java.lang.String> getAllTag_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property Tag as a ReactorResult of java.lang.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] |
getAllTag_as | public ReactorResult<java.lang.String> getAllTag_as()(Code) | | Get all values of property Tag as a ReactorResult of java.lang.String
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAuthor | public static User getAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property Author * @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] |
getAuthor | public User getAuthor()(Code) | | Get single value of property Author * @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] |
getAuthor_asNode | public static org.ontoware.rdf2go.model.node.Node getAuthor_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property Author 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] |
getAuthor_asNode | public org.ontoware.rdf2go.model.node.Node getAuthor_asNode()(Code) | | Get single value of property Author 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] |
getCreationTime | public static java.util.Calendar getCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property CreationTime * @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] |
getCreationTime | public java.util.Calendar getCreationTime()(Code) | | Get single value of property CreationTime * @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] |
getCreationTime_asNode | public static org.ontoware.rdf2go.model.node.Node getCreationTime_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property CreationTime 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] |
getCreationTime_asNode | public org.ontoware.rdf2go.model.node.Node getCreationTime_asNode()(Code) | | Get single value of property CreationTime 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] |
getProvenance | public static org.ontoware.rdf2go.model.node.URI getProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property Provenance * @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] |
getProvenance | public org.ontoware.rdf2go.model.node.URI getProvenance()(Code) | | Get single value of property Provenance * @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] |
getProvenance_asNode | public static org.ontoware.rdf2go.model.node.Node getProvenance_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property Provenance 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] |
getProvenance_asNode | public org.ontoware.rdf2go.model.node.Node getProvenance_asNode()(Code) | | Get single value of property Provenance 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] |
getUserdefinedMetadata | public static org.ontoware.rdf2go.model.node.URI getUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property UserdefinedMetadata * @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] |
getUserdefinedMetadata | public org.ontoware.rdf2go.model.node.URI getUserdefinedMetadata()(Code) | | Get single value of property UserdefinedMetadata * @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] |
getUserdefinedMetadata_asNode | public static org.ontoware.rdf2go.model.node.Node getUserdefinedMetadata_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get single value of property UserdefinedMetadata 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] |
getUserdefinedMetadata_asNode | public org.ontoware.rdf2go.model.node.Node getUserdefinedMetadata_asNode()(Code) | | Get single value of property UserdefinedMetadata 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] |
hasAuthor | public static boolean hasAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@7f8922 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] |
hasAuthor | public boolean hasAuthor()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@7f8922 has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
hasCreationTime | public static boolean hasCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@14323d5 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] |
hasCreationTime | public boolean hasCreationTime()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@14323d5 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] |
hasProvenance | public static boolean hasProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@14aa2db 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] |
hasProvenance | public boolean hasProvenance()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@14aa2db has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
hasTag | public static boolean hasTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@18e899c 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] |
hasTag | public boolean hasTag()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@18e899c has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
hasUserdefinedMetadata | public static boolean hasUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@6078e7 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] |
hasUserdefinedMetadata | public boolean hasUserdefinedMetadata()(Code) | | Check if org.ontoware.rdfreactor.generator.java.JProperty@6078e7 has at least one value set
true if this property has at least one value[Generated from RDFReactor template rule #get0has-dynamic] |
removeAllAuthor | public static void removeAllAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Author * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllProvenance | public static void removeAllProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Provenance * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllTag | public static void removeAllTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Tag * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllUserdefinedMetadata | public static void removeAllUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property UserdefinedMetadata * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAuthor | public void removeAuthor(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Author as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeAuthor | public static void removeAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, User value)(Code) | | Removes a value of property Author given as an instance of User
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeAuthor | public void removeAuthor(User value)(Code) | | Removes a value of property Author given as an instance of User
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeCreationTime | public void removeCreationTime(org.ontoware.rdf2go.model.node.Node value) throws CardinalityException(Code) | | Removes a value of property CreationTime 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] |
removeCreationTime | public static void removeCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.util.Calendar value) throws CardinalityException(Code) | | Removes a value of property CreationTime from an instance of java.util.Calendar
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] |
removeCreationTime | public void removeCreationTime(java.util.Calendar value) throws CardinalityException(Code) | | Removes a value of property CreationTime from an instance of java.util.Calendar
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] |
removeProvenance | public void removeProvenance(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Provenance as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeProvenance | public static void removeProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value)(Code) | | Removes a value of property Provenance given as an instance of org.ontoware.rdf2go.model.node.URI
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeProvenance | public void removeProvenance(org.ontoware.rdf2go.model.node.URI value)(Code) | | Removes a value of property Provenance given as an instance of org.ontoware.rdf2go.model.node.URI
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeTag | public void removeTag(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Tag as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeTag | public static void removeTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)(Code) | | Removes a value of property Tag 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] |
removeTag | public void removeTag(java.lang.String value)(Code) | | Removes a value of property Tag given as an instance of java.lang.String
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeUserdefinedMetadata | public static void removeUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property UserdefinedMetadata as an RDF2Go node
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1static] |
removeUserdefinedMetadata | public void removeUserdefinedMetadata(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property UserdefinedMetadata as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeUserdefinedMetadata | public static void removeUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value)(Code) | | Removes a value of property UserdefinedMetadata given as an instance of org.ontoware.rdf2go.model.node.URI
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeUserdefinedMetadata | public void removeUserdefinedMetadata(org.ontoware.rdf2go.model.node.URI value)(Code) | | Removes a value of property UserdefinedMetadata given as an instance of org.ontoware.rdf2go.model.node.URI
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
setAuthor | public static void setAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Author 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] |
setAuthor | public void setAuthor(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Author 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] |
setAuthor | public static void setAuthor(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, User value)(Code) | | Sets a value of property Author from an instance of User
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] |
setAuthor | public void setAuthor(User value)(Code) | | Sets a value of property Author from an instance of User
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] |
setCreationTime | public static void setCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property CreationTime 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] |
setCreationTime | public void setCreationTime(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property CreationTime 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] |
setCreationTime | public static void setCreationTime(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.util.Calendar value)(Code) | | Sets a value of property CreationTime from an instance of java.util.Calendar
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] |
setCreationTime | public void setCreationTime(java.util.Calendar value)(Code) | | Sets a value of property CreationTime from an instance of java.util.Calendar
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] |
setProvenance | public static void setProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Provenance 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] |
setProvenance | public void setProvenance(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Provenance 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] |
setProvenance | public static void setProvenance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value)(Code) | | Sets a value of property Provenance from an instance of org.ontoware.rdf2go.model.node.URI
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] |
setProvenance | public void setProvenance(org.ontoware.rdf2go.model.node.URI value)(Code) | | Sets a value of property Provenance from an instance of org.ontoware.rdf2go.model.node.URI
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] |
setTag | public static void setTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Tag 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] |
setTag | public void setTag(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Tag 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] |
setTag | public static void setTag(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, java.lang.String value)(Code) | | Sets a value of property Tag 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] |
setTag | public void setTag(java.lang.String value)(Code) | | Sets a value of property Tag 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] |
setUserdefinedMetadata | public static void setUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property UserdefinedMetadata 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] |
setUserdefinedMetadata | public void setUserdefinedMetadata(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property UserdefinedMetadata 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] |
setUserdefinedMetadata | public static void setUserdefinedMetadata(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.URI value)(Code) | | Sets a value of property UserdefinedMetadata from an instance of org.ontoware.rdf2go.model.node.URI
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] |
setUserdefinedMetadata | public void setUserdefinedMetadata(org.ontoware.rdf2go.model.node.URI value)(Code) | | Sets a value of property UserdefinedMetadata from an instance of org.ontoware.rdf2go.model.node.URI
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.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)
|
|
|