org.universAAL.middleware.owl
Class SimpleOntology

Package class diagram package SimpleOntology
java.lang.Object
  extended by org.universAAL.middleware.owl.Ontology
      extended by org.universAAL.middleware.owl.SimpleOntology

public final class SimpleOntology
extends Ontology


Field Summary
 
Fields inherited from class org.universAAL.middleware.owl.Ontology
PROP_OWL_IMPORT, TYPE_OWL_ONTOLOGY
 
Constructor Summary
SimpleOntology(String classURI, String superClassURI)
          Create a simple ontology with only one class and without properties and factory.
SimpleOntology(String classURI, String superClassURI, ResourceFactory factory)
           
 
Method Summary
 void create()
          Create this ontology.
 
Methods inherited from class org.universAAL.middleware.owl.Ontology
addImport, checkPermission, createNewAbstractOntClassInfo, createNewOntClassInfo, createNewOntClassInfo, createNewRDFClassInfo, extendExistingOntClassInfo, getInfo, getOntClassInfo, getRDFClassInfo, getResourceList, hasOntClass, lock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleOntology

public SimpleOntology(String classURI,
                      String superClassURI)
Create a simple ontology with only one class and without properties and factory.

Parameters:
classURI -
superClassURI -

SimpleOntology

public SimpleOntology(String classURI,
                      String superClassURI,
                      ResourceFactory factory)
Method Detail

create

public void create()
Description copied from class: Ontology
Create this ontology. This method is called by OntologyManagement.register(org.universAAL.middleware.container.ModuleContext, Ontology) and MUST be overwritten by all subclasses.

Specified by:
create in class Ontology


Copyright © 2014 universAAL Consortium. All Rights Reserved.