| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| 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 |
|---|---|
default java.util.stream.Stream<OWLAnnotationAxiom> |
OWLAxiomCollection.axioms(OWLAnnotationProperty property)
Gets the axioms that form the definition/description of an annotation
property.
|
default java.util.stream.Stream<OWLAnnotationAxiom> |
OWLAxiomCollection.axioms(OWLAnnotationProperty property,
Imports imports)
Gets the axioms that form the definition/description of an annotation
property.
|
default Set<OWLAnnotationAxiom> |
OWLAxiomCollection.getAxioms(OWLAnnotationProperty property)
Deprecated.
use the stream method
|
default Set<OWLAnnotationAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLAnnotationProperty property,
boolean includeImportsClosure)
Deprecated.
use getAxioms(entity, Imports) instead
|
default Set<OWLAnnotationAxiom> |
OWLAxiomCollection.getAxioms(OWLAnnotationProperty property,
Imports includeImportsClosure)
Deprecated.
use the stream method
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLAnnotationAssertionAxiomImpl |
class |
OWLAnnotationPropertyDomainAxiomImpl |
class |
OWLAnnotationPropertyRangeAxiomImpl |
class |
OWLSubAnnotationPropertyOfAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLAnnotationAxiom> |
ConcurrentOWLOntologyImpl.axioms(OWLAnnotationProperty owlAnnotationProperty) |
java.util.stream.Stream<OWLAnnotationAxiom> |
ConcurrentOWLOntologyImpl.axioms(OWLAnnotationProperty property,
Imports imports) |
Set<OWLAnnotationAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLAnnotationProperty owlAnnotationProperty) |
Set<OWLAnnotationAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLAnnotationProperty owlAnnotationProperty,
boolean b) |
Set<OWLAnnotationAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLAnnotationProperty owlAnnotationProperty,
Imports imports) |
Copyright © 2017 The University of Manchester. All Rights Reserved.