| org.ontoware.rdfreactor.schema.rdfs.Resource org.ontoware.rdfreactor.schema.owl.OwlThing org.ontoware.rdfreactor.schema.owl.OwlClass
All known Subclasses: org.ontoware.rdfreactor.schema.owl.DeprecatedClass, org.ontoware.rdfreactor.schema.owl.Restriction,
OwlClass | public class OwlClass extends OwlThing (Code) | | This class manages access to these properties:
- ComplementOf
- DisjointWith
- EquivalentClass
- IntersectionOf
- UnionOf
- OneOf
- SubClassOf
This class was generated by RDFReactor on 26.01.08 12:47
|
Constructor Summary | |
protected | OwlClass(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 | OwlClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | OwlClass(Model model, String uriString, boolean write) Returns a Java wrapper over an RDF object, identified by a URI, given as a String. | public | OwlClass(Model model, BlankNode bnode, boolean write) Returns a Java wrapper over an RDF object, identified by a blank node. | public | OwlClass(Model model, boolean write) Returns a Java wrapper over an RDF object, identified by
a randomly generated URI. |
Method Summary | |
public static void | addComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addComplementOf(org.ontoware.rdf2go.model.node.Node value) | public static void | addComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) | public void | addComplementOf(OwlClass value) | public void | addComplementOf() | public static void | addDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addDisjointWith(org.ontoware.rdf2go.model.node.Node value) | public static void | addDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) | public void | addDisjointWith(OwlClass value) | public void | addDisjointWith() | public static void | addEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addEquivalentClass(org.ontoware.rdf2go.model.node.Node value) | public static void | addEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) | public void | addEquivalentClass(OwlClass value) | public void | addEquivalentClass() | public static void | addIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addIntersectionOf(org.ontoware.rdf2go.model.node.Node value) | public static void | addIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value) | public void | addIntersectionOf(List value) | public void | addIntersectionOf() | public static void | addOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addOneOf(org.ontoware.rdf2go.model.node.Node value) | public static void | addOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value) | public void | addOneOf(List value) | public void | addOneOf() | public static void | addSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addSubClassOf(org.ontoware.rdf2go.model.node.Node value) | public static void | addSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) | public void | addSubClassOf(OwlClass value) | public void | addSubClassOf() | public static void | addUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | addUnionOf(org.ontoware.rdf2go.model.node.Node value) | public static void | addUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value) | public void | addUnionOf(List value) | public void | addUnionOf() | 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<org.ontoware.rdf2go.model.node.Resource> | getAllAllValuesFrom_Inverse(Model model, Object objectValue) | public static ClosableIterator<OwlClass> | getAllComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<OwlClass> | getAllComplementOf() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllComplementOf_Inverse(Model model, Object objectValue) | public static ReactorResult<OwlClass> | getAllComplementOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<OwlClass> | getAllComplementOf_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllComplementOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllComplementOf_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllComplementOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllComplementOf_asNode_() | public static ClosableIterator<OwlClass> | getAllDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<OwlClass> | getAllDisjointWith() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllDisjointWith_Inverse(Model model, Object objectValue) | public static ReactorResult<OwlClass> | getAllDisjointWith_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<OwlClass> | getAllDisjointWith_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllDisjointWith_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllDisjointWith_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllDisjointWith_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllDisjointWith_asNode_() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllDomain_Inverse(Model model, Object objectValue) | public static ClosableIterator<OwlClass> | getAllEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<OwlClass> | getAllEquivalentClass() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllEquivalentClass_Inverse(Model model, Object objectValue) | public static ReactorResult<OwlClass> | getAllEquivalentClass_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<OwlClass> | getAllEquivalentClass_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllEquivalentClass_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllEquivalentClass_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllEquivalentClass_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllEquivalentClass_asNode_() | public static ReactorResult<? extends OwlClass> | getAllInstance_as(Model model) | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllInstances(Model model) | public static ClosableIterator<List> | getAllIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<List> | getAllIntersectionOf() | public static ReactorResult<List> | getAllIntersectionOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<List> | getAllIntersectionOf_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllIntersectionOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllIntersectionOf_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllIntersectionOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllIntersectionOf_asNode_() | public static ClosableIterator<List> | getAllOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<List> | getAllOneOf() | public static ReactorResult<List> | getAllOneOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<List> | getAllOneOf_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllOneOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllOneOf_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllOneOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllOneOf_asNode_() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllRange_Inverse(Model model, Object objectValue) | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllSomeValuesFrom_Inverse(Model model, Object objectValue) | public static ClosableIterator<OwlClass> | getAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<OwlClass> | getAllSubClassOf() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllSubClassOf_Inverse(Model model, Object objectValue) | public static ReactorResult<OwlClass> | getAllSubClassOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<OwlClass> | getAllSubClassOf_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllSubClassOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllSubClassOf_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllSubClassOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllSubClassOf_asNode_() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> | getAllType_Inverse(Model model, Object objectValue) | public static ClosableIterator<List> | getAllUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<List> | getAllUnionOf() | public static ReactorResult<List> | getAllUnionOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<List> | getAllUnionOf_as() | public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllUnionOf_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> | getAllUnionOf_asNode() | public static ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllUnionOf_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public ReactorResult<org.ontoware.rdf2go.model.node.Node> | getAllUnionOf_asNode_() | public static boolean | hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeAllUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) | public static void | removeComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeComplementOf(org.ontoware.rdf2go.model.node.Node value) | public static void | removeComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) | public void | removeComplementOf(OwlClass value) | public static void | removeDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeDisjointWith(org.ontoware.rdf2go.model.node.Node value) | public static void | removeDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) | public void | removeDisjointWith(OwlClass value) | public static void | removeEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeEquivalentClass(org.ontoware.rdf2go.model.node.Node value) | public static void | removeEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) | public void | removeEquivalentClass(OwlClass value) | public static void | removeIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeIntersectionOf(org.ontoware.rdf2go.model.node.Node value) | public static void | removeIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value) | public void | removeIntersectionOf(List value) | public static void | removeOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeOneOf(org.ontoware.rdf2go.model.node.Node value) | public static void | removeOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value) | public void | removeOneOf(List value) | public static void | removeSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeSubClassOf(org.ontoware.rdf2go.model.node.Node value) | public static void | removeSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) | public void | removeSubClassOf(OwlClass value) | public static void | removeUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) | public void | removeUnionOf(org.ontoware.rdf2go.model.node.Node value) | public static void | removeUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value) | public void | removeUnionOf(List value) | public static void | setComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property ComplementOf from an RDF2Go node. | public void | setComplementOf(org.ontoware.rdf2go.model.node.Node value) Sets a value of property ComplementOf from an RDF2Go node. | public static void | setComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) Sets a value of property ComplementOf from an instance of OwlClass
First, all existing values are removed, then this value is added. | public void | setComplementOf(OwlClass value) Sets a value of property ComplementOf from an instance of OwlClass
First, all existing values are removed, then this value is added. | public static void | setDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property DisjointWith from an RDF2Go node. | public void | setDisjointWith(org.ontoware.rdf2go.model.node.Node value) Sets a value of property DisjointWith from an RDF2Go node. | public static void | setDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) Sets a value of property DisjointWith from an instance of OwlClass
First, all existing values are removed, then this value is added. | public void | setDisjointWith(OwlClass value) Sets a value of property DisjointWith from an instance of OwlClass
First, all existing values are removed, then this value is added. | public static void | setEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property EquivalentClass from an RDF2Go node. | public void | setEquivalentClass(org.ontoware.rdf2go.model.node.Node value) Sets a value of property EquivalentClass from an RDF2Go node. | public static void | setEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) Sets a value of property EquivalentClass from an instance of OwlClass
First, all existing values are removed, then this value is added. | public void | setEquivalentClass(OwlClass value) Sets a value of property EquivalentClass from an instance of OwlClass
First, all existing values are removed, then this value is added. | public static void | setIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property IntersectionOf from an RDF2Go node. | public void | setIntersectionOf(org.ontoware.rdf2go.model.node.Node value) Sets a value of property IntersectionOf from an RDF2Go node. | public static void | setIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value) Sets a value of property IntersectionOf from an instance of List
First, all existing values are removed, then this value is added. | public void | setIntersectionOf(List value) Sets a value of property IntersectionOf from an instance of List
First, all existing values are removed, then this value is added. | public static void | setOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property OneOf from an RDF2Go node. | public void | setOneOf(org.ontoware.rdf2go.model.node.Node value) Sets a value of property OneOf from an RDF2Go node. | public static void | setOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value) Sets a value of property OneOf from an instance of List
First, all existing values are removed, then this value is added. | public void | setOneOf(List value) Sets a value of property OneOf from an instance of List
First, all existing values are removed, then this value is added. | public static void | setSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property SubClassOf from an RDF2Go node. | public void | setSubClassOf(org.ontoware.rdf2go.model.node.Node value) Sets a value of property SubClassOf from an RDF2Go node. | public static void | setSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value) Sets a value of property SubClassOf from an instance of Class
First, all existing values are removed, then this value is added. | public void | setSubClassOf(OwlClass value) Sets a value of property SubClassOf from an instance of Class
First, all existing values are removed, then this value is added. | public static void | setUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value) Sets a value of property UnionOf from an RDF2Go node. | public void | setUnionOf(org.ontoware.rdf2go.model.node.Node value) Sets a value of property UnionOf from an RDF2Go node. | public static void | setUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value) Sets a value of property UnionOf from an instance of List
First, all existing values are removed, then this value is added. | public void | setUnionOf(List value) Sets a value of property UnionOf from an instance of List
First, all existing values are removed, then this value is added. |
COMPLEMENTOF | final public static URI COMPLEMENTOF(Code) | | http://www.w3.org/2002/07/owl#complementOf
|
DISJOINTWITH | final public static URI DISJOINTWITH(Code) | | http://www.w3.org/2002/07/owl#disjointWith
|
EQUIVALENTCLASS | final public static URI EQUIVALENTCLASS(Code) | | http://www.w3.org/2002/07/owl#equivalentClass
|
INTERSECTIONOF | final public static URI INTERSECTIONOF(Code) | | http://www.w3.org/2002/07/owl#intersectionOf
|
MANAGED_URIS | final public static URI[] MANAGED_URIS(Code) | | all property-URIs with this class as domain
|
ONEOF | final public static URI ONEOF(Code) | | http://www.w3.org/2002/07/owl#oneOf
|
RDFS_CLASS | final public static URI RDFS_CLASS(Code) | | http://www.w3.org/2002/07/owl#Class
|
SUBCLASSOF | final public static URI SUBCLASSOF(Code) | | http://www.w3.org/2000/01/rdf-schema#subClassOf
|
UNIONOF | final public static URI UNIONOF(Code) | | http://www.w3.org/2002/07/owl#unionOf
|
OwlClass | protected OwlClass(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] |
OwlClass | public OwlClass(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] |
OwlClass | public OwlClass(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] |
OwlClass | public OwlClass(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] |
OwlClass | public OwlClass(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] |
addComplementOf | public void addComplementOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property ComplementOf as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addComplementOf | public static void addComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Adds a value to property ComplementOf from an instance of OwlClass
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addComplementOf | public void addComplementOf(OwlClass value)(Code) | | Adds a value to property ComplementOf from an instance of OwlClass
[Generated from RDFReactor template rule #add4dynamic]
|
addComplementOf | public void addComplementOf()(Code) | | Removes all values of property ComplementOf *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addDisjointWith | public void addDisjointWith(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property DisjointWith as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addDisjointWith | public static void addDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Adds a value to property DisjointWith from an instance of OwlClass
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addDisjointWith | public void addDisjointWith(OwlClass value)(Code) | | Adds a value to property DisjointWith from an instance of OwlClass
[Generated from RDFReactor template rule #add4dynamic]
|
addDisjointWith | public void addDisjointWith()(Code) | | Removes all values of property DisjointWith *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addEquivalentClass | public void addEquivalentClass(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property EquivalentClass as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addEquivalentClass | public static void addEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Adds a value to property EquivalentClass from an instance of OwlClass
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addEquivalentClass | public void addEquivalentClass(OwlClass value)(Code) | | Adds a value to property EquivalentClass from an instance of OwlClass
[Generated from RDFReactor template rule #add4dynamic]
|
addEquivalentClass | public void addEquivalentClass()(Code) | | Removes all values of property EquivalentClass *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addIntersectionOf | public void addIntersectionOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property IntersectionOf as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addIntersectionOf | public static void addIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code) | | Adds a value to property IntersectionOf from an instance of List
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addIntersectionOf | public void addIntersectionOf(List value)(Code) | | Adds a value to property IntersectionOf from an instance of List
[Generated from RDFReactor template rule #add4dynamic]
|
addIntersectionOf | public void addIntersectionOf()(Code) | | Removes all values of property IntersectionOf *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addOneOf | public void addOneOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property OneOf as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addOneOf | public static void addOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code) | | Adds a value to property OneOf from an instance of List
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addOneOf | public void addOneOf(List value)(Code) | | Adds a value to property OneOf from an instance of List
[Generated from RDFReactor template rule #add4dynamic]
|
addOneOf | public void addOneOf()(Code) | | Removes all values of property OneOf *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addSubClassOf | public void addSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property SubClassOf as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addSubClassOf | public static void addSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Adds a value to property SubClassOf from an instance of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addSubClassOf | public void addSubClassOf(OwlClass value)(Code) | | Adds a value to property SubClassOf from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
addSubClassOf | public void addSubClassOf()(Code) | | Removes all values of property SubClassOf *
[Generated from RDFReactor template rule #removeall1dynamic]
|
addUnionOf | public void addUnionOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Adds a value to property UnionOf as an RDF2Go node
Parameters: value - the value to be added[Generated from RDFReactor template rule #add1dynamic] |
addUnionOf | public static void addUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code) | | Adds a value to property UnionOf from an instance of List
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #add3static] |
addUnionOf | public void addUnionOf(List value)(Code) | | Adds a value to property UnionOf from an instance of List
[Generated from RDFReactor template rule #add4dynamic]
|
addUnionOf | public void addUnionOf()(Code) | | Removes all values of property UnionOf *
[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#Class).
Parameters: model - an RDF2Go model Parameters: instanceResource - an RDF2Go resource[Generated from RDFReactor template rule #class1] |
deleteInstance | public static void deleteInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Delete all rdf:type from this instance. Other triples are not affected.
Parameters: model - an RDF2Go model Parameters: instanceResource - an RDF2Go resource[Generated from RDFReactor template rule #class4] |
getAllAllValuesFrom_Inverse | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllAllValuesFrom_Inverse(Model model, Object objectValue)(Code) | | Parameters: model - an RDF2Go model Parameters: objectValue - all A's as RDF resources, that have a relation 'AllValuesFrom' to this Class instance[Generated from RDFReactor template rule #getallinverse1static] |
getAllComplementOf | public ClosableIterator<OwlClass> getAllComplementOf()(Code) | | Get all values of property ComplementOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllComplementOf_Inverse | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllComplementOf_Inverse(Model model, Object objectValue)(Code) | | Parameters: model - an RDF2Go model Parameters: objectValue - all A's as RDF resources, that have a relation 'ComplementOf' to this OwlClass instance[Generated from RDFReactor template rule #getallinverse1static] |
getAllComplementOf_as | public static ReactorResult<OwlClass> getAllComplementOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property ComplementOf as a ReactorResult of OwlClass
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] |
getAllComplementOf_as | public ReactorResult<OwlClass> getAllComplementOf_as()(Code) | | Get all values of property ComplementOf as a ReactorResult of OwlClass
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllComplementOf_asNode_ | public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllComplementOf_asNode_()(Code) | | Get all values of property ComplementOf as a ReactorResult of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result] |
getAllDisjointWith | public ClosableIterator<OwlClass> getAllDisjointWith()(Code) | | Get all values of property DisjointWith * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllDisjointWith_Inverse | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllDisjointWith_Inverse(Model model, Object objectValue)(Code) | | Parameters: model - an RDF2Go model Parameters: objectValue - all A's as RDF resources, that have a relation 'DisjointWith' to this OwlClass instance[Generated from RDFReactor template rule #getallinverse1static] |
getAllDisjointWith_as | public static ReactorResult<OwlClass> getAllDisjointWith_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property DisjointWith as a ReactorResult of OwlClass
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] |
getAllDisjointWith_as | public ReactorResult<OwlClass> getAllDisjointWith_as()(Code) | | Get all values of property DisjointWith as a ReactorResult of OwlClass
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllDisjointWith_asNode_ | public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllDisjointWith_asNode_()(Code) | | Get all values of property DisjointWith as a ReactorResult of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result] |
getAllEquivalentClass | public ClosableIterator<OwlClass> getAllEquivalentClass()(Code) | | Get all values of property EquivalentClass * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllEquivalentClass_Inverse | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllEquivalentClass_Inverse(Model model, Object objectValue)(Code) | | Parameters: model - an RDF2Go model Parameters: objectValue - all A's as RDF resources, that have a relation 'EquivalentClass' to this OwlClass instance[Generated from RDFReactor template rule #getallinverse1static] |
getAllEquivalentClass_as | public static ReactorResult<OwlClass> getAllEquivalentClass_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property EquivalentClass as a ReactorResult of OwlClass
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] |
getAllEquivalentClass_as | public ReactorResult<OwlClass> getAllEquivalentClass_as()(Code) | | Get all values of property EquivalentClass as a ReactorResult of OwlClass
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllEquivalentClass_asNode | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllEquivalentClass_asNode()(Code) | | Get all values of property EquivalentClass as an Iterator over RDF2Go nodes
a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic] |
getAllEquivalentClass_asNode_ | public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllEquivalentClass_asNode_()(Code) | | Get all values of property EquivalentClass as a ReactorResult of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result] |
getAllInstance_as | public static ReactorResult<? extends OwlClass> 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] |
getAllIntersectionOf | public static ClosableIterator<List> getAllIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property IntersectionOf * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource a ClosableIterator of $type[Generated from RDFReactor template rule #get11static] |
getAllIntersectionOf | public ClosableIterator<List> getAllIntersectionOf()(Code) | | Get all values of property IntersectionOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllIntersectionOf_as | public static ReactorResult<List> getAllIntersectionOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property IntersectionOf as a ReactorResult of List
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] |
getAllIntersectionOf_as | public ReactorResult<List> getAllIntersectionOf_as()(Code) | | Get all values of property IntersectionOf as a ReactorResult of List
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllIntersectionOf_asNode | public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllIntersectionOf_asNode()(Code) | | Get all values of property IntersectionOf as an Iterator over RDF2Go nodes
a ClosableIterator of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic] |
getAllIntersectionOf_asNode_ | public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllIntersectionOf_asNode_()(Code) | | Get all values of property IntersectionOf as a ReactorResult of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result] |
getAllOneOf | public ClosableIterator<List> getAllOneOf()(Code) | | Get all values of property OneOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllOneOf_as | public static ReactorResult<List> getAllOneOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property OneOf as a ReactorResult of List
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] |
getAllOneOf_as | public ReactorResult<List> getAllOneOf_as()(Code) | | Get all values of property OneOf as a ReactorResult of List
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllSomeValuesFrom_Inverse | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSomeValuesFrom_Inverse(Model model, Object objectValue)(Code) | | Parameters: model - an RDF2Go model Parameters: objectValue - all A's as RDF resources, that have a relation 'SomeValuesFrom' to this Class instance[Generated from RDFReactor template rule #getallinverse1static] |
getAllSubClassOf | public ClosableIterator<OwlClass> getAllSubClassOf()(Code) | | Get all values of property SubClassOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllSubClassOf_Inverse | public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSubClassOf_Inverse(Model model, Object objectValue)(Code) | | Parameters: model - an RDF2Go model Parameters: objectValue - all A's as RDF resources, that have a relation 'SubClassOf' to this Class instance[Generated from RDFReactor template rule #getallinverse1static] |
getAllSubClassOf_as | public static ReactorResult<OwlClass> getAllSubClassOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property SubClassOf as a ReactorResult of Class
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get11static-reactorresult] |
getAllSubClassOf_as | public ReactorResult<OwlClass> getAllSubClassOf_as()(Code) | | Get all values of property SubClassOf as a ReactorResult of Class
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllSubClassOf_asNode_ | public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode_()(Code) | | Get all values of property SubClassOf as a ReactorResult of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result] |
getAllUnionOf | public ClosableIterator<List> getAllUnionOf()(Code) | | Get all values of property UnionOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
getAllUnionOf_as | public static ReactorResult<List> getAllUnionOf_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Get all values of property UnionOf as a ReactorResult of List
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] |
getAllUnionOf_as | public ReactorResult<List> getAllUnionOf_as()(Code) | | Get all values of property UnionOf as a ReactorResult of List
a ReactorResult of $type which can conveniently be converted to iterator, list or array[Generated from RDFReactor template rule #get12dynamic-reactorresult] |
getAllUnionOf_asNode_ | public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllUnionOf_asNode_()(Code) | | Get all values of property UnionOf as a ReactorResult of RDF2Go nodes
a List of RDF2Go Nodes[Generated from RDFReactor template rule #get8dynamic-reactor-result] |
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] |
removeAllComplementOf | public static void removeAllComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property ComplementOf * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllDisjointWith | public static void removeAllDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property DisjointWith * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllEquivalentClass | public static void removeAllEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property EquivalentClass * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllIntersectionOf | public static void removeAllIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property IntersectionOf * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllOneOf | public static void removeAllOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property OneOf * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllSubClassOf | public static void removeAllSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property SubClassOf * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeAllUnionOf | public static void removeAllUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code) | | Removes all values of property UnionOf * @param model an RDF2Go model
Parameters: resource - an RDF2Go resource[Generated from RDFReactor template rule #removeall1static] |
removeComplementOf | public void removeComplementOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property ComplementOf as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeComplementOf | public static void removeComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Removes a value of property ComplementOf given as an instance of OwlClass
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeComplementOf | public void removeComplementOf(OwlClass value)(Code) | | Removes a value of property ComplementOf given as an instance of OwlClass
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeDisjointWith | public void removeDisjointWith(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property DisjointWith as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeDisjointWith | public static void removeDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Removes a value of property DisjointWith given as an instance of OwlClass
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeDisjointWith | public void removeDisjointWith(OwlClass value)(Code) | | Removes a value of property DisjointWith given as an instance of OwlClass
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeEquivalentClass | public void removeEquivalentClass(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property EquivalentClass as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeEquivalentClass | public static void removeEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Removes a value of property EquivalentClass given as an instance of OwlClass
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeEquivalentClass | public void removeEquivalentClass(OwlClass value)(Code) | | Removes a value of property EquivalentClass given as an instance of OwlClass
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeIntersectionOf | public void removeIntersectionOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property IntersectionOf as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeIntersectionOf | public static void removeIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code) | | Removes a value of property IntersectionOf given as an instance of List
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeIntersectionOf | public void removeIntersectionOf(List value)(Code) | | Removes a value of property IntersectionOf given as an instance of List
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeOneOf | public void removeOneOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property OneOf as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeOneOf | public static void removeOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code) | | Removes a value of property OneOf given as an instance of List
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeOneOf | public void removeOneOf(List value)(Code) | | Removes a value of property OneOf given as an instance of List
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeSubClassOf | public void removeSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property SubClassOf as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeSubClassOf | public static void removeSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Removes a value of property SubClassOf 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] |
removeSubClassOf | public void removeSubClassOf(OwlClass value)(Code) | | Removes a value of property SubClassOf given as an instance of Class
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
removeUnionOf | public void removeUnionOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Removes a value of property UnionOf as an RDF2Go node
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove1dynamic] |
removeUnionOf | public static void removeUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code) | | Removes a value of property UnionOf given as an instance of List
Parameters: model - an RDF2Go model Parameters: resource - an RDF2Go resource Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove3static] |
removeUnionOf | public void removeUnionOf(List value)(Code) | | Removes a value of property UnionOf given as an instance of List
Parameters: value - the value to be removed[Generated from RDFReactor template rule #remove4dynamic] |
setComplementOf | public static void setComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property ComplementOf 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] |
setComplementOf | public void setComplementOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property ComplementOf 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] |
setComplementOf | public static void setComplementOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Sets a value of property ComplementOf from an instance of OwlClass
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] |
setComplementOf | public void setComplementOf(OwlClass value)(Code) | | Sets a value of property ComplementOf from an instance of OwlClass
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] |
setDisjointWith | public static void setDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property DisjointWith 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] |
setDisjointWith | public void setDisjointWith(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property DisjointWith 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] |
setDisjointWith | public static void setDisjointWith(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Sets a value of property DisjointWith from an instance of OwlClass
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] |
setDisjointWith | public void setDisjointWith(OwlClass value)(Code) | | Sets a value of property DisjointWith from an instance of OwlClass
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] |
setEquivalentClass | public static void setEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property EquivalentClass 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] |
setEquivalentClass | public void setEquivalentClass(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property EquivalentClass 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] |
setEquivalentClass | public static void setEquivalentClass(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Sets a value of property EquivalentClass from an instance of OwlClass
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] |
setEquivalentClass | public void setEquivalentClass(OwlClass value)(Code) | | Sets a value of property EquivalentClass from an instance of OwlClass
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] |
setIntersectionOf | public static void setIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property IntersectionOf 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] |
setIntersectionOf | public void setIntersectionOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property IntersectionOf 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] |
setIntersectionOf | public static void setIntersectionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code) | | Sets a value of property IntersectionOf from an instance of List
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] |
setIntersectionOf | public void setIntersectionOf(List value)(Code) | | Sets a value of property IntersectionOf from an instance of List
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] |
setOneOf | public static void setOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property OneOf 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] |
setOneOf | public void setOneOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property OneOf 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] |
setOneOf | public static void setOneOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code) | | Sets a value of property OneOf from an instance of List
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] |
setOneOf | public void setOneOf(List value)(Code) | | Sets a value of property OneOf from an instance of List
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] |
setSubClassOf | public static void setSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property SubClassOf 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] |
setSubClassOf | public void setSubClassOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property SubClassOf 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] |
setSubClassOf | public static void setSubClassOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlClass value)(Code) | | Sets a value of property SubClassOf 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] |
setSubClassOf | public void setSubClassOf(OwlClass value)(Code) | | Sets a value of property SubClassOf 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] |
setUnionOf | public static void setUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property UnionOf 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] |
setUnionOf | public void setUnionOf(org.ontoware.rdf2go.model.node.Node value)(Code) | | Sets a value of property UnionOf 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] |
setUnionOf | public static void setUnionOf(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, List value)(Code) | | Sets a value of property UnionOf from an instance of List
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] |
setUnionOf | public void setUnionOf(List value)(Code) | | Sets a value of property UnionOf from an instance of List
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.owl.OwlThing | public static void addDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addDifferentFrom(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void addDifferentFrom(OwlThing value)(Code)(Java Doc) public void addDifferentFrom()(Code)(Java Doc) public static void addEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addEquivalentProperty(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void addEquivalentProperty(OwlThing value)(Code)(Java Doc) public void addEquivalentProperty()(Code)(Java Doc) public static void addSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addSameAs(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void addSameAs(OwlThing value)(Code)(Java Doc) public void addSameAs()(Code)(Java Doc) public static void addVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void addVersionInfo(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void addVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void addVersionInfo(OwlThing value)(Code)(Java Doc) public void addVersionInfo()(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<OwlThing> getAllDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<OwlThing> getAllDifferentFrom()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllDifferentFrom_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<OwlThing> getAllDifferentFrom_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<OwlThing> getAllDifferentFrom_as()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllDifferentFrom_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllDifferentFrom_asNode()(Code)(Java Doc) public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllDifferentFrom_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllDifferentFrom_asNode_()(Code)(Java Doc) public static ClosableIterator<OwlThing> getAllEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<OwlThing> getAllEquivalentProperty()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllEquivalentProperty_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<OwlThing> getAllEquivalentProperty_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<OwlThing> getAllEquivalentProperty_as()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllEquivalentProperty_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllEquivalentProperty_asNode()(Code)(Java Doc) public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllEquivalentProperty_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllEquivalentProperty_asNode_()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllHasValue_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<? extends OwlThing> 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<OwlThing> getAllSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<OwlThing> getAllSameAs()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSameAs_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<OwlThing> getAllSameAs_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<OwlThing> getAllSameAs_as()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSameAs_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSameAs_asNode()(Code)(Java Doc) public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSameAs_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSameAs_asNode_()(Code)(Java Doc) public static ClosableIterator<OwlThing> getAllVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<OwlThing> getAllVersionInfo()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllVersionInfo_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<OwlThing> getAllVersionInfo_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<OwlThing> getAllVersionInfo_as()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllVersionInfo_asNode(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllVersionInfo_asNode()(Code)(Java Doc) public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllVersionInfo_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllVersionInfo_asNode_()(Code)(Java Doc) public static boolean hasInstance(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeAllVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public static void removeDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeDifferentFrom(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void removeDifferentFrom(OwlThing value)(Code)(Java Doc) public static void removeEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeEquivalentProperty(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void removeEquivalentProperty(OwlThing value)(Code)(Java Doc) public static void removeSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeSameAs(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void removeSameAs(OwlThing value)(Code)(Java Doc) public static void removeVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void removeVersionInfo(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void removeVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void removeVersionInfo(OwlThing value)(Code)(Java Doc) public static void setDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setDifferentFrom(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setDifferentFrom(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void setDifferentFrom(OwlThing value)(Code)(Java Doc) public static void setEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setEquivalentProperty(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setEquivalentProperty(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void setEquivalentProperty(OwlThing value)(Code)(Java Doc) public static void setSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setSameAs(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setSameAs(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void setSameAs(OwlThing value)(Code)(Java Doc) public static void setVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public void setVersionInfo(org.ontoware.rdf2go.model.node.Node value)(Code)(Java Doc) public static void setVersionInfo(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource, OwlThing value)(Code)(Java Doc) public void setVersionInfo(OwlThing value)(Code)(Java Doc)
|
Methods inherited from org.ontoware.rdfreactor.schema.rdfs.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 static ReactorResult<String> getAllComment_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<String> getAllComment_as()(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 ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllComment_asNode_()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllFirst_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<? extends Resource> 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<Resource> getAllIsDefinedBy(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ClosableIterator<Resource> getAllIsDefinedBy()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllIsDefinedBy_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<Resource> getAllIsDefinedBy_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<Resource> getAllIsDefinedBy_as()(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 ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllIsDefinedBy_asNode_()(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 ReactorResult<String> getAllLabel_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<String> getAllLabel_as()(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 ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllLabel_asNode_()(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 ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMember_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<Resource> getAllMember_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<Resource> getAllMember_as()(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 ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMember_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMember_asNode_()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllObject_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllPredicate_Inverse(Model model, Object objectValue)(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 ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSeeAlso_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<Resource> getAllSeeAlso_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<Resource> getAllSeeAlso_as()(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 ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllSeeAlso_asNode_()(Code)(Java Doc) public static ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSubject_Inverse(Model model, Object objectValue)(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 ReactorResult<Class> getAllType_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<Class> getAllType_as()(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 ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllType_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllType_asNode_()(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 ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllValue_Inverse(Model model, Object objectValue)(Code)(Java Doc) public static ReactorResult<Resource> getAllValue_as(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<Resource> getAllValue_as()(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 ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)(Code)(Java Doc) public ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllValue_asNode_()(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)
|
|
|