| org.ontoware.rdfreactor.schema.bootstrap.Resource org.ontoware.rdfreactor.schema.bootstrap.OwlClass org.ontoware.rdfreactor.schema.bootstrap.Restriction
Restriction | public class Restriction extends OwlClass (Code) | | This class manages access to these properties:
- AllValuesFrom
- Cardinality
- HasValue
- MaxCardinality
- MinCardinality
- OnProperty
- SomeValuesFrom
This class was generated by RDFReactor on 26.01.08 02:10
|
Constructor Summary | |
protected | Restriction(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 | Restriction(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | Restriction(Model model, String uriString, boolean write) Returns a Java wrapper over an RDF object, identified by a URI, given as a String. | public | Restriction(Model model, BlankNode bnode, boolean write) Returns a Java wrapper over an RDF object, identified by a blank node. | public | Restriction(Model model, boolean write) Returns a Java wrapper over an RDF object, identified by
a randomly generated URI. |
Method Summary | |
public static void | addAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addAllValuesFrom(org.ontoware.rdf2go.model.node.Node value) | public static void | addAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value) | public void | addAllValuesFrom(Class value) | public void | addAllValuesFrom() | public static void | addCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addCardinality(org.ontoware.rdf2go.model.node.Node value) | public static void | addCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value) | public void | addCardinality(Integer value) | public void | addCardinality() | public static void | addHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addHasValue(org.ontoware.rdf2go.model.node.Node value) | public static void | addHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) | public void | addHasValue(Resource value) | public void | addHasValue() | public static void | addMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addMaxCardinality(org.ontoware.rdf2go.model.node.Node value) | public static void | addMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value) | public void | addMaxCardinality(Integer value) | public void | addMaxCardinality() | public static void | addMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addMinCardinality(org.ontoware.rdf2go.model.node.Node value) | public static void | addMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value) | public void | addMinCardinality(Integer value) | public void | addMinCardinality() | public static void | addOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addOnProperty(org.ontoware.rdf2go.model.node.Node value) | public static void | addOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Property value) | public void | addOnProperty(Property value) | public void | addOnProperty() | public static void | addSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addSomeValuesFrom(org.ontoware.rdf2go.model.node.Node value) | public static void | addSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value) | public void | addSomeValuesFrom(Class value) | public void | addSomeValuesFrom() | public static void | createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) Create a new instance of this class in the model. | public static void | deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) Delete all rdf:type from this instance. | public static ClosableIterator<Class> | getAllAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Class> | getAllAllValuesFrom() | public static java.util.List<Class> | getAllAllValuesFrom_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<Class> | getAllAllValuesFrom_asList() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllAllValuesFrom_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllAllValuesFrom_asNode() | public static java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllAllValuesFrom_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllAllValuesFrom_asNodeList() | public static ClosableIterator<Integer> | getAllCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Integer> | getAllCardinality() | public static java.util.List<Integer> | getAllCardinality_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<Integer> | getAllCardinality_asList() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllCardinality_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllCardinality_asNode() | public static java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllCardinality_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllCardinality_asNodeList() | public static ClosableIterator<Resource> | getAllHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Resource> | getAllHasValue() | public static java.util.List<Resource> | getAllHasValue_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<Resource> | getAllHasValue_asList() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllHasValue_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllHasValue_asNode() | public static java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllHasValue_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllHasValue_asNodeList() | public static ReactorResult<? extends Restriction> | getAllInstance_as(Model model) | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllInstancesAsRdf2GoResources(Model model) | public static Restriction[] | getAllInstances_asArray(Model model) | public static java.util.List<? extends Restriction> | getAllInstances_asList(Model model) | public static ClosableIterator<Integer> | getAllMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Integer> | getAllMaxCardinality() | public static java.util.List<Integer> | getAllMaxCardinality_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<Integer> | getAllMaxCardinality_asList() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllMaxCardinality_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllMaxCardinality_asNode() | public static java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllMaxCardinality_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllMaxCardinality_asNodeList() | public static ClosableIterator<Integer> | getAllMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Integer> | getAllMinCardinality() | public static java.util.List<Integer> | getAllMinCardinality_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<Integer> | getAllMinCardinality_asList() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllMinCardinality_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllMinCardinality_asNode() | public static java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllMinCardinality_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllMinCardinality_asNodeList() | public static ClosableIterator<Property> | getAllOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Property> | getAllOnProperty() | public static java.util.List<Property> | getAllOnProperty_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<Property> | getAllOnProperty_asList() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllOnProperty_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllOnProperty_asNode() | public static java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllOnProperty_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllOnProperty_asNodeList() | public static ClosableIterator<Class> | getAllSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<Class> | getAllSomeValuesFrom() | public static java.util.List<Class> | getAllSomeValuesFrom_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<Class> | getAllSomeValuesFrom_asList() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllSomeValuesFrom_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllSomeValuesFrom_asNode() | public static java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllSomeValuesFrom_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public java.util.List<org.ontoware.rdf2go.model.node.Node> | getAllSomeValuesFrom_asNodeList() | public Integer | getCardinality() | public static Restriction | getInstance(Model model, Resource resource) | public Integer | getMaxCardinality() | public Integer | getMinCardinality() | public static boolean | hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeAllValuesFrom(org.ontoware.rdf2go.model.node.Node value) | public static void | removeAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value) | public void | removeAllValuesFrom(Class value) | public static void | removeCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeCardinality(org.ontoware.rdf2go.model.node.Node value) | public static void | removeCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value) | public void | removeCardinality(Integer value) | public static void | removeHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeHasValue(org.ontoware.rdf2go.model.node.Node value) | public static void | removeHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) | public void | removeHasValue(Resource value) | public static void | removeMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeMaxCardinality(org.ontoware.rdf2go.model.node.Node value) | public static void | removeMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value) | public void | removeMaxCardinality(Integer value) | public static void | removeMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeMinCardinality(org.ontoware.rdf2go.model.node.Node value) | public static void | removeMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value) | public void | removeMinCardinality(Integer value) | public static void | removeOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeOnProperty(org.ontoware.rdf2go.model.node.Node value) | public static void | removeOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Property value) | public void | removeOnProperty(Property value) | public static void | removeSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeSomeValuesFrom(org.ontoware.rdf2go.model.node.Node value) | public static void | removeSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value) | public void | removeSomeValuesFrom(Class value) | public static void | setAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property AllValuesFrom from an RDF2Go node. | public void | setAllValuesFrom(org.ontoware.rdf2go.model.node.Node value) Sets a value of property AllValuesFrom from an RDF2Go node. | public static void | setAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value) Sets a value of property AllValuesFrom from an instance of Class
First, all existing values are removed, then this value is added. | public void | setAllValuesFrom(Class value) Sets a value of property AllValuesFrom from an instance of Class
First, all existing values are removed, then this value is added. | public static void | setCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property Cardinality from an RDF2Go node. | public void | setCardinality(org.ontoware.rdf2go.model.node.Node value) Sets a value of property Cardinality from an RDF2Go node. | public static void | setCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value) Sets a value of property Cardinality from an instance of Integer
First, all existing values are removed, then this value is added. | public void | setCardinality(Integer value) Sets a value of property Cardinality from an instance of Integer
First, all existing values are removed, then this value is added. | public static void | setHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property HasValue from an RDF2Go node. | public void | setHasValue(org.ontoware.rdf2go.model.node.Node value) Sets a value of property HasValue from an RDF2Go node. | public static void | setHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value) Sets a value of property HasValue from an instance of Resource
First, all existing values are removed, then this value is added. | public void | setHasValue(Resource value) Sets a value of property HasValue from an instance of Resource
First, all existing values are removed, then this value is added. | public static void | setMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property MaxCardinality from an RDF2Go node. | public void | setMaxCardinality(org.ontoware.rdf2go.model.node.Node value) Sets a value of property MaxCardinality from an RDF2Go node. | public static void | setMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value) Sets a value of property MaxCardinality from an instance of Integer
First, all existing values are removed, then this value is added. | public void | setMaxCardinality(Integer value) Sets a value of property MaxCardinality from an instance of Integer
First, all existing values are removed, then this value is added. | public static void | setMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property MinCardinality from an RDF2Go node. | public void | setMinCardinality(org.ontoware.rdf2go.model.node.Node value) Sets a value of property MinCardinality from an RDF2Go node. | public static void | setMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value) Sets a value of property MinCardinality from an instance of Integer
First, all existing values are removed, then this value is added. | public void | setMinCardinality(Integer value) Sets a value of property MinCardinality from an instance of Integer
First, all existing values are removed, then this value is added. | public static void | setOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property OnProperty from an RDF2Go node. | public void | setOnProperty(org.ontoware.rdf2go.model.node.Node value) Sets a value of property OnProperty from an RDF2Go node. | public static void | setOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Property value) Sets a value of property OnProperty from an instance of Property
First, all existing values are removed, then this value is added. | public void | setOnProperty(Property value) Sets a value of property OnProperty from an instance of Property
First, all existing values are removed, then this value is added. | public static void | setSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property SomeValuesFrom from an RDF2Go node. | public void | setSomeValuesFrom(org.ontoware.rdf2go.model.node.Node value) Sets a value of property SomeValuesFrom from an RDF2Go node. | public static void | setSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value) Sets a value of property SomeValuesFrom from an instance of Class
First, all existing values are removed, then this value is added. | public void | setSomeValuesFrom(Class value) Sets a value of property SomeValuesFrom from an instance of Class
First, all existing values are removed, then this value is added. |
ALLVALUESFROM | final public static URI ALLVALUESFROM(Code) | | http://www.w3.org/2002/07/owl#allValuesFrom
|
CARDINALITY | final public static URI CARDINALITY(Code) | | http://www.w3.org/2002/07/owl#cardinality
|
HASVALUE | final public static URI HASVALUE(Code) | | http://www.w3.org/2002/07/owl#hasValue
|
MANAGED_URIS | final public static URI[] MANAGED_URIS(Code) | | all property-URIs with this class as domain
|
MAXCARDINALITY | final public static URI MAXCARDINALITY(Code) | | http://www.w3.org/2002/07/owl#maxCardinality
|
MINCARDINALITY | final public static URI MINCARDINALITY(Code) | | http://www.w3.org/2002/07/owl#minCardinality
|
ONPROPERTY | final public static URI ONPROPERTY(Code) | | http://www.w3.org/2002/07/owl#onProperty
|
RDFS_CLASS | final public static URI RDFS_CLASS(Code) | | http://www.w3.org/2002/07/owl#Restriction
|
SOMEVALUESFROM | final public static URI SOMEVALUESFROM(Code) | | http://www.w3.org/2002/07/owl#someValuesFrom
|
Restriction | protected Restriction(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] |
Restriction | public Restriction(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] |
Restriction | public Restriction(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] |
Restriction | public Restriction(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] |
Restriction | public Restriction(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] |
addAllValuesFrom | public void addAllValuesFrom(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property AllValuesFrom as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addAllValuesFrom | public static void addAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code) | | Adds a value to property AllValuesFrom from an instance of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addAllValuesFrom | public void addAllValuesFrom(Class value)(Code) | | Adds a value to property AllValuesFrom from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
addAllValuesFrom | public void addAllValuesFrom()(Code) | | Removes all values of property AllValuesFrom *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addCardinality | public void addCardinality(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property Cardinality as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addCardinality | public static void addCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value)(Code) | | Adds a value to property Cardinality from an instance of Integer
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addCardinality | public void addCardinality(Integer value)(Code) | | Adds a value to property Cardinality from an instance of Integer
[Generated from RDFReactor template rule #add4dynamic]
|
addCardinality | public void addCardinality()(Code) | | Removes all values of property Cardinality *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addHasValue | public void addHasValue(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property HasValue as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addHasValue | public static void addHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Adds a value to property HasValue from an instance of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addHasValue | public void addHasValue(Resource value)(Code) | | Adds a value to property HasValue from an instance of Resource
[Generated from RDFReactor template rule #add4dynamic]
|
addHasValue | public void addHasValue()(Code) | | Removes all values of property HasValue *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addMaxCardinality | public void addMaxCardinality(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property MaxCardinality as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addMaxCardinality | public static void addMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value)(Code) | | Adds a value to property MaxCardinality from an instance of Integer
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addMaxCardinality | public void addMaxCardinality(Integer value)(Code) | | Adds a value to property MaxCardinality from an instance of Integer
[Generated from RDFReactor template rule #add4dynamic]
|
addMaxCardinality | public void addMaxCardinality()(Code) | | Removes all values of property MaxCardinality *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addMinCardinality | public void addMinCardinality(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property MinCardinality as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addMinCardinality | public static void addMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value)(Code) | | Adds a value to property MinCardinality from an instance of Integer
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addMinCardinality | public void addMinCardinality(Integer value)(Code) | | Adds a value to property MinCardinality from an instance of Integer
[Generated from RDFReactor template rule #add4dynamic]
|
addMinCardinality | public void addMinCardinality()(Code) | | Removes all values of property MinCardinality *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addOnProperty | public void addOnProperty(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property OnProperty as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addOnProperty | public static void addOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Property value)(Code) | | Adds a value to property OnProperty from an instance of Property
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addOnProperty | public void addOnProperty(Property value)(Code) | | Adds a value to property OnProperty from an instance of Property
[Generated from RDFReactor template rule #add4dynamic]
|
addOnProperty | public void addOnProperty()(Code) | | Removes all values of property OnProperty *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addSomeValuesFrom | public void addSomeValuesFrom(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property SomeValuesFrom as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addSomeValuesFrom | public static void addSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code) | | Adds a value to property SomeValuesFrom from an instance of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addSomeValuesFrom | public void addSomeValuesFrom(Class value)(Code) | | Adds a value to property SomeValuesFrom from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
addSomeValuesFrom | public void addSomeValuesFrom()(Code) | | Removes all values of property SomeValuesFrom *
[Generated from RDFReactor template rule #removeall1dynamic]
|
createInstance | public static void createInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Create a new instance of this class in the model.
That is, create the statement (instanceResource, RDF.type, http://www.w3.org/2002/07/owl#Restriction).
Parameters: model - an RDF2Go model Parameters: instanceResource - an RDF2Go resource[Generated from RDFReactor template rule #1] |
deleteInstance | public static void deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Delete all rdf:type from this instance. Other triples are not affected.
Parameters: model - an RDF2Go model Parameters: instanceResource - an RDF2Go resource[Generated from RDFReactor template rule #4] |
getAllAllValuesFrom | public ClosableIterator<Class> getAllAllValuesFrom()(Code) | | Get all values of property AllValuesFrom * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllAllValuesFrom_asList | public static java.util.List<Class> getAllAllValuesFrom_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property AllValuesFrom as a List of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static-list] |
getAllAllValuesFrom_asList | public java.util.List<Class> getAllAllValuesFrom_asList()(Code) | | Get all values of property AllValuesFrom as a List of Class
a List of $type[Generated from RDFReactor template rule #get12dynamic-list] |
getAllAllValuesFrom_asNodeList | public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllAllValuesFrom_asNodeList()(Code) | | Get all values of property AllValuesFrom as a List of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-list] |
getAllCardinality | public ClosableIterator<Integer> getAllCardinality()(Code) | | Get all values of property Cardinality * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllCardinality_asList | public static java.util.List<Integer> getAllCardinality_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property Cardinality as a List of Integer
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static-list] |
getAllCardinality_asList | public java.util.List<Integer> getAllCardinality_asList()(Code) | | Get all values of property Cardinality as a List of Integer
a List of $type[Generated from RDFReactor template rule #get12dynamic-list] |
getAllHasValue | public ClosableIterator<Resource> getAllHasValue()(Code) | | Get all values of property HasValue * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllHasValue_asList | public static java.util.List<Resource> getAllHasValue_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property HasValue as a List of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static-list] |
getAllHasValue_asList | public java.util.List<Resource> getAllHasValue_asList()(Code) | | Get all values of property HasValue as a List of Resource
a List of $type[Generated from RDFReactor template rule #get12dynamic-list] |
getAllInstance_as | public static ReactorResult<? extends Restriction> getAllInstance_as(Model model)(Code) | | Parameters: model - an RDF2Go model all instances of this class in Model 'model' as a ReactorResult,which can convenicently be converted to iterator, list or array.[Generated from RDFReactor template rule #3-as] |
getAllInstances_asArray | public static Restriction[] getAllInstances_asArray(Model model)(Code) | | Parameters: model - an RDF2Go model all instances of this class in Model 'model' as RDF resources[Generated from RDFReactor template rule #3-array] |
getAllInstances_asList | public static java.util.List<? extends Restriction> getAllInstances_asList(Model model)(Code) | | Parameters: model - an RDF2Go model all instances of this class in Model 'model' as RDF resources[Generated from RDFReactor template rule #3-list] |
getAllMaxCardinality | public ClosableIterator<Integer> getAllMaxCardinality()(Code) | | Get all values of property MaxCardinality * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllMaxCardinality_asList | public static java.util.List<Integer> getAllMaxCardinality_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property MaxCardinality as a List of Integer
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static-list] |
getAllMaxCardinality_asList | public java.util.List<Integer> getAllMaxCardinality_asList()(Code) | | Get all values of property MaxCardinality as a List of Integer
a List of $type[Generated from RDFReactor template rule #get12dynamic-list] |
getAllMaxCardinality_asNode | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMaxCardinality_asNode()(Code) | | Get all values of property MaxCardinality as an Iterator over RDF2Go nodes
a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic] |
getAllMaxCardinality_asNodeList | public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllMaxCardinality_asNodeList()(Code) | | Get all values of property MaxCardinality as a List of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-list] |
getAllMinCardinality | public ClosableIterator<Integer> getAllMinCardinality()(Code) | | Get all values of property MinCardinality * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllMinCardinality_asList | public static java.util.List<Integer> getAllMinCardinality_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property MinCardinality as a List of Integer
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static-list] |
getAllMinCardinality_asList | public java.util.List<Integer> getAllMinCardinality_asList()(Code) | | Get all values of property MinCardinality as a List of Integer
a List of $type[Generated from RDFReactor template rule #get12dynamic-list] |
getAllMinCardinality_asNode | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMinCardinality_asNode()(Code) | | Get all values of property MinCardinality as an Iterator over RDF2Go nodes
a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic] |
getAllMinCardinality_asNodeList | public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllMinCardinality_asNodeList()(Code) | | Get all values of property MinCardinality as a List of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-list] |
getAllOnProperty | public ClosableIterator<Property> getAllOnProperty()(Code) | | Get all values of property OnProperty * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllOnProperty_asList | public static java.util.List<Property> getAllOnProperty_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property OnProperty as a List of Property
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static-list] |
getAllOnProperty_asList | public java.util.List<Property> getAllOnProperty_asList()(Code) | | Get all values of property OnProperty as a List of Property
a List of $type[Generated from RDFReactor template rule #get12dynamic-list] |
getAllSomeValuesFrom | public ClosableIterator<Class> getAllSomeValuesFrom()(Code) | | Get all values of property SomeValuesFrom * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllSomeValuesFrom_asList | public static java.util.List<Class> getAllSomeValuesFrom_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property SomeValuesFrom as a List of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static-list] |
getAllSomeValuesFrom_asList | public java.util.List<Class> getAllSomeValuesFrom_asList()(Code) | | Get all values of property SomeValuesFrom as a List of Class
a List of $type[Generated from RDFReactor template rule #get12dynamic-list] |
getAllSomeValuesFrom_asNode | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSomeValuesFrom_asNode()(Code) | | Get all values of property SomeValuesFrom as an Iterator over RDF2Go nodes
a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic] |
getAllSomeValuesFrom_asNodeList | public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllSomeValuesFrom_asNodeList()(Code) | | Get all values of property SomeValuesFrom as a List of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-list] |
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 #2] |
removeAllAllValuesFrom | public static void removeAllAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property AllValuesFrom * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllCardinality | public static void removeAllCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property Cardinality * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllHasValue | public static void removeAllHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property HasValue * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllMaxCardinality | public static void removeAllMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property MaxCardinality * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllMinCardinality | public static void removeAllMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property MinCardinality * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllOnProperty | public static void removeAllOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property OnProperty * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllSomeValuesFrom | public static void removeAllSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property SomeValuesFrom * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllValuesFrom | public void removeAllValuesFrom(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property AllValuesFrom as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeAllValuesFrom | public static void removeAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code) | | Removes a value of property AllValuesFrom given as an instance of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeAllValuesFrom | public void removeAllValuesFrom(Class value)(Code) | | Removes a value of property AllValuesFrom given as an instance of Class
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeCardinality | public void removeCardinality(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property Cardinality as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeCardinality | public static void removeCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value)(Code) | | Removes a value of property Cardinality given as an instance of Integer
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeCardinality | public void removeCardinality(Integer value)(Code) | | Removes a value of property Cardinality given as an instance of Integer
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeHasValue | public void removeHasValue(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property HasValue as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeHasValue | public static void removeHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Removes a value of property HasValue given as an instance of Resource
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeHasValue | public void removeHasValue(Resource value)(Code) | | Removes a value of property HasValue given as an instance of Resource
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeMaxCardinality | public void removeMaxCardinality(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property MaxCardinality as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeMaxCardinality | public static void removeMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value)(Code) | | Removes a value of property MaxCardinality given as an instance of Integer
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeMaxCardinality | public void removeMaxCardinality(Integer value)(Code) | | Removes a value of property MaxCardinality given as an instance of Integer
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeMinCardinality | public void removeMinCardinality(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property MinCardinality as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeMinCardinality | public static void removeMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value)(Code) | | Removes a value of property MinCardinality given as an instance of Integer
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeMinCardinality | public void removeMinCardinality(Integer value)(Code) | | Removes a value of property MinCardinality given as an instance of Integer
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeOnProperty | public void removeOnProperty(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property OnProperty as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeOnProperty | public static void removeOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Property value)(Code) | | Removes a value of property OnProperty given as an instance of Property
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeOnProperty | public void removeOnProperty(Property value)(Code) | | Removes a value of property OnProperty given as an instance of Property
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeSomeValuesFrom | public void removeSomeValuesFrom(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property SomeValuesFrom as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeSomeValuesFrom | public static void removeSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code) | | Removes a value of property SomeValuesFrom given as an instance of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeSomeValuesFrom | public void removeSomeValuesFrom(Class value)(Code) | | Removes a value of property SomeValuesFrom given as an instance of Class
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
setAllValuesFrom | public static void setAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property AllValuesFrom 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] |
setAllValuesFrom | public void setAllValuesFrom(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property AllValuesFrom 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] |
setAllValuesFrom | public static void setAllValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code) | | Sets a value of property AllValuesFrom from an instance of Class
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be added[Generated from RDFReactor template rule #set3static] |
setAllValuesFrom | public void setAllValuesFrom(Class value)(Code) | | Sets a value of property AllValuesFrom from an instance of Class
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set4dynamic] |
setCardinality | public static void setCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Cardinality 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] |
setCardinality | public void setCardinality(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property Cardinality 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] |
setCardinality | public static void setCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value)(Code) | | Sets a value of property Cardinality from an instance of Integer
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] |
setCardinality | public void setCardinality(Integer value)(Code) | | Sets a value of property Cardinality from an instance of Integer
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] |
setHasValue | public static void setHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property HasValue 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] |
setHasValue | public void setHasValue(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property HasValue 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] |
setHasValue | public static void setHasValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code) | | Sets a value of property HasValue from an instance of Resource
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be added[Generated from RDFReactor template rule #set3static] |
setHasValue | public void setHasValue(Resource value)(Code) | | Sets a value of property HasValue from an instance of Resource
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set4dynamic] |
setMaxCardinality | public static void setMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property MaxCardinality 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] |
setMaxCardinality | public void setMaxCardinality(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property MaxCardinality 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] |
setMaxCardinality | public static void setMaxCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value)(Code) | | Sets a value of property MaxCardinality from an instance of Integer
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] |
setMaxCardinality | public void setMaxCardinality(Integer value)(Code) | | Sets a value of property MaxCardinality from an instance of Integer
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] |
setMinCardinality | public static void setMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property MinCardinality 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] |
setMinCardinality | public void setMinCardinality(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property MinCardinality 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] |
setMinCardinality | public static void setMinCardinality(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Integer value)(Code) | | Sets a value of property MinCardinality from an instance of Integer
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] |
setMinCardinality | public void setMinCardinality(Integer value)(Code) | | Sets a value of property MinCardinality from an instance of Integer
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] |
setOnProperty | public static void setOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property OnProperty 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] |
setOnProperty | public void setOnProperty(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property OnProperty 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] |
setOnProperty | public static void setOnProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Property value)(Code) | | Sets a value of property OnProperty from an instance of Property
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] |
setOnProperty | public void setOnProperty(Property value)(Code) | | Sets a value of property OnProperty from an instance of Property
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] |
setSomeValuesFrom | public static void setSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property SomeValuesFrom 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] |
setSomeValuesFrom | public void setSomeValuesFrom(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property SomeValuesFrom 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] |
setSomeValuesFrom | public static void setSomeValuesFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code) | | Sets a value of property SomeValuesFrom from an instance of Class
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be added[Generated from RDFReactor template rule #set3static] |
setSomeValuesFrom | public void setSomeValuesFrom(Class value)(Code) | | Sets a value of property SomeValuesFrom from an instance of Class
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Parameters: value - the value to be added[Generated from RDFReactor template rule #set4dynamic] |
Methods inherited from org.ontoware.rdfreactor.schema.bootstrap.OwlClass | public static void addOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addOneOf(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addOneOf()(Code)(Java Doc) 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, OwlClass value)(Code)(Java Doc) public void addSubClassOf(OwlClass 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> getAllAllValuesFrom_Inverse(Model model, Object objectValue)(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 OwlClass> getAllInstance_as(Model model)(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstancesAsRdf2GoResources(Model model)(Code)(Java Doc) public static OwlClass[] getAllInstances_asArray(Model model)(Code)(Java Doc) public static java.util.List<? extends OwlClass> getAllInstances_asList(Model model)(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNode()(Code)(Java Doc) public static java.util.List<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNodeList()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllRange_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSomeValuesFrom_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ClosableIterator<OwlClass> getAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<OwlClass> getAllSubClassOf()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSubClassOf_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static java.util.List<OwlClass> getAllSubClassOf_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<OwlClass> getAllSubClassOf_asList()(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 java.util.List<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNodeList()(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 removeAllOneOf(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 removeOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeOneOf(org.ontoware.rdf2go.model.node.Node value)(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, OwlClass value)(Code)(Java Doc) public void removeSubClassOf(OwlClass value)(Code)(Java Doc) public static void setOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setOneOf(org.ontoware.rdf2go.model.node.Node 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, OwlClass value)(Code)(Java Doc) public void setSubClassOf(OwlClass value)(Code)(Java Doc)
|
Methods inherited from org.ontoware.rdfreactor.schema.bootstrap.Resource | public static void addComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addComment(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc) public void addComment(String value)(Code)(Java Doc) public void addComment()(Code)(Java Doc) public static void addIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void addIsDefinedBy(Resource value)(Code)(Java Doc) public void addIsDefinedBy()(Code)(Java Doc) public static void addLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addLabel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc) public void addLabel(String value)(Code)(Java Doc) public void addLabel()(Code)(Java Doc) public static void addMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addMember(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void addMember(Resource value)(Code)(Java Doc) public void addMember()(Code)(Java Doc) public static void addSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addSeeAlso(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void addSeeAlso(Resource value)(Code)(Java Doc) public void addSeeAlso()(Code)(Java Doc) public static void addType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addType(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc) public void addType(Class value)(Code)(Java Doc) public void addType()(Code)(Java Doc) public static void addValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addValue(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void addValue(Resource value)(Code)(Java Doc) public void addValue()(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<String> getAllComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<String> getAllComment()(Code)(Java Doc) public String[] getAllComment_asArray()(Code)(Java Doc) public static java.util.List<String> getAllComment_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<String> getAllComment_asList()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode()(Code)(Java Doc) public static java.util.List<org.ontoware.rdf2go.model.node.Node> getAllComment_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllComment_asNodeList()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstancesAsRdf2GoResources(Model model)(Code)(Java Doc) public static ClosableIterator<Resource> getAllIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<Resource> getAllIsDefinedBy()(Code)(Java Doc) public static java.util.List<Resource> getAllIsDefinedBy_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<Resource> getAllIsDefinedBy_asList()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode()(Code)(Java Doc) public static java.util.List<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNodeList()(Code)(Java Doc) public static ClosableIterator<String> getAllLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<String> getAllLabel()(Code)(Java Doc) public static java.util.List<String> getAllLabel_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<String> getAllLabel_asList()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNode()(Code)(Java Doc) public static java.util.List<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNodeList()(Code)(Java Doc) public static ClosableIterator<Resource> getAllMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<Resource> getAllMember()(Code)(Java Doc) public static java.util.List<Resource> getAllMember_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<Resource> getAllMember_asList()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMember_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMember_asNode()(Code)(Java Doc) public static java.util.List<org.ontoware.rdf2go.model.node.Node> getAllMember_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllMember_asNodeList()(Code)(Java Doc) public static ClosableIterator<Resource> getAllSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<Resource> getAllSeeAlso()(Code)(Java Doc) public static java.util.List<Resource> getAllSeeAlso_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<Resource> getAllSeeAlso_asList()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode()(Code)(Java Doc) public static java.util.List<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNodeList()(Code)(Java Doc) public static ClosableIterator<Class> getAllType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<Class> getAllType()(Code)(Java Doc) public static java.util.List<Class> getAllType_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<Class> getAllType_asList()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllType_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllType_asNode()(Code)(Java Doc) public static java.util.List<org.ontoware.rdf2go.model.node.Node> getAllType_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllType_asNodeList()(Code)(Java Doc) public static ClosableIterator<Resource> getAllValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<Resource> getAllValue()(Code)(Java Doc) public static java.util.List<Resource> getAllValue_asList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<Resource> getAllValue_asList()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode()(Code)(Java Doc) public static java.util.List<org.ontoware.rdf2go.model.node.Node> getAllValue_asNodeList(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public java.util.List<org.ontoware.rdf2go.model.node.Node> getAllValue_asNodeList()(Code)(Java Doc) public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeComment(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc) public void removeComment(String value)(Code)(Java Doc) public static void removeIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void removeIsDefinedBy(Resource value)(Code)(Java Doc) public static void removeLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeLabel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc) public void removeLabel(String value)(Code)(Java Doc) public static void removeMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeMember(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void removeMember(Resource value)(Code)(Java Doc) public static void removeSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeSeeAlso(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void removeSeeAlso(Resource value)(Code)(Java Doc) public static void removeType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeType(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc) public void removeType(Class value)(Code)(Java Doc) public static void removeValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeValue(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void removeValue(Resource value)(Code)(Java Doc) public static void setComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setComment(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setComment(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc) public void setComment(String value)(Code)(Java Doc) public static void setIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setIsDefinedBy(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void setIsDefinedBy(Resource value)(Code)(Java Doc) public static void setLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setLabel(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setLabel(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, String value)(Code)(Java Doc) public void setLabel(String value)(Code)(Java Doc) public static void setMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setMember(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setMember(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void setMember(Resource value)(Code)(Java Doc) public static void setSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setSeeAlso(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setSeeAlso(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void setSeeAlso(Resource value)(Code)(Java Doc) public static void setType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setType(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setType(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Class value)(Code)(Java Doc) public void setType(Class value)(Code)(Java Doc) public static void setValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setValue(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setValue(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, Resource value)(Code)(Java Doc) public void setValue(Resource value)(Code)(Java Doc)
|
|
|