| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLAnnotationPropertyDomainAxiom> |
AxiomType.ANNOTATION_PROPERTY_DOMAIN
AnnotationPropertyDomain.
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationPropertyDomainAxiom |
OWLAnnotationPropertyDomainAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLAnnotationPropertyDomainAxiom> |
OWLAxiomIndex.annotationPropertyDomainAxioms(OWLAnnotationProperty property)
Gets the
OWLAnnotationPropertyDomainAxioms where the specified
property is the property in the domain axiom. |
default Set<OWLAnnotationPropertyDomainAxiom> |
OWLAxiomIndex.getAnnotationPropertyDomainAxioms(OWLAnnotationProperty property)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLAnnotationAxiomVisitorEx.visit(OWLAnnotationPropertyDomainAxiom axiom)
visit OWLAnnotationPropertyDomainAxiom type
|
default void |
OWLAnnotationAxiomVisitor.visit(OWLAnnotationPropertyDomainAxiom axiom)
visit OWLAnnotationPropertyDomainAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLAnnotationPropertyDomainAxiom |
DomainAxiomProvider.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain) |
OWLAnnotationPropertyDomainAxiom |
DomainAxiomProvider.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationPropertyDomainAxiom |
OWLObjectDuplicator.visit(OWLAnnotationPropertyDomainAxiom ax) |
OWLAnnotationPropertyDomainAxiom |
OWLObjectDesharer.visit(OWLAnnotationPropertyDomainAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLAnnotationPropertyDomainAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLAnnotationPropertyDomainAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLAnnotationPropertyDomainAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLAnnotationPropertyDomainAxiom axiom) |
void |
SimpleRenderer.visit(OWLAnnotationPropertyDomainAxiom axiom) |
OWLAnnotationPropertyDomainAxiom |
OWLObjectDuplicator.visit(OWLAnnotationPropertyDomainAxiom ax) |
OWLAnnotationPropertyDomainAxiom |
OWLObjectDesharer.visit(OWLAnnotationPropertyDomainAxiom axiom) |
void |
StructureWalker.visit(OWLAnnotationPropertyDomainAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationPropertyDomainAxiom |
BuilderAnnotationPropertyDomain.buildObject() |
| Constructor and Description |
|---|
BuilderAnnotationPropertyDomain(OWLAnnotationPropertyDomainAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.