| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLDisjointDataPropertiesAxiom> |
AxiomType.DISJOINT_DATA_PROPERTIES
DisjointDataProperties
|
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointDataPropertiesAxiom |
OWLDisjointDataPropertiesAxiom.getAxiomWithoutAnnotations() |
OWLDisjointDataPropertiesAxiom |
OWLDataFactory.getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression... dataProperties) |
OWLDisjointDataPropertiesAxiom |
OWLDataFactory.getOWLDisjointDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression> properties) |
OWLDisjointDataPropertiesAxiom |
OWLDataFactory.getOWLDisjointDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression> properties,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDisjointDataPropertiesAxiom> |
OWLOntology.getDisjointDataPropertiesAxioms(OWLDataProperty property)
Gets the
OWLDisjointDataPropertiesAxioms that
make the specified property disjoint with some other data property
expression(s). |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLDisjointDataPropertiesAxiom axiom)
visit OWLDisjointDataPropertiesAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLDisjointDataPropertiesAxiom axiom)
visit OWLDisjointDataPropertiesAxiom type
|
O |
OWLAxiomVisitorEx.visit(OWLDisjointDataPropertiesAxiom axiom)
visit OWLDisjointDataPropertiesAxiom type
|
void |
OWLAxiomVisitor.visit(OWLDisjointDataPropertiesAxiom axiom)
visit OWLDisjointDataPropertiesAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
Object |
OWL2ELProfile.OWL2ELProfileObjectVisitor.visit(OWLDisjointDataPropertiesAxiom axiom) |
Copyright © 2014 The University of Manchester. All Rights Reserved.