| 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<OWLIrreflexiveObjectPropertyAxiom> |
AxiomType.IRREFLEXIVE_OBJECT_PROPERTY
IrreflexiveObjectProperty
|
| Modifier and Type | Method and Description |
|---|---|
OWLIrreflexiveObjectPropertyAxiom |
OWLIrreflexiveObjectPropertyAxiom.getAxiomWithoutAnnotations() |
OWLIrreflexiveObjectPropertyAxiom |
OWLDataFactory.getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLIrreflexiveObjectPropertyAxiom |
OWLDataFactory.getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLIrreflexiveObjectPropertyAxiom> |
OWLAxiomIndex.getIrreflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLIrreflexiveObjectPropertyAxioms contained in this
ontology that make the specified object property irreflexive. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLIrreflexiveObjectPropertyAxiom axiom)
visit OWLIrreflexiveObjectPropertyAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLIrreflexiveObjectPropertyAxiom axiom)
visit OWLIrreflexiveObjectPropertyAxiom type
|
| Constructor and Description |
|---|
UseOfNonSimplePropertyInIrreflexivePropertyAxiom(OWLOntology ontology,
OWLIrreflexiveObjectPropertyAxiom axiom) |
Copyright © 2016 The University of Manchester. All Rights Reserved.