| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLObjectPropertyDomainAxiom> |
AxiomType.OBJECT_PROPERTY_DOMAIN
ObjectPropertyDomain
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectPropertyDomainAxiom |
OWLObjectPropertyDomainAxiom.getAxiomWithoutAnnotations() |
OWLObjectPropertyDomainAxiom |
OWLDataFactory.getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression) |
OWLObjectPropertyDomainAxiom |
OWLDataFactory.getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLObjectPropertyDomainAxiom> |
OWLAxiomIndex.getObjectPropertyDomainAxioms(OWLObjectPropertyExpression property)
Gets the
OWLObjectPropertyDomainAxioms where the property is
equal to the specified property. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLObjectPropertyDomainAxiom axiom)
visit OWLObjectPropertyDomainAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLObjectPropertyDomainAxiom axiom)
visit OWLObjectPropertyDomainAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectPropertyDomainAxiom |
OWLObjectDesharer.visit(OWLObjectPropertyDomainAxiom axiom) |
Copyright © 2018 The University of Manchester. All rights reserved.