| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLDifferentIndividualsAxiom> |
AxiomType.DIFFERENT_INDIVIDUALS
DifferentIndividuals
|
| Modifier and Type | Method and Description |
|---|---|
OWLDifferentIndividualsAxiom |
OWLDifferentIndividualsAxiom.getAxiomWithoutAnnotations() |
OWLDifferentIndividualsAxiom |
OWLDataFactory.getOWLDifferentIndividualsAxiom(OWLIndividual... individuals) |
OWLDifferentIndividualsAxiom |
OWLDataFactory.getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals) |
OWLDifferentIndividualsAxiom |
OWLDataFactory.getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDifferentIndividualsAxiom> |
OWLDifferentIndividualsAxiom.asPairwiseAxioms() |
Set<OWLDifferentIndividualsAxiom> |
OWLOntology.getDifferentIndividualAxioms(OWLIndividual individual)
Gets the
OWLDifferentIndividualsAxioms
contained in this ontology that make the specified individual
different to some other individual. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLDifferentIndividualsAxiom axiom)
visit OWLDifferentIndividualsAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLDifferentIndividualsAxiom axiom)
visit OWLDifferentIndividualsAxiom type
|
O |
OWLAxiomVisitorEx.visit(OWLDifferentIndividualsAxiom axiom)
visit OWLDifferentIndividualsAxiom type
|
void |
OWLAxiomVisitor.visit(OWLDifferentIndividualsAxiom axiom)
visit OWLDifferentIndividualsAxiom type
|
Copyright © 2014 The University of Manchester. All Rights Reserved.