| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLDifferentIndividualsAxiom> |
AxiomType.DIFFERENT_INDIVIDUALS
DifferentIndividuals.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDifferentIndividualsAxiom |
OWLDifferentIndividualsAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLDifferentIndividualsAxiom> |
OWLDifferentIndividualsAxiom.asPairwiseAxioms() |
default Stream<OWLDifferentIndividualsAxiom> |
OWLAxiomIndex.differentIndividualAxioms(OWLIndividual individual)
Gets the
OWLDifferentIndividualsAxioms contained in this ontology
that make the specified individual different to some other
individual. |
default Set<OWLDifferentIndividualsAxiom> |
OWLAxiomIndex.getDifferentIndividualAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
Collection<OWLDifferentIndividualsAxiom> |
OWLDifferentIndividualsAxiom.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLDifferentIndividualsAxiom axiom)
visit OWLDifferentIndividualsAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLDifferentIndividualsAxiom axiom)
visit OWLDifferentIndividualsAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDifferentIndividualsAxiom |
IndividualAssertionProvider.getOWLDifferentIndividualsAxiom(Collection<? extends OWLIndividual> individuals) |
OWLDifferentIndividualsAxiom |
IndividualAssertionProvider.getOWLDifferentIndividualsAxiom(Collection<? extends OWLIndividual> individuals,
Collection<OWLAnnotation> annotations) |
default OWLDifferentIndividualsAxiom |
IndividualAssertionProvider.getOWLDifferentIndividualsAxiom(OWLIndividual... individuals) |
default OWLDifferentIndividualsAxiom |
IndividualAssertionProvider.getOWLDifferentIndividualsAxiom(OWLIndividual i,
OWLIndividual j,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLDifferentIndividualsAxiom |
OWLObjectDuplicator.visit(OWLDifferentIndividualsAxiom ax) |
OWLDifferentIndividualsAxiom |
OWLObjectDesharer.visit(OWLDifferentIndividualsAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLDifferentIndividualsAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDifferentIndividualsAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLDifferentIndividualsAxiom axiom) |
void |
SimpleRenderer.visit(OWLDifferentIndividualsAxiom axiom) |
OWLDifferentIndividualsAxiom |
OWLObjectDuplicator.visit(OWLDifferentIndividualsAxiom ax) |
OWLDifferentIndividualsAxiom |
OWLObjectDesharer.visit(OWLDifferentIndividualsAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDifferentIndividualsAxiom axiom) |
void |
StructureWalker.visit(OWLDifferentIndividualsAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDifferentIndividualsAxiom |
BuilderDifferentIndividuals.buildObject() |
| Constructor and Description |
|---|
BuilderDifferentIndividuals(OWLDifferentIndividualsAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.