public class Ontology extends OwlThing
Modifier and Type | Field and Description |
---|---|
static URI |
BACKWARDCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#backwardCompatibleWith
|
static URI |
IMPORTS
http://www.w3.org/2002/07/owl#imports
|
static URI |
INCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#incompatibleWith
|
static URI[] |
MANAGED_URIS
all property-URIs with this class as domain
|
static URI |
PRIORVERSION
http://www.w3.org/2002/07/owl#priorVersion
|
static URI |
RDFS_CLASS
http://www.w3.org/2002/07/owl#Ontology
|
DIFFERENTFROM, EQUIVALENTPROPERTY, SAMEAS, VERSIONINFO
COMMENT, ISDEFINEDBY, LABEL, MEMBER, SEEALSO, TYPE, VALUE
classURI, model
Modifier | Constructor and Description |
---|---|
|
Ontology(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
|
Ontology(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
Ontology(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
|
Ontology(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
protected |
Ontology(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Modifier and Type | Method and Description |
---|---|
void |
addBackwardCompatibleWith()
Removes all values of property BackwardCompatibleWith *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addBackwardCompatibleWith(Model model,
Resource instanceResource,
Node value)
Adds a value to property BackwardCompatibleWith as an RDF2Go node
|
static void |
addBackwardCompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Adds a value to property BackwardCompatibleWith from an instance of Ontology
|
void |
addBackwardCompatibleWith(Node value)
Adds a value to property BackwardCompatibleWith as an RDF2Go node
|
void |
addBackwardCompatibleWith(Ontology value)
Adds a value to property BackwardCompatibleWith from an instance of Ontology
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addImports()
Removes all values of property Imports *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addImports(Model model,
Resource instanceResource,
Node value)
Adds a value to property Imports as an RDF2Go node
|
static void |
addImports(Model model,
Resource instanceResource,
Ontology value)
Adds a value to property Imports from an instance of Ontology
|
void |
addImports(Node value)
Adds a value to property Imports as an RDF2Go node
|
void |
addImports(Ontology value)
Adds a value to property Imports from an instance of Ontology
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addIncompatibleWith()
Removes all values of property IncompatibleWith *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addIncompatibleWith(Model model,
Resource instanceResource,
Node value)
Adds a value to property IncompatibleWith as an RDF2Go node
|
static void |
addIncompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Adds a value to property IncompatibleWith from an instance of Ontology
|
void |
addIncompatibleWith(Node value)
Adds a value to property IncompatibleWith as an RDF2Go node
|
void |
addIncompatibleWith(Ontology value)
Adds a value to property IncompatibleWith from an instance of Ontology
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addPriorVersion()
Removes all values of property PriorVersion *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addPriorVersion(Model model,
Resource instanceResource,
Node value)
Adds a value to property PriorVersion as an RDF2Go node
|
static void |
addPriorVersion(Model model,
Resource instanceResource,
Ontology value)
Adds a value to property PriorVersion from an instance of Ontology
|
void |
addPriorVersion(Node value)
Adds a value to property PriorVersion as an RDF2Go node
|
void |
addPriorVersion(Ontology value)
Adds a value to property PriorVersion from an instance of Ontology
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
ReactorResult<Ontology> |
getAllBackwardCompatibleWith_as()
Get all values of property BackwardCompatibleWith as a ReactorResult of Ontology
|
static ReactorResult<Ontology> |
getAllBackwardCompatibleWith_as(Model model,
Resource instanceResource)
Get all values of property BackwardCompatibleWith as a ReactorResult of Ontology
|
ReactorResult<Node> |
getAllBackwardCompatibleWith_asNode_()
Get all values of property BackwardCompatibleWith as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllBackwardCompatibleWith_asNode_(Model model,
Resource instanceResource)
Get all values of property BackwardCompatibleWith as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllBackwardCompatibleWith_asNode()
Get all values of property BackwardCompatibleWith as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllBackwardCompatibleWith_asNode(Model model,
Resource instanceResource)
Get all values of property BackwardCompatibleWith as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllBackwardCompatibleWith_Inverse(Model model,
Object objectValue) |
ClosableIterator<Ontology> |
getAllBackwardCompatibleWith()
Get all values of property BackwardCompatibleWith * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Ontology> |
getAllBackwardCompatibleWith(Model model,
Resource instanceResource)
Get all values of property BackwardCompatibleWith * @param model an RDF2Go model
|
ReactorResult<Ontology> |
getAllImports_as()
Get all values of property Imports as a ReactorResult of Ontology
|
static ReactorResult<Ontology> |
getAllImports_as(Model model,
Resource instanceResource)
Get all values of property Imports as a ReactorResult of Ontology
|
ReactorResult<Node> |
getAllImports_asNode_()
Get all values of property Imports as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllImports_asNode_(Model model,
Resource instanceResource)
Get all values of property Imports as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllImports_asNode()
Get all values of property Imports as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllImports_asNode(Model model,
Resource instanceResource)
Get all values of property Imports as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllImports_Inverse(Model model,
Object objectValue) |
ClosableIterator<Ontology> |
getAllImports()
Get all values of property Imports * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Ontology> |
getAllImports(Model model,
Resource instanceResource)
Get all values of property Imports * @param model an RDF2Go model
|
ReactorResult<Ontology> |
getAllIncompatibleWith_as()
Get all values of property IncompatibleWith as a ReactorResult of Ontology
|
static ReactorResult<Ontology> |
getAllIncompatibleWith_as(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith as a ReactorResult of Ontology
|
ReactorResult<Node> |
getAllIncompatibleWith_asNode_()
Get all values of property IncompatibleWith as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllIncompatibleWith_asNode_(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllIncompatibleWith_asNode()
Get all values of property IncompatibleWith as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllIncompatibleWith_asNode(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllIncompatibleWith_Inverse(Model model,
Object objectValue) |
ClosableIterator<Ontology> |
getAllIncompatibleWith()
Get all values of property IncompatibleWith * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Ontology> |
getAllIncompatibleWith(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith * @param model an RDF2Go model
|
static ReactorResult<? extends Ontology> |
getAllInstance_as(Model model) |
static ClosableIterator<Resource> |
getAllInstances(Model model) |
ReactorResult<Ontology> |
getAllPriorVersion_as()
Get all values of property PriorVersion as a ReactorResult of Ontology
|
static ReactorResult<Ontology> |
getAllPriorVersion_as(Model model,
Resource instanceResource)
Get all values of property PriorVersion as a ReactorResult of Ontology
|
ReactorResult<Node> |
getAllPriorVersion_asNode_()
Get all values of property PriorVersion as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllPriorVersion_asNode_(Model model,
Resource instanceResource)
Get all values of property PriorVersion as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllPriorVersion_asNode()
Get all values of property PriorVersion as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllPriorVersion_asNode(Model model,
Resource instanceResource)
Get all values of property PriorVersion as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllPriorVersion_Inverse(Model model,
Object objectValue) |
ClosableIterator<Ontology> |
getAllPriorVersion()
Get all values of property PriorVersion * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Ontology> |
getAllPriorVersion(Model model,
Resource instanceResource)
Get all values of property PriorVersion * @param model an RDF2Go model
|
static boolean |
hasInstance(Model model,
Resource instanceResource) |
static void |
removeAllBackwardCompatibleWith(Model model,
Resource instanceResource)
Removes all values of property BackwardCompatibleWith * @param model an RDF2Go model
|
static void |
removeAllImports(Model model,
Resource instanceResource)
Removes all values of property Imports * @param model an RDF2Go model
|
static void |
removeAllIncompatibleWith(Model model,
Resource instanceResource)
Removes all values of property IncompatibleWith * @param model an RDF2Go model
|
static void |
removeAllPriorVersion(Model model,
Resource instanceResource)
Removes all values of property PriorVersion * @param model an RDF2Go model
|
static void |
removeBackwardCompatibleWith(Model model,
Resource instanceResource,
Node value)
Removes a value of property BackwardCompatibleWith as an RDF2Go node
|
static void |
removeBackwardCompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Removes a value of property BackwardCompatibleWith given as an instance of Ontology
|
void |
removeBackwardCompatibleWith(Node value)
Removes a value of property BackwardCompatibleWith as an RDF2Go node
|
void |
removeBackwardCompatibleWith(Ontology value)
Removes a value of property BackwardCompatibleWith given as an instance of Ontology
|
static void |
removeImports(Model model,
Resource instanceResource,
Node value)
Removes a value of property Imports as an RDF2Go node
|
static void |
removeImports(Model model,
Resource instanceResource,
Ontology value)
Removes a value of property Imports given as an instance of Ontology
|
void |
removeImports(Node value)
Removes a value of property Imports as an RDF2Go node
|
void |
removeImports(Ontology value)
Removes a value of property Imports given as an instance of Ontology
|
static void |
removeIncompatibleWith(Model model,
Resource instanceResource,
Node value)
Removes a value of property IncompatibleWith as an RDF2Go node
|
static void |
removeIncompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Removes a value of property IncompatibleWith given as an instance of Ontology
|
void |
removeIncompatibleWith(Node value)
Removes a value of property IncompatibleWith as an RDF2Go node
|
void |
removeIncompatibleWith(Ontology value)
Removes a value of property IncompatibleWith given as an instance of Ontology
|
static void |
removePriorVersion(Model model,
Resource instanceResource,
Node value)
Removes a value of property PriorVersion as an RDF2Go node
|
static void |
removePriorVersion(Model model,
Resource instanceResource,
Ontology value)
Removes a value of property PriorVersion given as an instance of Ontology
|
void |
removePriorVersion(Node value)
Removes a value of property PriorVersion as an RDF2Go node
|
void |
removePriorVersion(Ontology value)
Removes a value of property PriorVersion given as an instance of Ontology
|
static void |
setBackwardCompatibleWith(Model model,
Resource instanceResource,
Node value)
Sets a value of property BackwardCompatibleWith from an RDF2Go node.
|
static void |
setBackwardCompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Sets a value of property BackwardCompatibleWith from an instance of Ontology
First, all existing values are removed, then this value is added.
|
void |
setBackwardCompatibleWith(Node value)
Sets a value of property BackwardCompatibleWith from an RDF2Go node.
|
void |
setBackwardCompatibleWith(Ontology value)
Sets a value of property BackwardCompatibleWith from an instance of Ontology
First, all existing values are removed, then this value is added.
|
static void |
setImports(Model model,
Resource instanceResource,
Node value)
Sets a value of property Imports from an RDF2Go node.
|
static void |
setImports(Model model,
Resource instanceResource,
Ontology value)
Sets a value of property Imports from an instance of Ontology
First, all existing values are removed, then this value is added.
|
void |
setImports(Node value)
Sets a value of property Imports from an RDF2Go node.
|
void |
setImports(Ontology value)
Sets a value of property Imports from an instance of Ontology
First, all existing values are removed, then this value is added.
|
static void |
setIncompatibleWith(Model model,
Resource instanceResource,
Node value)
Sets a value of property IncompatibleWith from an RDF2Go node.
|
static void |
setIncompatibleWith(Model model,
Resource instanceResource,
Ontology value)
Sets a value of property IncompatibleWith from an instance of Ontology
First, all existing values are removed, then this value is added.
|
void |
setIncompatibleWith(Node value)
Sets a value of property IncompatibleWith from an RDF2Go node.
|
void |
setIncompatibleWith(Ontology value)
Sets a value of property IncompatibleWith from an instance of Ontology
First, all existing values are removed, then this value is added.
|
static void |
setPriorVersion(Model model,
Resource instanceResource,
Node value)
Sets a value of property PriorVersion from an RDF2Go node.
|
static void |
setPriorVersion(Model model,
Resource instanceResource,
Ontology value)
Sets a value of property PriorVersion from an instance of Ontology
First, all existing values are removed, then this value is added.
|
void |
setPriorVersion(Node value)
Sets a value of property PriorVersion from an RDF2Go node.
|
void |
setPriorVersion(Ontology value)
Sets a value of property PriorVersion from an instance of Ontology
First, all existing values are removed, then this value is added.
|
addDifferentFrom, addDifferentFrom, addDifferentFrom, addDifferentFrom, addDifferentFrom, addEquivalentProperty, addEquivalentProperty, addEquivalentProperty, addEquivalentProperty, addEquivalentProperty, addSameAs, addSameAs, addSameAs, addSameAs, addSameAs, addVersionInfo, addVersionInfo, addVersionInfo, addVersionInfo, addVersionInfo, getAllDifferentFrom_as, getAllDifferentFrom_as, getAllDifferentFrom_asNode_, getAllDifferentFrom_asNode_, getAllDifferentFrom_asNode, getAllDifferentFrom_asNode, getAllDifferentFrom_Inverse, getAllDifferentFrom, getAllDifferentFrom, getAllEquivalentProperty_as, getAllEquivalentProperty_as, getAllEquivalentProperty_asNode_, getAllEquivalentProperty_asNode_, getAllEquivalentProperty_asNode, getAllEquivalentProperty_asNode, getAllEquivalentProperty_Inverse, getAllEquivalentProperty, getAllEquivalentProperty, getAllHasValue_Inverse, getAllSameAs_as, getAllSameAs_as, getAllSameAs_asNode_, getAllSameAs_asNode_, getAllSameAs_asNode, getAllSameAs_asNode, getAllSameAs_Inverse, getAllSameAs, getAllSameAs, getAllVersionInfo_as, getAllVersionInfo_as, getAllVersionInfo_asNode_, getAllVersionInfo_asNode_, getAllVersionInfo_asNode, getAllVersionInfo_asNode, getAllVersionInfo_Inverse, getAllVersionInfo, getAllVersionInfo, removeAllDifferentFrom, removeAllEquivalentProperty, removeAllSameAs, removeAllVersionInfo, removeDifferentFrom, removeDifferentFrom, removeDifferentFrom, removeDifferentFrom, removeEquivalentProperty, removeEquivalentProperty, removeEquivalentProperty, removeEquivalentProperty, removeSameAs, removeSameAs, removeSameAs, removeSameAs, removeVersionInfo, removeVersionInfo, removeVersionInfo, removeVersionInfo, setDifferentFrom, setDifferentFrom, setDifferentFrom, setDifferentFrom, setEquivalentProperty, setEquivalentProperty, setEquivalentProperty, setEquivalentProperty, setSameAs, setSameAs, setSameAs, setSameAs, setVersionInfo, setVersionInfo, setVersionInfo, setVersionInfo
addComment, addComment, addComment, addComment, addComment, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addLabel, addLabel, addLabel, addLabel, addLabel, addMember, addMember, addMember, addMember, addMember, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addType, addType, addType, addType, addType, addValue, addValue, addValue, addValue, addValue, getAllComment_as, getAllComment_as, getAllComment_asNode_, getAllComment_asNode_, getAllComment_asNode, getAllComment_asNode, getAllComment, getAllComment, getAllFirst_Inverse, getAllIsDefinedBy_as, getAllIsDefinedBy_as, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNode, getAllIsDefinedBy_Inverse, getAllIsDefinedBy, getAllIsDefinedBy, getAllLabel_as, getAllLabel_as, getAllLabel_asNode_, getAllLabel_asNode_, getAllLabel_asNode, getAllLabel_asNode, getAllLabel, getAllLabel, getAllMember_as, getAllMember_as, getAllMember_asNode_, getAllMember_asNode_, getAllMember_asNode, getAllMember_asNode, getAllMember_Inverse, getAllMember, getAllMember, getAllObject_Inverse, getAllPredicate_Inverse, getAllSeeAlso_as, getAllSeeAlso_as, getAllSeeAlso_asNode_, getAllSeeAlso_asNode_, getAllSeeAlso_asNode, getAllSeeAlso_asNode, getAllSeeAlso_Inverse, getAllSeeAlso, getAllSeeAlso, getAllSubject_Inverse, getAllType_as, getAllType_as, getAllType_asNode_, getAllType_asNode_, getAllType_asNode, getAllType_asNode, getAllType, getAllType, getAllValue_as, getAllValue_as, getAllValue_asNode_, getAllValue_asNode_, getAllValue_asNode, getAllValue_asNode, getAllValue_Inverse, getAllValue, getAllValue, removeAllComment, removeAllIsDefinedBy, removeAllLabel, removeAllMember, removeAllSeeAlso, removeAllType, removeAllValue, removeComment, removeComment, removeComment, removeComment, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeLabel, removeLabel, removeLabel, removeLabel, removeMember, removeMember, removeMember, removeMember, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeType, removeType, removeType, removeType, removeValue, removeValue, removeValue, removeValue, setComment, setComment, setComment, setComment, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setLabel, setLabel, setLabel, setLabel, setMember, setMember, setMember, setMember, setSeeAlso, setSeeAlso, setSeeAlso, setSeeAlso, setType, setType, setType, setType, setValue, setValue, setValue, setValue
asBlankNode, asDatatypeLiteral, asLanguageTagLiteral, asLiteral, asResource, asURI, castTo, compareTo, equals, getModel, getRDFSClassURI, getResource, hashCode, isInstanceof, toSPARQL, toString
public static final URI RDFS_CLASS
public static final URI BACKWARDCOMPATIBLEWITH
public static final URI IMPORTS
public static final URI INCOMPATIBLEWITH
public static final URI PRIORVERSION
public static final URI[] MANAGED_URIS
protected Ontology(Model model, URI classURI, Resource instanceIdentifier, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.semweb4j.orgclassURI
- URI of RDFS classinstanceIdentifier
- Resource that identifies this instancewrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c1]public Ontology(Model model, Resource instanceIdentifier, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orginstanceIdentifier
- an RDF2Go Resource identifying this instancewrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c2]public Ontology(Model model, String uriString, boolean write) throws ModelRuntimeException
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orguriString
- a URI given as a Stringwrite
- if true, the statement (this, rdf:type, TYPE) is written to the modelModelRuntimeException
- if URI syntax is wrong
[Generated from RDFReactor template rule #c7]public Ontology(Model model, BlankNode bnode, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orgbnode
- BlankNode of this instancewrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c8]public Ontology(Model model, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orgwrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c9]public static void createInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #class1]public static boolean hasInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ClosableIterator<Resource> getAllInstances(Model model)
model
- an RDF2Go modelpublic static ReactorResult<? extends Ontology> getAllInstance_as(Model model)
model
- an RDF2Go modelpublic static void deleteInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #class4]public static ClosableIterator<Resource> getAllBackwardCompatibleWith_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllImports_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllIncompatibleWith_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllPriorVersion_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Node> getAllBackwardCompatibleWith_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllBackwardCompatibleWith_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllBackwardCompatibleWith_asNode()
public ReactorResult<Node> getAllBackwardCompatibleWith_asNode_()
public static ClosableIterator<Ontology> getAllBackwardCompatibleWith(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<Ontology> getAllBackwardCompatibleWith_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Ontology> getAllBackwardCompatibleWith()
public ReactorResult<Ontology> getAllBackwardCompatibleWith_as()
public static void addBackwardCompatibleWith(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addBackwardCompatibleWith(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addBackwardCompatibleWith(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addBackwardCompatibleWith(Ontology value)
public static void setBackwardCompatibleWith(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setBackwardCompatibleWith(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setBackwardCompatibleWith(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setBackwardCompatibleWith(Ontology value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeBackwardCompatibleWith(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeBackwardCompatibleWith(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeBackwardCompatibleWith(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeBackwardCompatibleWith(Ontology value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllBackwardCompatibleWith(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addBackwardCompatibleWith()
public static ClosableIterator<Node> getAllImports_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllImports_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllImports_asNode()
public ReactorResult<Node> getAllImports_asNode_()
public static ClosableIterator<Ontology> getAllImports(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<Ontology> getAllImports_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Ontology> getAllImports()
public ReactorResult<Ontology> getAllImports_as()
public static void addImports(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addImports(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addImports(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addImports(Ontology value)
public static void setImports(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setImports(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setImports(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setImports(Ontology value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeImports(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeImports(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeImports(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeImports(Ontology value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllImports(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addImports()
public static ClosableIterator<Node> getAllIncompatibleWith_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllIncompatibleWith_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllIncompatibleWith_asNode()
public ReactorResult<Node> getAllIncompatibleWith_asNode_()
public static ClosableIterator<Ontology> getAllIncompatibleWith(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<Ontology> getAllIncompatibleWith_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Ontology> getAllIncompatibleWith()
public ReactorResult<Ontology> getAllIncompatibleWith_as()
public static void addIncompatibleWith(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addIncompatibleWith(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addIncompatibleWith(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addIncompatibleWith(Ontology value)
public static void setIncompatibleWith(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setIncompatibleWith(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setIncompatibleWith(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setIncompatibleWith(Ontology value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeIncompatibleWith(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeIncompatibleWith(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeIncompatibleWith(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeIncompatibleWith(Ontology value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllIncompatibleWith(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addIncompatibleWith()
public static ClosableIterator<Node> getAllPriorVersion_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllPriorVersion_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllPriorVersion_asNode()
public ReactorResult<Node> getAllPriorVersion_asNode_()
public static ClosableIterator<Ontology> getAllPriorVersion(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<Ontology> getAllPriorVersion_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Ontology> getAllPriorVersion()
public ReactorResult<Ontology> getAllPriorVersion_as()
public static void addPriorVersion(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addPriorVersion(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addPriorVersion(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addPriorVersion(Ontology value)
public static void setPriorVersion(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setPriorVersion(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setPriorVersion(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setPriorVersion(Ontology value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removePriorVersion(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removePriorVersion(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removePriorVersion(Model model, Resource instanceResource, Ontology value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removePriorVersion(Ontology value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllPriorVersion(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addPriorVersion()
Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.