Uses of Class
org.universAAL.middleware.owl.OntClassInfo

Packages that use OntClassInfo
org.universAAL.middleware.owl   
org.universAAL.middleware.owl.util   
org.universAAL.middleware.rdf   
 

Uses of OntClassInfo in org.universAAL.middleware.owl
 

Methods in org.universAAL.middleware.owl that return OntClassInfo
 OntClassInfo OntClassInfo.ManagementOperation.getClone()
          Internal method.
 OntClassInfo[] Ontology.getOntClassInfo()
          Get the class information of all OWL classes of this ontology.
 OntClassInfo ManagedIndividual.getOntClassInfo()
          Get the ontological information for this individual.
 OntClassInfo OntologyManagement.getOntClassInfo(String classURI)
          Get the model information of an OWL class.
 

Methods in org.universAAL.middleware.owl with parameters of type OntClassInfo
 void OntClassInfo.ManagementOperation.addExtender(OntClassInfo extenderInfo)
          Add a new extender.
static ObjectPropertySetup ObjectProperty.create(String propURI, OntClassInfo info)
          Create a new instance.
static DatatypePropertySetup DatatypeProperty.create(String propURI, OntClassInfo info)
          Create a new instance.
 void OntClassInfo.ManagementOperation.removeExtender(OntClassInfo extenderInfo)
          Remove an existing extender.
 

Constructors in org.universAAL.middleware.owl with parameters of type OntClassInfo
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.
 

Uses of OntClassInfo in org.universAAL.middleware.owl.util
 

Methods in org.universAAL.middleware.owl.util with parameters of type OntClassInfo
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.
 

Uses of OntClassInfo in org.universAAL.middleware.rdf
 

Fields in org.universAAL.middleware.rdf declared as OntClassInfo
protected  OntClassInfo Property.info
          The ontology that defines this property.
 

Constructors in org.universAAL.middleware.rdf with parameters of type OntClassInfo
Property(String uri, OntClassInfo info)
          Protected constructor, to create instances call either ObjectProperty.create(String, OntClassInfo) or DatatypeProperty.create(String, OntClassInfo).
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.