public class OwlClass extends Resource
| Modifier and Type | Field and Description |
|---|---|
static org.ontoware.rdf2go.model.node.URI[] |
MANAGED_URIS
all property-URIs with this class as domain
|
static org.ontoware.rdf2go.model.node.URI |
ONEOF
http://www.w3.org/2002/07/owl#oneOf
|
static org.ontoware.rdf2go.model.node.URI |
RDFS_CLASS
http://www.w3.org/2000/01/rdf-schema#Class
|
static org.ontoware.rdf2go.model.node.URI |
SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOf
|
COMMENT, ISDEFINEDBY, LABEL, MEMBER, SEEALSO, TYPE, VALUEclassURI, model| Modifier | Constructor and Description |
|---|---|
|
OwlClass(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
|
OwlClass(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by a randomly
generated URI.
|
|
OwlClass(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
|
OwlClass(org.ontoware.rdf2go.model.Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as
a String.
|
protected |
OwlClass(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.URI classURI,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addOneOf()
Removes all values of property OneOf * [Generated from RDFReactor
template rule #removeall1dynamic]
|
static void |
addOneOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adds a value to property OneOf as an RDF2Go node
|
void |
addOneOf(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property OneOf as an RDF2Go node
|
void |
addSubClassOf()
Removes all values of property SubClassOf * [Generated from RDFReactor
template rule #removeall1dynamic]
|
static void |
addSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
static void |
addSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
OwlClass value)
Adds a value to property SubClassOf from an instance of Class
|
void |
addSubClassOf(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
void |
addSubClassOf(OwlClass value)
Adds a value to property SubClassOf from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
createInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
deleteInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Delete all rdf:type from this instance.
|
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllAllValuesFrom_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllDomain_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
static ReactorResult<? extends OwlClass> |
getAllInstance_as(org.ontoware.rdf2go.model.Model model) |
static OwlClass[] |
getAllInstances_asArray(org.ontoware.rdf2go.model.Model model) |
static List<? extends OwlClass> |
getAllInstances_asList(org.ontoware.rdf2go.model.Model model) |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllInstancesAsRdf2GoResources(org.ontoware.rdf2go.model.Model model) |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllOneOf_asNode()
Get all values of property OneOf as an Iterator over RDF2Go nodes
|
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllOneOf_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property OneOf as an Iterator over RDF2Go nodes
|
List<org.ontoware.rdf2go.model.node.Node> |
getAllOneOf_asNodeList()
Get all values of property OneOf as a List of RDF2Go nodes
|
static List<org.ontoware.rdf2go.model.node.Node> |
getAllOneOf_asNodeList(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property OneOf as a List of RDF2Go nodes
|
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllRange_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllSomeValuesFrom_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
List<OwlClass> |
getAllSubClassOf_asList()
Get all values of property SubClassOf as a List of Class
|
static List<OwlClass> |
getAllSubClassOf_asList(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property SubClassOf as a List of Class
|
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllSubClassOf_asNode()
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllSubClassOf_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
List<org.ontoware.rdf2go.model.node.Node> |
getAllSubClassOf_asNodeList()
Get all values of property SubClassOf as a List of RDF2Go nodes
|
static List<org.ontoware.rdf2go.model.node.Node> |
getAllSubClassOf_asNodeList(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property SubClassOf as a List of RDF2Go nodes
|
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllSubClassOf_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<OwlClass> |
getAllSubClassOf()
Get all values of property SubClassOf * @return a ClosableIterator of
$type
[Generated from RDFReactor template rule #get12dynamic]
|
static org.ontoware.aifbcommons.collection.ClosableIterator<OwlClass> |
getAllSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property SubClassOf * @param model an RDF2Go model
|
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllType_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
static void |
removeAllOneOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property OneOf * @param model an RDF2Go model
|
static void |
removeAllSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property SubClassOf * @param model an RDF2Go model
|
static void |
removeOneOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Removes a value of property OneOf as an RDF2Go node
|
void |
removeOneOf(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property OneOf as an RDF2Go node
|
static void |
removeSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
static void |
removeSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
OwlClass value)
Removes a value of property SubClassOf given as an instance of Class
|
void |
removeSubClassOf(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
void |
removeSubClassOf(OwlClass value)
Removes a value of property SubClassOf given as an instance of Class
|
static void |
setOneOf(org.ontoware.rdf2go.model.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.
|
void |
setOneOf(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property OneOf from an RDF2Go node.
|
static void |
setSubClassOf(org.ontoware.rdf2go.model.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.
|
static void |
setSubClassOf(org.ontoware.rdf2go.model.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.
|
void |
setSubClassOf(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
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.
|
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_asArray, getAllComment_asList, getAllComment_asList, getAllComment_asNode, getAllComment_asNode, getAllComment_asNodeList, getAllComment_asNodeList, getAllComment, getAllComment, getAllIsDefinedBy_asList, getAllIsDefinedBy_asList, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNodeList, getAllIsDefinedBy_asNodeList, getAllIsDefinedBy, getAllIsDefinedBy, getAllLabel_asList, getAllLabel_asList, getAllLabel_asNode, getAllLabel_asNode, getAllLabel_asNodeList, getAllLabel_asNodeList, getAllLabel, getAllLabel, getAllMember_asList, getAllMember_asList, getAllMember_asNode, getAllMember_asNode, getAllMember_asNodeList, getAllMember_asNodeList, getAllMember, getAllMember, getAllSeeAlso_asList, getAllSeeAlso_asList, getAllSeeAlso_asNode, getAllSeeAlso_asNode, getAllSeeAlso_asNodeList, getAllSeeAlso_asNodeList, getAllSeeAlso, getAllSeeAlso, getAllType_asList, getAllType_asList, getAllType_asNode, getAllType_asNode, getAllType_asNodeList, getAllType_asNodeList, getAllType, getAllType, getAllValue_asList, getAllValue_asList, getAllValue_asNode, getAllValue_asNode, getAllValue_asNodeList, getAllValue_asNodeList, 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, setValueasBlankNode, asDatatypeLiteral, asLanguageTagLiteral, asLiteral, asResource, asURI, castTo, compareTo, equals, getModel, getRDFSClassURI, getResource, hashCode, isInstanceof, toSPARQL, toStringpublic static final org.ontoware.rdf2go.model.node.URI RDFS_CLASS
public static final org.ontoware.rdf2go.model.node.URI ONEOF
public static final org.ontoware.rdf2go.model.node.URI SUBCLASSOF
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected OwlClass(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.URI classURI,
org.ontoware.rdf2go.model.node.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 OwlClass(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.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 OwlClass(org.ontoware.rdf2go.model.Model model,
String uriString,
boolean write)
throws org.ontoware.rdf2go.exception.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 modelorg.ontoware.rdf2go.exception.ModelRuntimeException - if URI syntax is wrong
[Generated from RDFReactor template rule #c7]public OwlClass(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.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 OwlClass(org.ontoware.rdf2go.model.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(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #1]public static boolean hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstancesAsRdf2GoResources(org.ontoware.rdf2go.model.Model model)
model - an RDF2Go modelpublic static ReactorResult<? extends OwlClass> getAllInstance_as(org.ontoware.rdf2go.model.Model model)
model - an RDF2Go modelpublic static List<? extends OwlClass> getAllInstances_asList(org.ontoware.rdf2go.model.Model model)
model - an RDF2Go modelpublic static OwlClass[] getAllInstances_asArray(org.ontoware.rdf2go.model.Model model)
model - an RDF2Go modelpublic static void deleteInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #4]public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllType_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllDomain_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllRange_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSubClassOf_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllAllValuesFrom_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllSomeValuesFrom_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static List<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNodeList(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNode()
public List<org.ontoware.rdf2go.model.node.Node> getAllOneOf_asNodeList()
public static void addOneOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addOneOf(org.ontoware.rdf2go.model.node.Node value)
value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void setOneOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setOneOf(org.ontoware.rdf2go.model.node.Node value)
value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void removeOneOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeOneOf(org.ontoware.rdf2go.model.node.Node value)
value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeAllOneOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
instanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addOneOf()
public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static List<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNodeList(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNode()
public List<org.ontoware.rdf2go.model.node.Node> getAllSubClassOf_asNodeList()
public static org.ontoware.aifbcommons.collection.ClosableIterator<OwlClass> getAllSubClassOf(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
instanceResource - an RDF2Go resourcepublic static List<OwlClass> getAllSubClassOf_asList(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<OwlClass> getAllSubClassOf()
public List<OwlClass> getAllSubClassOf_asList()
public static void addSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addSubClassOf(org.ontoware.rdf2go.model.node.Node value)
value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
OwlClass value)
model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addSubClassOf(OwlClass value)
public static void setSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setSubClassOf(org.ontoware.rdf2go.model.node.Node value)
value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
OwlClass value)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setSubClassOf(OwlClass value)
value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeSubClassOf(org.ontoware.rdf2go.model.node.Node value)
value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
OwlClass value)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeSubClassOf(OwlClass value)
value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllSubClassOf(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
instanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addSubClassOf()
Copyright © 2005–2014 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.