| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.util |
Utilities package
|
| 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> |
OWLDisjointObjectPropertiesAxiom.asPairwiseAxioms() |
Set<OWLDisjointObjectPropertiesAxiom> |
OWLAxiomIndex.getDisjointObjectPropertiesAxioms(OWLObjectPropertyExpression property)
Gets the
OWLDisjointObjectPropertiesAxioms that make the
specified property disjoint with some other object property
expression(s). |
Set<OWLDisjointObjectPropertiesAxiom> |
OWLDisjointObjectPropertiesAxiom.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLDisjointObjectPropertiesAxiom axiom)
visit OWLDisjointObjectPropertiesAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLDisjointObjectPropertiesAxiom axiom)
visit OWLDisjointObjectPropertiesAxiom type
|
| Constructor and Description |
|---|
UseOfNonSimplePropertyInDisjointPropertiesAxiom(OWLOntology ontology,
OWLDisjointObjectPropertiesAxiom axiom,
OWLObjectPropertyExpression prop) |
Copyright © 2016 The University of Manchester. All Rights Reserved.