| Package | Description |
|---|---|
| org.universAAL.middleware.owl | |
| org.universAAL.middleware.owl.util | |
| org.universAAL.middleware.rdf |
| Modifier and Type | Method and Description |
|---|---|
OntClassInfo |
OntClassInfo.ManagementOperation.getClone()
Internal method.
|
OntClassInfo |
ManagedIndividual.getOntClassInfo()
Get the ontological information for this individual.
|
OntClassInfo[] |
Ontology.getOntClassInfo()
Get the class information of all OWL classes of this ontology.
|
OntClassInfo |
OntologyManagement.getOntClassInfo(String classURI)
Get the model information of an OWL class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OntClassInfo.ManagementOperation.addExtender(OntClassInfo extenderInfo)
Add a new extender.
|
static DatatypePropertySetup |
DatatypeProperty.create(String propURI,
OntClassInfo info)
Create a new instance.
|
static ObjectPropertySetup |
ObjectProperty.create(String propURI,
OntClassInfo info)
Create a new instance.
|
void |
OntClassInfo.ManagementOperation.removeExtender(OntClassInfo extenderInfo)
Remove an existing extender.
|
| Constructor and Description |
|---|
DatatypeProperty(String uri,
OntClassInfo info)
Protected constructor, call
DatatypeProperty.create(String, OntClassInfo) to create
instances. |
ObjectProperty(String uri,
OntClassInfo info)
Protected constructor, call
ObjectProperty.create(String, OntClassInfo) to create instances. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OntologyTest.postTestClass(Ontology ont,
OntClassInfo info,
HashMap<String,String> dbgClass)
Perform a sanity check of the given class that is defined in the given
ontology.
|
static boolean |
OntologyTest.testClass(Ontology ont,
OntClassInfo info,
HashMap<String,String> dbgClass)
Perform a sanity check of the given class that is defined in the given
ontology.
|
| Modifier and Type | Field and Description |
|---|---|
protected OntClassInfo |
Property.info
The ontology that defines this property.
|
| Constructor and Description |
|---|
Property(String uri,
OntClassInfo info)
Protected constructor, to create instances call either
ObjectProperty#create(String, OntClassInfo) or
DatatypeProperty#create(String, OntClassInfo). |
Copyright © 2018 universAAL Consortium. All rights reserved.