| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Binding package.
|
| org.semanticweb.owlapi.functional.parser |
Functional syntax parser and renderer.
|
| 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 OWLSubAnnotationPropertyOfAxiom |
OWLFunctionalSyntaxFactory.SubAnnotationPropertyOf(OWLAnnotationProperty subProperty,
OWLAnnotationProperty superProperty) |
| Modifier and Type | Method and Description |
|---|---|
OWLSubAnnotationPropertyOfAxiom |
OWLFunctionalSyntaxParser.SubAnnotationPropertyOf() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLSubAnnotationPropertyOfAxiom> |
AxiomType.SUB_ANNOTATION_PROPERTY_OF
SubAnnotationPropertyOf.
|
| Modifier and Type | Method and Description |
|---|---|
OWLSubAnnotationPropertyOfAxiom |
OWLSubAnnotationPropertyOfAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLSubAnnotationPropertyOfAxiom> |
OWLAxiomIndex.getSubAnnotationPropertyOfAxioms(OWLAnnotationProperty subProperty)
Gets the
OWLSubAnnotationPropertyOfAxiom objects where the specified property is the
sub-property. |
Stream<OWLSubAnnotationPropertyOfAxiom> |
OWLAxiomIndex.subAnnotationPropertyOfAxioms(OWLAnnotationProperty subProperty)
Gets the
OWLSubAnnotationPropertyOfAxiom objects where the specified property is the
sub-property. |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLAnnotationAxiomVisitorEx.visit(OWLSubAnnotationPropertyOfAxiom axiom)
visit OWLSubAnnotationPropertyOfAxiom type
|
default void |
OWLAnnotationAxiomVisitor.visit(OWLSubAnnotationPropertyOfAxiom axiom)
visit OWLSubAnnotationPropertyOfAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLSubAnnotationPropertyOfAxiom |
SubAxiomProvider.getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup) |
OWLSubAnnotationPropertyOfAxiom |
SubAxiomProvider.getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLSubAnnotationPropertyOfAxiom |
OWLObjectDuplicator.visit(OWLSubAnnotationPropertyOfAxiom ax) |
OWLSubAnnotationPropertyOfAxiom |
OWLObjectDesharer.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
void |
SimpleRendererDebug.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
void |
SimpleRenderer.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
OWLSubAnnotationPropertyOfAxiom |
OWLObjectDuplicator.visit(OWLSubAnnotationPropertyOfAxiom ax) |
OWLSubAnnotationPropertyOfAxiom |
OWLObjectDesharer.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLSubAnnotationPropertyOfAxiom ax) |
Boolean |
HornAxiomVisitorEx.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
O |
DelegatingObjectVisitorEx.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLSubAnnotationPropertyOfAxiom |
BuilderSubAnnotationPropertyOf.buildObject() |
| Constructor and Description |
|---|
BuilderSubAnnotationPropertyOf(OWLSubAnnotationPropertyOfAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLSubAnnotationPropertyOfAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLSubAnnotationPropertyOfAxiom |
OWLSubAnnotationPropertyOfAxiomImpl.getAxiomWithoutAnnotations() |
OWLSubAnnotationPropertyOfAxiom |
OWLDataFactoryImpl.getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLSubAnnotationPropertyOfAxiom> |
OWLAxiomIndexImpl.subAnnotationPropertyOfAxioms(OWLAnnotationProperty subProperty) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLSubAnnotationPropertyOfAxiom> |
ConcurrentOWLOntologyImpl.getSubAnnotationPropertyOfAxioms(OWLAnnotationProperty owlAnnotationProperty) |
Stream<OWLSubAnnotationPropertyOfAxiom> |
ConcurrentOWLOntologyImpl.subAnnotationPropertyOfAxioms(OWLAnnotationProperty subProperty) |
Copyright © 2020 The University of Manchester. All rights reserved.