Package | Description |
---|---|
org.obolibrary.macro | |
org.semanticweb.owlapi.apibinding |
Binding package
|
org.semanticweb.owlapi.functional.renderer | |
org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
org.semanticweb.owlapi.manchestersyntax.renderer | |
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.owlxml.renderer | |
org.semanticweb.owlapi.rdf.model |
RDF model package
|
org.semanticweb.owlapi.util |
Utilities package
|
org.semanticweb.owlapitools.builders | |
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
uk.ac.manchester.cs.owl.owlapi.concurrent |
Modifier and Type | Method and Description |
---|---|
OWLAxiom |
AbstractMacroExpansionVisitor.visit(OWLDeclarationAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static OWLDeclarationAxiom |
OWLFunctionalSyntaxFactory.Declaration(OWLEntity entity) |
static OWLDeclarationAxiom |
OWLFunctionalSyntaxFactory.Declaration(OWLEntity entity,
Set<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() |
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 |
OWLXMLObjectRenderer.visit(OWLDeclarationAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLDeclarationAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLDeclarationAxiom |
OWLObjectDesharer.visit(OWLDeclarationAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
StructureWalker.visit(OWLDeclarationAxiom axiom) |
void |
SimpleRendererDebug.visit(OWLDeclarationAxiom axiom) |
void |
SimpleRenderer.visit(OWLDeclarationAxiom axiom) |
O |
OWLObjectVisitorExAdapter.visit(OWLDeclarationAxiom axiom) |
void |
OWLObjectTypeIndexProvider.visit(OWLDeclarationAxiom axiom) |
void |
OWLObjectDuplicator.visit(OWLDeclarationAxiom axiom) |
OWLDeclarationAxiom |
OWLObjectDesharer.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) |
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 | Class and Description |
---|---|
class |
OWLDeclarationAxiomImpl |
Modifier and Type | Method and Description |
---|---|
OWLDeclarationAxiom |
OWLDeclarationAxiomImpl.getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
OWLDeclarationAxiom |
OWLDeclarationAxiomImpl.getAxiomWithoutAnnotations() |
OWLDeclarationAxiom |
OWLDataFactoryImpl.getOWLDeclarationAxiom(OWLEntity owlEntity) |
OWLDeclarationAxiom |
OWLDataFactoryImpl.getOWLDeclarationAxiom(OWLEntity owlEntity,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLDeclarationAxiom> |
OWLAxiomIndexImpl.getDeclarationAxioms(OWLEntity subject) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEntityRegistrationManager.visit(OWLDeclarationAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
Set<OWLDeclarationAxiom> |
ConcurrentOWLOntologyImpl.getDeclarationAxioms(OWLEntity owlEntity) |
Copyright © 2020 The University of Manchester. All rights reserved.