| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLDeclarationAxiom> |
AxiomType.DECLARATION
Declaration
|
| Modifier and Type | Method and Description |
|---|---|
OWLDeclarationAxiom |
OWLDeclarationAxiom.getAxiomWithoutAnnotations() |
OWLDeclarationAxiom |
OWLDataFactory.getOWLDeclarationAxiom(OWLEntity owlEntity)
Gets a declaration for an entity
|
OWLDeclarationAxiom |
OWLDataFactory.getOWLDeclarationAxiom(OWLEntity owlEntity,
Set<? extends OWLAnnotation> annotations)
Gets a declaration with zero or more annotations for an entity
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDeclarationAxiom> |
OWLAxiomIndex.getDeclarationAxioms(OWLEntity subject)
Gets the declaration axioms for specified entity.
|
| Modifier and Type | Method and Description |
|---|---|
O |
OWLAxiomVisitorEx.visit(OWLDeclarationAxiom axiom)
visit OWLDeclarationAxiom type
|
void |
OWLAxiomVisitor.visit(OWLDeclarationAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLDeclarationAxiom axiom) |
void |
SimpleRenderer.visit(OWLDeclarationAxiom axiom) |
O |
OWLObjectVisitorExAdapter.visit(OWLDeclarationAxiom axiom) |
void |
OWLObjectTypeIndexProvider.visit(OWLDeclarationAxiom axiom) |
void |
OWLObjectDuplicator.visit(OWLDeclarationAxiom axiom) |
void |
OWLObjectComponentCollector.visit(OWLDeclarationAxiom axiom) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLDeclarationAxiom axiom) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLDeclarationAxiom axiom) |
O |
OWLAxiomVisitorExAdapter.visit(OWLDeclarationAxiom axiom) |
void |
OWLAxiomVisitorAdapter.visit(OWLDeclarationAxiom axiom) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLDeclarationAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDeclarationAxiom axiom) |
OWLAxiom |
NNF.visit(OWLDeclarationAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLDeclarationAxiom axiom) |
void |
HashCode.visit(OWLDeclarationAxiom axiom) |
void |
DeprecatedOWLEntityCollector.visit(OWLDeclarationAxiom axiom)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLDeclarationAxiom axiom) |
void |
AxiomSubjectProvider.visit(OWLDeclarationAxiom axiom) |
Copyright © 2016 The University of Manchester. All Rights Reserved.