| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLDeclarationAxiom> |
AxiomType.DECLARATION
Declaration.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDeclarationAxiom |
OWLDeclarationAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLDeclarationAxiom> |
OWLAxiomIndex.declarationAxioms(OWLEntity subject)
Gets the declaration axioms for specified entity.
|
default Set<OWLDeclarationAxiom> |
OWLAxiomIndex.getDeclarationAxioms(OWLEntity subject)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLAxiomVisitorEx.visit(OWLDeclarationAxiom axiom)
visit OWLDeclarationAxiom type
|
default void |
OWLAxiomVisitor.visit(OWLDeclarationAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
default OWLDeclarationAxiom |
DeclarationAxiomProvider.getOWLDeclarationAxiom(OWLEntity owlEntity)
Gets a declaration for an entity
|
OWLDeclarationAxiom |
DeclarationAxiomProvider.getOWLDeclarationAxiom(OWLEntity owlEntity,
Collection<OWLAnnotation> annotations)
Gets a declaration with zero or more annotations for an entity
|
| Modifier and Type | Method and Description |
|---|---|
OWLDeclarationAxiom |
OWLObjectDuplicator.visit(OWLDeclarationAxiom ax) |
OWLDeclarationAxiom |
OWLObjectDesharer.visit(OWLDeclarationAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLDeclarationAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLDeclarationAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDeclarationAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLDeclarationAxiom axiom) |
void |
SimpleRenderer.visit(OWLDeclarationAxiom axiom) |
OWLDeclarationAxiom |
OWLObjectDuplicator.visit(OWLDeclarationAxiom ax) |
OWLDeclarationAxiom |
OWLObjectDesharer.visit(OWLDeclarationAxiom axiom) |
void |
StructureWalker.visit(OWLDeclarationAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDeclarationAxiom |
BuilderDeclaration.buildObject() |
| Constructor and Description |
|---|
BuilderDeclaration(OWLDeclarationAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.