| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnnotationAssertionAxiom
Represents
AnnotationAssertion axioms in the OWL 2 specification.
|
interface |
OWLAnnotationAxiom
A super interface for annotation axioms.
|
interface |
OWLAnnotationPropertyDomainAxiom
Represents an
AnnotationPropertyDomain axiom in the OWL 2 specification.
|
interface |
OWLAnnotationPropertyRangeAxiom
Represents an
AnnotationPropertyRange axiom in the OWL 2 specification.
|
interface |
OWLAnnotationSubject
A marker interface for annotation subjects, which can either be IRIs or
anonymous individuals, with visitor methods.
|
interface |
OWLAnnotationValue
A marker interface for annotation values, which can either be an IRI (URI),
Literal or Anonymous Individual, with visitor methods.
|
interface |
OWLAnonymousIndividual
Represents
Anonymous
Individuals in the OWL 2 Specification.
|
interface |
OWLLiteral
Represents a
Literal in the OWL 2 Specification.
|
interface |
OWLSubAnnotationPropertyOfAxiom
Represents an
SubAnnotationPropertyOf axiom in the OWL 2 Specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IRI
Represents International Resource Identifiers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLAnnotationAssertionAxiomImpl |
class |
OWLAnnotationPropertyDomainAxiomImpl |
class |
OWLAnnotationPropertyRangeAxiomImpl |
class |
OWLAnonymousIndividualImpl |
class |
OWLLiteralImpl
Implementation of
OWLLiteral that uses compression of strings. |
class |
OWLLiteralImplBoolean |
class |
OWLLiteralImplDouble |
class |
OWLLiteralImplFloat |
class |
OWLLiteralImplInteger |
class |
OWLLiteralImplNoCompression |
class |
OWLLiteralImplPlain
An OWLLiteral whose datatype is RDF_LANG_STRING or XSD_STRING
|
class |
OWLLiteralImplString
An OWLLiteral with xsd:string datatype and no language tag.
|
class |
OWLSubAnnotationPropertyOfAxiomImpl |
Copyright © 2017 The University of Manchester. All Rights Reserved.