Package de.uka.ipd.consensus.foundation.ontology

Interface Summary
ExportHandler The interface for modules that can export the ontology in a certain file format.
ImportHandler The interface for modules that can import (and optionally merge) ontologies from a certain file format.
OntologyListener The listener interface for receiving events that signal a change in the ontology.
OntologyManager The OntologyManager is the central component as it manages the elements of the ontology.
 

Class Summary
OntologyAdapter An adapter class for receiving ontology events.
OntologyEvent Event objects of this type are passed to OntologyListeners.
 

Exception Summary
OntologyManagerClassException  
OntologyManagerDuplicateIdException  
OntologyManagerException  
OntologyManagerTransactionException