| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| uk.ac.manchester.cs.owl.owlapi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnnotationAssertionAxiom
Represents AnnotationAssertion axioms in the OWL 2 specification.
|
interface |
OWLAnnotationPropertyDomainAxiom
Represents an AnnotationPropertyDomain axiom in the OWL 2 specification.
|
interface |
OWLAnnotationPropertyRangeAxiom
Represents an AnnotationPropertyRange axiom in the OWL 2 specification.
|
interface |
OWLSubAnnotationPropertyOfAxiom
Represents an SubAnnotationPropertyOf axiom in the OWL 2 Specification.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotationAxiom> |
OWLOntology.getAxioms(OWLAnnotationProperty property)
Gets the axioms that form the definition/description of an annotation
property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLAnnotationAssertionAxiomImpl |
class |
OWLAnnotationPropertyDomainAxiomImpl |
class |
OWLAnnotationPropertyRangeAxiomImpl |
class |
OWLSubAnnotationPropertyOfAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotationAxiom> |
OWLOntologyImpl.getAxioms(OWLAnnotationProperty prop) |
Copyright © 2014 The University of Manchester. All Rights Reserved.