| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLDisjointObjectPropertiesAxiom> |
AxiomType.DISJOINT_OBJECT_PROPERTIES
DisjointObjectProperties
|
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointObjectPropertiesAxiom |
OWLDisjointObjectPropertiesAxiom.getAxiomWithoutAnnotations() |
OWLDisjointObjectPropertiesAxiom |
OWLDataFactory.getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression... properties) |
OWLDisjointObjectPropertiesAxiom |
OWLDataFactory.getOWLDisjointObjectPropertiesAxiom(Set<? extends OWLObjectPropertyExpression> properties) |
OWLDisjointObjectPropertiesAxiom |
OWLDataFactory.getOWLDisjointObjectPropertiesAxiom(Set<? extends OWLObjectPropertyExpression> properties,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDisjointObjectPropertiesAxiom> |
OWLOntology.getDisjointObjectPropertiesAxioms(OWLObjectPropertyExpression property)
Gets the
OWLDisjointObjectPropertiesAxioms
that make the specified property disjoint with some other object property
expression(s). |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLDisjointObjectPropertiesAxiom axiom)
visit OWLDisjointObjectPropertiesAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLDisjointObjectPropertiesAxiom axiom)
visit OWLDisjointObjectPropertiesAxiom type
|
O |
OWLAxiomVisitorEx.visit(OWLDisjointObjectPropertiesAxiom axiom)
visit OWLDisjointObjectPropertiesAxiom type
|
void |
OWLAxiomVisitor.visit(OWLDisjointObjectPropertiesAxiom axiom)
visit OWLDisjointObjectPropertiesAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
Object |
OWL2ELProfile.OWL2ELProfileObjectVisitor.visit(OWLDisjointObjectPropertiesAxiom axiom) |
| Constructor and Description |
|---|
UseOfNonSimplePropertyInDisjointPropertiesAxiom(OWLOntology ontology,
OWLDisjointObjectPropertiesAxiom axiom,
OWLObjectPropertyExpression prop) |
Copyright © 2014 The University of Manchester. All Rights Reserved.