Package org.semanticweb.owl.model.helper

Helper classes for the OWL API.

See:
          Description

Interface Summary
OWLBuilder.PropertyValue Marker interface for data and object property values.
OWLBuilder.RestrictionComponent Marker interface for restriction components.
 

Class Summary
ExceptionThrowingOWLObjectVisitorAdapter Provides an implementation of the OWLObjectVisitor interface that simply throws an exception for any visit.
OntologyHelper Helper functions for things like accessing the classes and properties of an ontology.
OWLBuilder Builds abstract OWL ontologies (eg from parser input).
OWLBuilder.AnnotationComponent Encapsulates the property and the content of an annotation.
OWLBuilder.CardinalityComponent Encapsulates the properties of a cardinality component.
OWLBuilder.DataLiteralValueComponent Encapsulates the properties of a data literal value component.
OWLBuilder.DataPropertyValue Pair OWLDataProperty, OWLIndividual.
OWLBuilder.DataRangeComponent Encapsulates the properties of a dataRange component.
OWLBuilder.DescriptionComponent Encapsulates the properties of a description component.
OWLBuilder.IndividualValueComponent Encapsulates the properties of an individual value component.
OWLBuilder.ObjectPropertyValue Pair OWLObjectProperty, OWLIndividual.
OWLClassAxiomVisitorAdapter Provides an empty implementation of the OWLClassAxiomVisitor interface.
OWLDescriptionVisitorAdapter Provides an empty implementation of the OWLDescriptionVisitor interface.
OWLEntityCollector Collects all the OWLEntities contained in this object.
OWLIndividualAxiomVisitorAdapter Provides an empty implementation of the OWLIndividualAxiomVisitor interface.
OWLObjectVisitorAdapter Provides an empty implementation of the OWLObjectVisitor interface.
OWLPropertyAxiomVisitorAdapter Provides an empty implementation of the OWLPropertyAxiomVisitor interface.
 

Package org.semanticweb.owl.model.helper Description

Helper classes for the OWL API.
© The University of Manchester, 2002.



WonderWeb