| Class and Description |
|---|
| AddAxiom
Represents an ontology change where axioms should be added to an ontology.
|
| AddImport
Represents an ontology change where an import statement is added to an
ontology.
|
| AddOntologyAnnotation
Represents an ontology change where an annotation is added to an ontology.
|
| HasSignature
An interface to an object which has a signature
|
| OWLAnnotation
Annotations are used in the various types of annotation axioms, which bind
annotations to their subjects (i.e.
|
| OWLAxiom
Represents Axioms in
the OWL 2 Specification.
An OWL ontology contains a set of axioms. |
| OWLEntity
Represents Entities in the OWL 2 Specification.
|
| OWLImportsDeclaration
Represents an import statement in an ontology.
|
| OWLOntology
Represents an OWL 2 Ontology in the OWL 2
specification.
|
| OWLOntologyChange |
| OWLOntologyID
An object that identifies an ontology.
|
| OWLOntologyManager
An
OWLOntologyManager manages a set of ontologies. |
| RemoveAxiom |
| RemoveImport |
| RemoveOntologyAnnotation
Represents an ontology change where an annotation is removed from an
ontology.
|
| SetOntologyID |
| UnknownOWLOntologyException |
| Class and Description |
|---|
| IRI |
| OWLEntity
Represents Entities in the OWL 2 Specification.
|
| OWLException |
| OWLLiteral
Represents a Literal
in the OWL 2 Specification.
|
| OWLObject |
| OWLOntology
Represents an OWL 2 Ontology in the OWL 2
specification.
|
| OWLOntologyChangeException
A high level exception interface that describes errors that occurred when
applying changes to ontologies.
|
| OWLOntologyCreationException
An exception which describes an error during the creation of an ontology.
|
| OWLOntologyFormat
Represents the concrete representation format of an ontology.
|
| OWLOntologyLoaderConfiguration
A configuration object that specifies options and hints to objects that load
OWLOntologies.
|
| OWLOntologyManager
An
OWLOntologyManager manages a set of ontologies. |
| OWLOntologyStorageException |
| OWLRuntimeException
The root of runtime exceptions in the OWL API.
|
| PrefixManager
A prefix manager than can provide prefixes for prefix names.
|
| UnloadableImportException |
| Class and Description |
|---|
| AddAxiom
Represents an ontology change where axioms should be added to an ontology.
|
| AddImport
Represents an ontology change where an import statement is added to an
ontology.
|
| AddOntologyAnnotation
Represents an ontology change where an annotation is added to an ontology.
|
| AnnotationChange |
| AxiomType
Represents the type of axioms which can belong to ontologies.
|
| ClassExpressionType
Represents the different types of OWL 2 class expressions.
|
| DataRangeType
Represents the different types of OWL 2 data ranges.
|
| EntityType
Represents the different types of OWL 2 Entities.
|
| HasAddAxioms |
| HasAnnotations
An interface to an object that has annotation.
|
| HasAnonymousIndividuals |
| HasApplyChanges |
| HasAxioms
An interface to an object that contains axioms.
|
| HasAxiomsByType
An interface to an object that contains axioms and can provide subsets of
these axioms by the type of axiom.
|
| HasCardinality
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 18/02/2014 |
| HasClassesInSignature
An interface to an object that has a signature and can provide the classes
that are contained in its signature.
|
| HasContainsAxiom
An interface to an object that contains axioms.
|
| HasContainsEntityInSignature
An interface to an object that has a signature.
|
| HasContainsOntology |
| HasDataFactory |
| HasDataPropertiesInSignature |
| HasDatatypesInSignature |
| HasDirectImports
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 18/02/2014 |
| HasDomain
An interface to objects that have a domain.
|
| HasFiller
An interface to objects that have a filler.
|
| HasGetEntitiesInSignature |
| HasGetOntologies |
| HasGetOntologyById |
| HasImportsClosure
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 18/02/2014 |
| HasIndividualsInSignature |
| HasIRI |
| HasLang |
| HasLogicalAxioms
An interface to an object that contains a set of logical axioms.
|
| HasObject
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 18/02/2014 |
| HasObjectPropertiesInSignature
An interface to an object that has a signature and can provide the object
properties that are contained in its signature.
|
| HasOntologyID
An interface to objects that have an
OWLOntologyID. |
| HasPrefixedName |
| HasProperty
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 18/02/2014 |
| HasRange
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 18/02/2014 |
| HasShortForm
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 18/02/2014 |
| HasSignature
An interface to an object which has a signature
|
| HasSubject |
| ImpendingOWLOntologyChangeBroadcastStrategy |
| ImpendingOWLOntologyChangeListener |
| ImportChange |
| IRI |
| MissingImportEvent
An event that gets posted to objects that listen for missing imports when
silent missing import handling is set to
true in an ontology manager. |
| MissingImportHandlingStrategy
Specifies how missing imports should be treated during loading.
|
| MissingImportListener
An interface for objects that listen to missing imports events.
|
| NodeID
Represents the Node ID for anonymous individuals
|
| OWLAnnotation
Annotations are used in the various types of annotation axioms, which bind
annotations to their subjects (i.e.
|
| OWLAnnotationAssertionAxiom
Represents AnnotationAssertion axioms in the OWL 2 specification.
|
| OWLAnnotationAxiom
A super interface for annotation axioms.
|
| OWLAnnotationAxiomVisitor
A visitor which visits the different kinds of annotation axioms.
|
| OWLAnnotationAxiomVisitorEx |
| OWLAnnotationObject
A marker interface for the values (objects) of annotations.
|
| OWLAnnotationObjectVisitor |
| OWLAnnotationObjectVisitorEx |
| OWLAnnotationProperty
Represents an AnnotationProperty in the OWL 2 specification.
|
| OWLAnnotationPropertyDomainAxiom
Represents an AnnotationPropertyDomain axiom in the OWL 2 specification.
|
| OWLAnnotationPropertyProvider |
| OWLAnnotationPropertyRangeAxiom
Represents an AnnotationPropertyRange axiom in the OWL 2 specification.
|
| OWLAnnotationSubject
A marker interface for annotation subjects, which can either be IRIs or
anonymous individuals, with visitor methods.
|
| OWLAnnotationSubjectVisitor |
| OWLAnnotationSubjectVisitorEx |
| OWLAnnotationValue
A marker interface for annotation values, which can either be an IRI (URI),
Literal or Anonymous Individual, with visitor methods.
|
| OWLAnnotationValueVisitor
A visitor that visits values of
OWLAnnotations and
OWLAnnotationAssertionAxioms. |
| OWLAnnotationValueVisitorEx |
| OWLAnonymousClassExpression
The super interface for all class expressions which are not named class
expressions (i.e.
|
| OWLAnonymousIndividual
Represents Anonymous
Individuals in the OWL 2 Specification.
|
| OWLAnonymousIndividualByIdProvider
An interface to an object that can provide instances of
OWLAnonymousIndividual. |
| OWLAnonymousIndividualProvider
An interface to an object that can provide instances if
OWLAnonymousIndividual. |
| OWLAsymmetricObjectPropertyAxiom
Represents AsymmetricObjectProperty axioms in the OWL 2 specification.
|
| OWLAxiom
Represents Axioms in
the OWL 2 Specification.
An OWL ontology contains a set of axioms. |
| OWLAxiomChange |
| OWLAxiomVisitor
An interface for objects that can accept visits from axioms.
|
| OWLAxiomVisitorEx
An interface for objects that can accept visits from axioms.
|
| OWLBooleanClassExpression |
| OWLCardinalityRestriction |
| OWLClass
Represents a Class in
the OWL 2 specification.
|
| OWLClassAssertionAxiom
Represents ClassAssertion
axioms in the OWL 2 Specification.
|
| OWLClassAxiom |
| OWLClassExpression
Represents Class
Expressions in the OWL 2 specification.
|
| OWLClassExpressionVisitor
An interface to objects that can visit
OWLClassExpressions. |
| OWLClassExpressionVisitorEx
An interface to objects that can visit
OWLClassExpressions. |
| OWLClassProvider |
| OWLDataAllValuesFrom
Represents DataAllValuesFrom class expressions in the OWL 2 Specification.
|
| OWLDataCardinalityRestriction
Represents Data Property Cardinality Restrictions in the OWL 2 specification.
|
| OWLDataComplementOf
Represents DataComplementOf in the OWL 2 Specification.
|
| OWLDataExactCardinality
Represents DataExactCardinality retrictions in the OWL 2 Specification.
|
| OWLDataFactory
An interface for creating entities, class expressions and axioms.
|
| OWLDataHasValue
Represents DataHasValue retrictions in the OWL 2 Specification.
|
| OWLDataIntersectionOf
Represents DataIntersectionOf in the OWL 2 Specification.
|
| OWLDataMaxCardinality
Represents
DataMaxCardinality retrictions in the OWL 2 Specification.
|
| OWLDataMinCardinality
Represents
DataMinCardinality retrictions in the OWL 2 Specification.
|
| OWLDataOneOf
Represents DataOneOf in the OWL 2 Specification.
|
| OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
| OWLDataPropertyAssertionAxiom
Represents a DataPropertyAssertion in the OWL 2 Specification.
|
| OWLDataPropertyAxiom
A high level interface which marks data property axioms (e.g.
|
| OWLDataPropertyCharacteristicAxiom |
| OWLDataPropertyDomainAxiom
Represents a
DataPropertyDomain axiom in the OWL 2 Specification.
|
| OWLDataPropertyExpression
A high level interface to describe different types of data properties.
|
| OWLDataPropertyProvider |
| OWLDataPropertyRangeAxiom
Represents a
DataPropertyRange axiom in the OWL 2 Specification.
|
| OWLDataRange
Represents a DataRange in the OWL
2 Specification.
A high level interface which represents a data range. |
| OWLDataRangeVisitor
An interface to an object that can accept visits from
OWLDataRanges. |
| OWLDataRangeVisitorEx |
| OWLDataSomeValuesFrom
Represents a DataSomeValuesFrom restriction in the OWL 2 Specification.
|
| OWLDatatype
Represents a Datatype (named data
range) in the OWL 2 Specification.
|
| OWLDatatypeDefinitionAxiom
Represents a
DatatypeDefinition axiom in the OWL 2 Specification.
|
| OWLDatatypeProvider |
| OWLDatatypeRestriction
Represents a DatatypeRestriction data range in the OWL 2 Specification.
|
| OWLDataUnionOf
Represents a DataUnionOf
data range in the OWL 2 Specification.
|
| OWLDataVisitor
A visitor which can visit various data ranges and constants.
|
| OWLDataVisitorEx |
| OWLDeclarationAxiom
Represents a Declaration A declaration axiom declares an entity in an ontology.
|
| OWLDifferentIndividualsAxiom
Represents a DifferentIndividuals axiom in the OWL 2 Specification.
|
| OWLDisjointClassesAxiom
Represents a DisjointClasses
axiom in the OWL 2 Specification.
|
| OWLDisjointDataPropertiesAxiom
Represents a DisjointDataProperties axiom in the OWL 2 Specification.
|
| OWLDisjointObjectPropertiesAxiom
Represents DisjointObjectProperties axioms in the OWL 2 specification.
|
| OWLDisjointUnionAxiom
Represents a DisjointUnion axiom in the OWL 2 Specification.
|
| OWLEntity
Represents Entities in the OWL 2 Specification.
|
| OWLEntityByTypeProvider |
| OWLEntityProvider |
| OWLEntityVisitor
An interface to an object that can accept visits from
OWLEntitys. |
| OWLEntityVisitorEx |
| OWLEquivalentClassesAxiom
Represents an EquivalentClasses axiom in the OWL 2 Specification.
|
| OWLEquivalentDataPropertiesAxiom
Represents an EquivalentDataProperties axiom in the OWL 2 Specification.
|
| OWLEquivalentObjectPropertiesAxiom
Represents EquivalentObjectProperties axioms in the OWL 2 specification.
|
| OWLException |
| OWLFacetRestriction
A facet restriction is used to restrict a particular datatype.
|
| OWLFunctionalDataPropertyAxiom
Represents a FunctionalDataProperty axiom in the OWL 2 Specification.
|
| OWLFunctionalObjectPropertyAxiom
Represents FunctionalObjectProperty axioms in the OWL 2 specification.
|
| OWLHasKeyAxiom
Represents a HasKey
axiom in the OWL 2 Specification.
|
| OWLHasValueRestriction |
| OWLImportsDeclaration
Represents an import statement in an ontology.
|
| OWLIndividual
Represents a named or anonymous individual.
|
| OWLIndividualAxiom |
| OWLIndividualVisitor |
| OWLIndividualVisitorEx |
| OWLInverseFunctionalObjectPropertyAxiom
Represents InverseFunctionalObjectProperty axioms in the OWL 2 specification.
|
| OWLInverseObjectPropertiesAxiom
Represents an InverseObjectProperties Represents a statement that two properties are
the inverse of each other.
|
| OWLIrreflexiveObjectPropertyAxiom
Represents IrreflexiveObjectProperty axioms in the OWL 2 Specification.
|
| OWLLiteral
Represents a Literal
in the OWL 2 Specification.
|
| OWLLogicalAxiom
A base interface of all axioms that affect the logical meaning of an
ontology.
|
| OWLLogicalEntity
An
OWLLogicalEntity is an OWLEntity that is not an
OWLAnnotationProperty. |
| OWLNamedIndividual
Represents a Named
Individual in the OWL 2 Specification.
|
| OWLNamedIndividualProvider |
| OWLNamedObject
Represents a named object for example, class, property, ontology etc.
|
| OWLNamedObjectVisitor |
| OWLNamedObjectVisitorEx |
| OWLNaryAxiom
Represents an axiom that contains two or more operands that could also be
represented with multiple pairwise axioms
|
| OWLNaryBooleanClassExpression |
| OWLNaryClassAxiom |
| OWLNaryDataRange |
| OWLNaryIndividualAxiom |
| OWLNaryPropertyAxiom |
| OWLNegativeDataPropertyAssertionAxiom
Represents a NegativeDataPropertyAssertion axiom in the OWL 2 Specification.
|
| OWLNegativeObjectPropertyAssertionAxiom
Represents a NegativeObjectPropertyAssertion axiom in the OWL 2 Specification.
|
| OWLObject |
| OWLObjectAllValuesFrom
Represents an ObjectAllValuesFrom restriction in the OWL 2 Specification.
|
| OWLObjectCardinalityRestriction |
| OWLObjectComplementOf
Represents an ObjectComplementOf class expression in the OWL 2 Specification.
|
| OWLObjectExactCardinality
Represents an
ObjectExactCardinality restriction in the OWL 2 Specification.
|
| OWLObjectHasSelf
Represents an ObjectHasSelf
class expression in the OWL 2 Specification.
|
| OWLObjectHasValue
Represents an ObjectHasValue class expression in the OWL 2 Specification.
|
| OWLObjectIntersectionOf
Represents an ObjectIntersectionOf class expression in the OWL 2 Specification.
|
| OWLObjectInverseOf
Represents a ObjectInverseOf Represents the inverse of a property expression.
|
| OWLObjectMaxCardinality
Represents an ObjectMaxCardinality restriction in the OWL 2 Specification.
|
| OWLObjectMinCardinality
Represents a
ObjectMinCardinality restriction in the OWL 2 Specification.
|
| OWLObjectOneOf
Represents an ObjectOneOf class expression in the OWL 2 Specification.
|
| OWLObjectProperty
Represents an Object
Property in the OWL 2 Specification.
|
| OWLObjectPropertyAssertionAxiom
Represents an ObjectPropertyAssertion axiom in the OWL 2 Specification.
|
| OWLObjectPropertyAxiom |
| OWLObjectPropertyCharacteristicAxiom |
| OWLObjectPropertyDomainAxiom
Represents
ObjectPropertyDomain axioms in the OWL 2 specification.
|
| OWLObjectPropertyExpression |
| OWLObjectPropertyProvider |
| OWLObjectPropertyRangeAxiom
Represents
ObjectPropertyRange axioms in the OWL 2 specification.
|
| OWLObjectSomeValuesFrom
Represents an ObjectSomeValuesFrom class expression in the OWL 2 Specification.
|
| OWLObjectUnionOf
Represents an ObjectUnionOf class expression in the OWL 2 Specification.
|
| OWLObjectVisitor |
| OWLObjectVisitorEx |
| OWLOntology
Represents an OWL 2 Ontology in the OWL 2
specification.
|
| OWLOntologyChange |
| OWLOntologyChangeBroadcastStrategy |
| OWLOntologyChangeException
A high level exception interface that describes errors that occurred when
applying changes to ontologies.
|
| OWLOntologyChangeListener |
| OWLOntologyChangeProgressListener
Objects that want to listen to the progress of applying changes to an
ontology should implement this interface and add themselves as listener to a
manager.
|
| OWLOntologyChangesVetoedListener |
| OWLOntologyChangeVetoException
Describes a situation where a change was vetoed for some reason.
|
| OWLOntologyChangeVisitor |
| OWLOntologyChangeVisitorEx |
| OWLOntologyCreationException
An exception which describes an error during the creation of an ontology.
|
| OWLOntologyFactory
An ontology factory is responsible from creating new ontologies and creating
ontologies from ontology document IRIs.
|
| OWLOntologyFactory.OWLOntologyCreationHandler
An
OWLOntologyCreationHandler gets notified when the factory has
created an empty ontology (during the loading process). |
| OWLOntologyFormat
Represents the concrete representation format of an ontology.
|
| OWLOntologyID
An object that identifies an ontology.
|
| OWLOntologyIRIMapper
The interface to an object that is capable of mapping ontology IRIs to
document IRIs.
|
| OWLOntologyLoaderConfiguration
A configuration object that specifies options and hints to objects that load
OWLOntologies.
|
| OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy
strategies to cope with missing headers.
|
| OWLOntologyLoaderListener
Receives notification of ontology loading starting and finishing from a
manager.
|
| OWLOntologyLoaderListener.LoadingEvent |
| OWLOntologyLoaderListener.LoadingFinishedEvent
Describes the situation when the loading process for an ontology has
finished.
|
| OWLOntologyLoaderListener.LoadingStartedEvent |
| OWLOntologyManager
An
OWLOntologyManager manages a set of ontologies. |
| OWLOntologyRenameException
An exception that describes the situation where an ontology could not be
renamed (have its ID set) because its manager already contained an ontology
with the same name.
|
| OWLOntologySetProvider
Inputs to algorithms etc.
|
| OWLOntologyStorageException |
| OWLOntologyStorer
An ontology storer stores an ontology in a particular format at a location
specified by a particular URI.
|
| OWLPrimitive
A common interface for:
OWLClass,
OWLObjectProperty,
OWLDataProperty,
OWLAnnotationProperty,
OWLDatatype,
OWLAnonymousIndividual,
OWLLiteral,
IRI. |
| OWLProperty
A marker interface for properties that aren't expression i.e.
|
| OWLPropertyAssertionAxiom |
| OWLPropertyAssertionObject
A marker interface for the types of property assertion objects (individuals
and literals) that are the objects of property assertions.
|
| OWLPropertyAxiom
The base interface for property axioms.
|
| OWLPropertyDomainAxiom
Represents
ObjectPropertyDomain axioms in the OWL 2 specification.
|
| OWLPropertyExpression |
| OWLPropertyExpressionVisitor
An interface to object that can visit the different types of property
expressions.
|
| OWLPropertyExpressionVisitorEx |
| OWLPropertyRange
A marker interface, for objects that can be the ranges of properties.
|
| OWLPropertyRangeAxiom
Represents
ObjectPropertyRange axioms in the OWL 2 specification.
|
| OWLQuantifiedDataRestriction
A quantified data restriction.
|
| OWLQuantifiedObjectRestriction
A quantified object restriction.
|
| OWLQuantifiedRestriction |
| OWLReflexiveObjectPropertyAxiom
Represents ReflexiveObjectProperty axioms in the OWL 2 specification.
|
| OWLRestriction |
| OWLRuntimeException
The root of runtime exceptions in the OWL API.
|
| OWLSameIndividualAxiom
Represents an
SameIndividual axiom in the OWL 2 Specification.
|
| OWLSubAnnotationPropertyOfAxiom
Represents an SubAnnotationPropertyOf axiom in the OWL 2 Specification.
|
| OWLSubClassOfAxiom
Represents an SubClassOf axiom
in the OWL 2 Specification.
|
| OWLSubClassOfAxiomSetShortCut
A marker interface for an axiom that can be represented by a set of
SubClassOf axioms that is equivalent to this axiom.
|
| OWLSubClassOfAxiomShortCut
A marker interface for axioms that are essentially syntactic shortcuts for
SubClassOf axioms.
|
| OWLSubDataPropertyOfAxiom
Represents an
SubDataPropertyOf axiom in the OWL 2 Specification.
|
| OWLSubObjectPropertyOfAxiom
Represents
SubObjectPropertyOf axioms in the OWL 2 specification.
|
| OWLSubPropertyAxiom |
| OWLSubPropertyChainOfAxiom
Represents a
SubObjectPropertyOf axiom in the OWL 2 Specification where the
subproperty is a chain of properties.
|
| OWLSymmetricObjectPropertyAxiom
Represents SymmetricObjectProperty axioms in the OWL 2 specification.
|
| OWLTransitiveObjectPropertyAxiom
Represents a TransitiveObjectProperty axiom in the OWL 2 Specification.
|
| OWLUnaryPropertyAxiom |
| PrefixManager
A prefix manager than can provide prefixes for prefix names.
|
| PrimitiveType |
| RemoveAxiom |
| RemoveImport |
| RemoveOntologyAnnotation
Represents an ontology change where an annotation is removed from an
ontology.
|
| SetOntologyID |
| SWRLArgument
Represents an object in an atom (either a data object or and individual
object).
|
| SWRLAtom
Represents an atom in a rule.
|
| SWRLBinaryAtom
Represents an atom with two ordered arguments.
|
| SWRLBuiltInAtom |
| SWRLClassAtom |
| SWRLDArgument
Represents arguments in
SWRLAtoms that
are either OWLLiterals or variables for individuals
SWRLLiteralArgument. |
| SWRLDataFactory
An interface to a factory that can create SWRL objects.
|
| SWRLDataPropertyAtom |
| SWRLDataRangeAtom |
| SWRLDifferentIndividualsAtom |
| SWRLIArgument
Represents arguments in
SWRLAtoms that
are either OWLIndividuals or variables
for individuals SWRLIndividualArgument. |
| SWRLIndividualArgument |
| SWRLLiteralArgument |
| SWRLObject |
| SWRLObjectPropertyAtom |
| SWRLObjectVisitor |
| SWRLObjectVisitorEx |
| SWRLPredicate |
| SWRLRule
Represent a rule.
|
| SWRLSameIndividualAtom |
| SWRLUnaryAtom |
| SWRLVariable
Represents a variable that can appear in an atom.
|
| UnknownOWLOntologyException |
| UnloadableImportException |
| Class and Description |
|---|
| HasIRI |
| IRI |
| OWLAnnotation
Annotations are used in the various types of annotation axioms, which bind
annotations to their subjects (i.e.
|
| OWLAnnotationAxiomVisitorEx |
| OWLAnnotationObjectVisitorEx |
| OWLAnnotationProperty
Represents an AnnotationProperty in the OWL 2 specification.
|
| OWLAnnotationValueVisitorEx |
| OWLAnonymousIndividual
Represents Anonymous
Individuals in the OWL 2 Specification.
|
| OWLAsymmetricObjectPropertyAxiom
Represents AsymmetricObjectProperty axioms in the OWL 2 specification.
|
| OWLAxiom
Represents Axioms in
the OWL 2 Specification.
An OWL ontology contains a set of axioms. |
| OWLAxiomVisitorEx
An interface for objects that can accept visits from axioms.
|
| OWLClass
Represents a Class in
the OWL 2 specification.
|
| OWLClassAssertionAxiom
Represents ClassAssertion
axioms in the OWL 2 Specification.
|
| OWLClassExpression
Represents Class
Expressions in the OWL 2 specification.
|
| OWLClassExpressionVisitorEx
An interface to objects that can visit
OWLClassExpressions. |
| OWLDataAllValuesFrom
Represents DataAllValuesFrom class expressions in the OWL 2 Specification.
|
| OWLDataComplementOf
Represents DataComplementOf in the OWL 2 Specification.
|
| OWLDataExactCardinality
Represents DataExactCardinality retrictions in the OWL 2 Specification.
|
| OWLDataMaxCardinality
Represents
DataMaxCardinality retrictions in the OWL 2 Specification.
|
| OWLDataMinCardinality
Represents
DataMinCardinality retrictions in the OWL 2 Specification.
|
| OWLDataOneOf
Represents DataOneOf in the OWL 2 Specification.
|
| OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
| OWLDataRange
Represents a DataRange in the OWL
2 Specification.
A high level interface which represents a data range. |
| OWLDatatype
Represents a Datatype (named data
range) in the OWL 2 Specification.
|
| OWLDatatypeDefinitionAxiom
Represents a
DatatypeDefinition axiom in the OWL 2 Specification.
|
| OWLDatatypeRestriction
Represents a DatatypeRestriction data range in the OWL 2 Specification.
|
| OWLDataUnionOf
Represents a DataUnionOf
data range in the OWL 2 Specification.
|
| OWLDataVisitorEx |
| OWLDisjointClassesAxiom
Represents a DisjointClasses
axiom in the OWL 2 Specification.
|
| OWLDisjointDataPropertiesAxiom
Represents a DisjointDataProperties axiom in the OWL 2 Specification.
|
| OWLDisjointObjectPropertiesAxiom
Represents DisjointObjectProperties axioms in the OWL 2 specification.
|
| OWLDisjointUnionAxiom
Represents a DisjointUnion axiom in the OWL 2 Specification.
|
| OWLEntityVisitorEx |
| OWLFunctionalObjectPropertyAxiom
Represents FunctionalObjectProperty axioms in the OWL 2 specification.
|
| OWLIndividualVisitorEx |
| OWLInverseFunctionalObjectPropertyAxiom
Represents InverseFunctionalObjectProperty axioms in the OWL 2 specification.
|
| OWLInverseObjectPropertiesAxiom
Represents an InverseObjectProperties Represents a statement that two properties are
the inverse of each other.
|
| OWLIrreflexiveObjectPropertyAxiom
Represents IrreflexiveObjectProperty axioms in the OWL 2 Specification.
|
| OWLLiteral
Represents a Literal
in the OWL 2 Specification.
|
| OWLNamedIndividual
Represents a Named
Individual in the OWL 2 Specification.
|
| OWLNamedObjectVisitorEx |
| OWLObject |
| OWLObjectAllValuesFrom
Represents an ObjectAllValuesFrom restriction in the OWL 2 Specification.
|
| OWLObjectCardinalityRestriction |
| OWLObjectComplementOf
Represents an ObjectComplementOf class expression in the OWL 2 Specification.
|
| OWLObjectExactCardinality
Represents an
ObjectExactCardinality restriction in the OWL 2 Specification.
|
| OWLObjectHasSelf
Represents an ObjectHasSelf
class expression in the OWL 2 Specification.
|
| OWLObjectInverseOf
Represents a ObjectInverseOf Represents the inverse of a property expression.
|
| OWLObjectMaxCardinality
Represents an ObjectMaxCardinality restriction in the OWL 2 Specification.
|
| OWLObjectMinCardinality
Represents a
ObjectMinCardinality restriction in the OWL 2 Specification.
|
| OWLObjectOneOf
Represents an ObjectOneOf class expression in the OWL 2 Specification.
|
| OWLObjectProperty
Represents an Object
Property in the OWL 2 Specification.
|
| OWLObjectPropertyExpression |
| OWLObjectPropertyRangeAxiom
Represents
ObjectPropertyRange axioms in the OWL 2 specification.
|
| OWLObjectUnionOf
Represents an ObjectUnionOf class expression in the OWL 2 Specification.
|
| OWLObjectVisitorEx |
| OWLOntology
Represents an OWL 2 Ontology in the OWL 2
specification.
|
| OWLOntologyID
An object that identifies an ontology.
|
| OWLOntologyManager
An
OWLOntologyManager manages a set of ontologies. |
| OWLPropertyExpressionVisitorEx |
| OWLSubDataPropertyOfAxiom
Represents an
SubDataPropertyOf axiom in the OWL 2 Specification.
|
| OWLSubPropertyChainOfAxiom
Represents a
SubObjectPropertyOf axiom in the OWL 2 Specification where the
subproperty is a chain of properties.
|
| OWLSymmetricObjectPropertyAxiom
Represents SymmetricObjectProperty axioms in the OWL 2 specification.
|
| SWRLObjectVisitorEx |
| SWRLRule
Represent a rule.
|
| Class and Description |
|---|
| AxiomType
Represents the type of axioms which can belong to ontologies.
|
| OWLAxiom
Represents Axioms in
the OWL 2 Specification.
An OWL ontology contains a set of axioms. |
| OWLClass
Represents a Class in
the OWL 2 specification.
|
| OWLClassExpression
Represents Class
Expressions in the OWL 2 specification.
|
| OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
| OWLDataPropertyExpression
A high level interface to describe different types of data properties.
|
| OWLEntity
Represents Entities in the OWL 2 Specification.
|
| OWLLiteral
Represents a Literal
in the OWL 2 Specification.
|
| OWLNamedIndividual
Represents a Named
Individual in the OWL 2 Specification.
|
| OWLObject |
| OWLObjectPropertyExpression |
| OWLOntology
Represents an OWL 2 Ontology in the OWL 2
specification.
|
| OWLOntologyChange |
| OWLRuntimeException
The root of runtime exceptions in the OWL API.
|
| Class and Description |
|---|
| OWLClassExpression
Represents Class
Expressions in the OWL 2 specification.
|
| OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
| OWLDataRange
Represents a DataRange in the OWL
2 Specification.
A high level interface which represents a data range. |
| OWLObjectProperty
Represents an Object
Property in the OWL 2 Specification.
|
| OWLObjectPropertyExpression |
| Class and Description |
|---|
| AddAxiom
Represents an ontology change where axioms should be added to an ontology.
|
| AddImport
Represents an ontology change where an import statement is added to an
ontology.
|
| AddOntologyAnnotation
Represents an ontology change where an annotation is added to an ontology.
|
| AxiomType
Represents the type of axioms which can belong to ontologies.
|
| HasGetOntologies |
| IRI |
| OWLAnnotation
Annotations are used in the various types of annotation axioms, which bind
annotations to their subjects (i.e.
|
| OWLAnnotationAssertionAxiom
Represents AnnotationAssertion axioms in the OWL 2 specification.
|
| OWLAnnotationAxiomVisitor
A visitor which visits the different kinds of annotation axioms.
|
| OWLAnnotationAxiomVisitorEx |
| OWLAnnotationObjectVisitor |
| OWLAnnotationObjectVisitorEx |
| OWLAnnotationProperty
Represents an AnnotationProperty in the OWL 2 specification.
|
| OWLAnnotationPropertyDomainAxiom
Represents an AnnotationPropertyDomain axiom in the OWL 2 specification.
|
| OWLAnnotationPropertyRangeAxiom
Represents an AnnotationPropertyRange axiom in the OWL 2 specification.
|
| OWLAnnotationValueVisitor
A visitor that visits values of
OWLAnnotations and
OWLAnnotationAssertionAxioms. |
| OWLAnnotationValueVisitorEx |
| OWLAnonymousIndividual
Represents Anonymous
Individuals in the OWL 2 Specification.
|
| OWLAsymmetricObjectPropertyAxiom
Represents AsymmetricObjectProperty axioms in the OWL 2 specification.
|
| OWLAxiom
Represents Axioms in
the OWL 2 Specification.
An OWL ontology contains a set of axioms. |
| OWLAxiomChange |
| OWLAxiomVisitor
An interface for objects that can accept visits from axioms.
|
| OWLAxiomVisitorEx
An interface for objects that can accept visits from axioms.
|
| OWLClass
Represents a Class in
the OWL 2 specification.
|
| OWLClassAssertionAxiom
Represents ClassAssertion
axioms in the OWL 2 Specification.
|
| OWLClassAxiom |
| OWLClassExpression
Represents Class
Expressions in the OWL 2 specification.
|
| OWLClassExpressionVisitor
An interface to objects that can visit
OWLClassExpressions. |
| OWLClassExpressionVisitorEx
An interface to objects that can visit
OWLClassExpressions. |
| OWLDataAllValuesFrom
Represents DataAllValuesFrom class expressions in the OWL 2 Specification.
|
| OWLDataComplementOf
Represents DataComplementOf in the OWL 2 Specification.
|
| OWLDataExactCardinality
Represents DataExactCardinality retrictions in the OWL 2 Specification.
|
| OWLDataFactory
An interface for creating entities, class expressions and axioms.
|
| OWLDataHasValue
Represents DataHasValue retrictions in the OWL 2 Specification.
|
| OWLDataIntersectionOf
Represents DataIntersectionOf in the OWL 2 Specification.
|
| OWLDataMaxCardinality
Represents
DataMaxCardinality retrictions in the OWL 2 Specification.
|
| OWLDataMinCardinality
Represents
DataMinCardinality retrictions in the OWL 2 Specification.
|
| OWLDataOneOf
Represents DataOneOf in the OWL 2 Specification.
|
| OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
| OWLDataPropertyAssertionAxiom
Represents a DataPropertyAssertion in the OWL 2 Specification.
|
| OWLDataPropertyAxiom
A high level interface which marks data property axioms (e.g.
|
| OWLDataPropertyCharacteristicAxiom |
| OWLDataPropertyDomainAxiom
Represents a
DataPropertyDomain axiom in the OWL 2 Specification.
|
| OWLDataPropertyExpression
A high level interface to describe different types of data properties.
|
| OWLDataPropertyRangeAxiom
Represents a
DataPropertyRange axiom in the OWL 2 Specification.
|
| OWLDataRange
Represents a DataRange in the OWL
2 Specification.
A high level interface which represents a data range. |
| OWLDataRangeVisitor
An interface to an object that can accept visits from
OWLDataRanges. |
| OWLDataSomeValuesFrom
Represents a DataSomeValuesFrom restriction in the OWL 2 Specification.
|
| OWLDatatype
Represents a Datatype (named data
range) in the OWL 2 Specification.
|
| OWLDatatypeDefinitionAxiom
Represents a
DatatypeDefinition axiom in the OWL 2 Specification.
|
| OWLDatatypeRestriction
Represents a DatatypeRestriction data range in the OWL 2 Specification.
|
| OWLDataUnionOf
Represents a DataUnionOf
data range in the OWL 2 Specification.
|
| OWLDataVisitor
A visitor which can visit various data ranges and constants.
|
| OWLDataVisitorEx |
| OWLDeclarationAxiom
Represents a Declaration A declaration axiom declares an entity in an ontology.
|
| OWLDifferentIndividualsAxiom
Represents a DifferentIndividuals axiom in the OWL 2 Specification.
|
| OWLDisjointClassesAxiom
Represents a DisjointClasses
axiom in the OWL 2 Specification.
|
| OWLDisjointDataPropertiesAxiom
Represents a DisjointDataProperties axiom in the OWL 2 Specification.
|
| OWLDisjointObjectPropertiesAxiom
Represents DisjointObjectProperties axioms in the OWL 2 specification.
|
| OWLDisjointUnionAxiom
Represents a DisjointUnion axiom in the OWL 2 Specification.
|
| OWLEntity
Represents Entities in the OWL 2 Specification.
|
| OWLEntityVisitor
An interface to an object that can accept visits from
OWLEntitys. |
| OWLEntityVisitorEx |
| OWLEquivalentClassesAxiom
Represents an EquivalentClasses axiom in the OWL 2 Specification.
|
| OWLEquivalentDataPropertiesAxiom
Represents an EquivalentDataProperties axiom in the OWL 2 Specification.
|
| OWLEquivalentObjectPropertiesAxiom
Represents EquivalentObjectProperties axioms in the OWL 2 specification.
|
| OWLException |
| OWLFacetRestriction
A facet restriction is used to restrict a particular datatype.
|
| OWLFunctionalDataPropertyAxiom
Represents a FunctionalDataProperty axiom in the OWL 2 Specification.
|
| OWLFunctionalObjectPropertyAxiom
Represents FunctionalObjectProperty axioms in the OWL 2 specification.
|
| OWLHasKeyAxiom
Represents a HasKey
axiom in the OWL 2 Specification.
|
| OWLIndividualAxiom |
| OWLIndividualVisitor |
| OWLIndividualVisitorEx |
| OWLInverseFunctionalObjectPropertyAxiom
Represents InverseFunctionalObjectProperty axioms in the OWL 2 specification.
|
| OWLInverseObjectPropertiesAxiom
Represents an InverseObjectProperties Represents a statement that two properties are
the inverse of each other.
|
| OWLIrreflexiveObjectPropertyAxiom
Represents IrreflexiveObjectProperty axioms in the OWL 2 Specification.
|
| OWLLiteral
Represents a Literal
in the OWL 2 Specification.
|
| OWLNamedIndividual
Represents a Named
Individual in the OWL 2 Specification.
|
| OWLNamedObjectVisitor |
| OWLNamedObjectVisitorEx |
| OWLNegativeDataPropertyAssertionAxiom
Represents a NegativeDataPropertyAssertion axiom in the OWL 2 Specification.
|
| OWLNegativeObjectPropertyAssertionAxiom
Represents a NegativeObjectPropertyAssertion axiom in the OWL 2 Specification.
|
| OWLObject |
| OWLObjectAllValuesFrom
Represents an ObjectAllValuesFrom restriction in the OWL 2 Specification.
|
| OWLObjectComplementOf
Represents an ObjectComplementOf class expression in the OWL 2 Specification.
|
| OWLObjectExactCardinality
Represents an
ObjectExactCardinality restriction in the OWL 2 Specification.
|
| OWLObjectHasSelf
Represents an ObjectHasSelf
class expression in the OWL 2 Specification.
|
| OWLObjectHasValue
Represents an ObjectHasValue class expression in the OWL 2 Specification.
|
| OWLObjectIntersectionOf
Represents an ObjectIntersectionOf class expression in the OWL 2 Specification.
|
| OWLObjectInverseOf
Represents a ObjectInverseOf Represents the inverse of a property expression.
|
| OWLObjectMaxCardinality
Represents an ObjectMaxCardinality restriction in the OWL 2 Specification.
|
| OWLObjectMinCardinality
Represents a
ObjectMinCardinality restriction in the OWL 2 Specification.
|
| OWLObjectOneOf
Represents an ObjectOneOf class expression in the OWL 2 Specification.
|
| OWLObjectProperty
Represents an Object
Property in the OWL 2 Specification.
|
| OWLObjectPropertyAssertionAxiom
Represents an ObjectPropertyAssertion axiom in the OWL 2 Specification.
|
| OWLObjectPropertyAxiom |
| OWLObjectPropertyCharacteristicAxiom |
| OWLObjectPropertyDomainAxiom
Represents
ObjectPropertyDomain axioms in the OWL 2 specification.
|
| OWLObjectPropertyExpression |
| OWLObjectPropertyRangeAxiom
Represents
ObjectPropertyRange axioms in the OWL 2 specification.
|
| OWLObjectSomeValuesFrom
Represents an ObjectSomeValuesFrom class expression in the OWL 2 Specification.
|
| OWLObjectUnionOf
Represents an ObjectUnionOf class expression in the OWL 2 Specification.
|
| OWLObjectVisitor |
| OWLObjectVisitorEx |
| OWLOntology
Represents an OWL 2 Ontology in the OWL 2
specification.
|
| OWLOntologyChange |
| OWLOntologyChangeException
A high level exception interface that describes errors that occurred when
applying changes to ontologies.
|
| OWLOntologyChangeListener |
| OWLOntologyChangeVisitor |
| OWLOntologyChangeVisitorEx |
| OWLOntologyCreationException
An exception which describes an error during the creation of an ontology.
|
| OWLOntologyFormat
Represents the concrete representation format of an ontology.
|
| OWLOntologyIRIMapper
The interface to an object that is capable of mapping ontology IRIs to
document IRIs.
|
| OWLOntologyManager
An
OWLOntologyManager manages a set of ontologies. |
| OWLOntologySetProvider
Inputs to algorithms etc.
|
| OWLOntologyStorageException |
| OWLOntologyStorer
An ontology storer stores an ontology in a particular format at a location
specified by a particular URI.
|
| OWLPropertyAssertionAxiom |
| OWLPropertyExpression |
| OWLPropertyExpressionVisitor
An interface to object that can visit the different types of property
expressions.
|
| OWLPropertyExpressionVisitorEx |
| OWLReflexiveObjectPropertyAxiom
Represents ReflexiveObjectProperty axioms in the OWL 2 specification.
|
| OWLSameIndividualAxiom
Represents an
SameIndividual axiom in the OWL 2 Specification.
|
| OWLSubAnnotationPropertyOfAxiom
Represents an SubAnnotationPropertyOf axiom in the OWL 2 Specification.
|
| OWLSubClassOfAxiom
Represents an SubClassOf axiom
in the OWL 2 Specification.
|
| OWLSubDataPropertyOfAxiom
Represents an
SubDataPropertyOf axiom in the OWL 2 Specification.
|
| OWLSubObjectPropertyOfAxiom
Represents
SubObjectPropertyOf axioms in the OWL 2 specification.
|
| OWLSubPropertyChainOfAxiom
Represents a
SubObjectPropertyOf axiom in the OWL 2 Specification where the
subproperty is a chain of properties.
|
| OWLSymmetricObjectPropertyAxiom
Represents SymmetricObjectProperty axioms in the OWL 2 specification.
|
| OWLTransitiveObjectPropertyAxiom
Represents a TransitiveObjectProperty axiom in the OWL 2 Specification.
|
| PrefixManager
A prefix manager than can provide prefixes for prefix names.
|
| RemoveAxiom |
| RemoveImport |
| RemoveOntologyAnnotation
Represents an ontology change where an annotation is removed from an
ontology.
|
| SetOntologyID |
| SWRLBuiltInAtom |
| SWRLClassAtom |
| SWRLDataPropertyAtom |
| SWRLDataRangeAtom |
| SWRLDifferentIndividualsAtom |
| SWRLIndividualArgument |
| SWRLLiteralArgument |
| SWRLObjectPropertyAtom |
| SWRLObjectVisitor |
| SWRLObjectVisitorEx |
| SWRLRule
Represent a rule.
|
| SWRLSameIndividualAtom |
| SWRLVariable
Represents a variable that can appear in an atom.
|
| Class and Description |
|---|
| EntityType
Represents the different types of OWL 2 Entities.
|
| HasIRI |
| HasPrefixedName |
| HasShortForm
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 18/02/2014 |
| IRI |
| OWLAnnotationProperty
Represents an AnnotationProperty in the OWL 2 specification.
|
| OWLClass
Represents a Class in
the OWL 2 specification.
|
| OWLDataFactory
An interface for creating entities, class expressions and axioms.
|
| OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
| OWLDatatype
Represents a Datatype (named data
range) in the OWL 2 Specification.
|
| OWLObjectProperty
Represents an Object
Property in the OWL 2 Specification.
|
| OWLOntologyFormat
Represents the concrete representation format of an ontology.
|
| PrefixManager
A prefix manager than can provide prefixes for prefix names.
|
| SWRLPredicate |
Copyright © 2014 The University of Manchester. All Rights Reserved.