| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.functional.renderer |
Functional syntax parser and renderer.
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer.
|
| org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| org.semanticweb.owlapitools.decomposition | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLDeclarationAxiom |
OWLFunctionalSyntaxFactory.Declaration(OWLEntity entity) |
static OWLDeclarationAxiom |
OWLFunctionalSyntaxFactory.Declaration(OWLEntity entity,
Collection<OWLAnnotation> a) |
static OWLDeclarationAxiom |
OWLFunctionalSyntaxFactory.Declaration(OWLEntity entity,
OWLAnnotation... a) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLDeclarationAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLDeclarationAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLDeclarationAxiom axiom) |
| 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 java.util.stream.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 |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLDeclarationAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLDeclarationAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDeclarationAxiom |
OWLObjectDuplicator.visit(OWLDeclarationAxiom axiom) |
OWLDeclarationAxiom |
OWLObjectDesharer.visit(OWLDeclarationAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLDeclarationAxiom axiom) |
void |
SimpleRenderer.visit(OWLDeclarationAxiom axiom) |
OWLDeclarationAxiom |
OWLObjectDuplicator.visit(OWLDeclarationAxiom axiom) |
OWLDeclarationAxiom |
OWLObjectDesharer.visit(OWLDeclarationAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDeclarationAxiom ax) |
Boolean |
HornAxiomVisitorEx.visit(OWLDeclarationAxiom axiom) |
O |
DelegatingObjectVisitorEx.visit(OWLDeclarationAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLDeclarationAxiom axiom) |
void |
SemanticLocalityChecker.visit(OWLDeclarationAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLDeclarationAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLDeclarationAxiom |
OWLDeclarationAxiomImpl.getAxiomWithoutAnnotations() |
OWLDeclarationAxiom |
OWLDataFactoryImpl.getOWLDeclarationAxiom(OWLEntity owlEntity,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLDeclarationAxiom> |
ConcurrentOWLOntologyImpl.declarationAxioms(OWLEntity subject) |
Set<OWLDeclarationAxiom> |
ConcurrentOWLOntologyImpl.getDeclarationAxioms(OWLEntity owlEntity) |
Copyright © 2017 The University of Manchester. All Rights Reserved.