| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLAnnotationPropertyDomainAxiom> |
AxiomType.ANNOTATION_PROPERTY_DOMAIN
AnnotationPropertyDomain
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationPropertyDomainAxiom |
OWLAnnotationPropertyDomainAxiom.getAxiomWithoutAnnotations() |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactory.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain) |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactory.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotationPropertyDomainAxiom> |
OWLAxiomIndex.getAnnotationPropertyDomainAxioms(OWLAnnotationProperty property)
Gets the
OWLAnnotationPropertyDomainAxioms where the specified
property is the property in the domain axiom. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLAnnotationAxiomVisitorEx.visit(OWLAnnotationPropertyDomainAxiom axiom)
visit OWLAnnotationPropertyDomainAxiom type
|
void |
OWLAnnotationAxiomVisitor.visit(OWLAnnotationPropertyDomainAxiom axiom)
visit OWLAnnotationPropertyDomainAxiom type
|
Copyright © 2016 The University of Manchester. All Rights Reserved.