| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLAnnotationAssertionAxiom> |
AxiomType.ANNOTATION_ASSERTION
AnnotationAssertion.
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationAssertionAxiom |
OWLAnnotationAssertionAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLAnnotationAssertionAxiom> |
OWLAxiomIndex.annotationAssertionAxioms(OWLAnnotationSubject entity)
Gets the axioms that annotate the specified entity.
|
default Stream<OWLAnnotationAssertionAxiom> |
OWLAxiomIndex.annotationAssertionAxioms(OWLAnnotationSubject entity,
Imports imports)
Gets the axioms that annotate the specified entity.
|
default Set<OWLAnnotationAssertionAxiom> |
OWLAxiomIndex.getAnnotationAssertionAxioms(OWLAnnotationSubject entity)
Deprecated.
use the stream method
|
default Set<OWLAnnotationAssertionAxiom> |
OWLAxiomIndex.getAnnotationAssertionAxioms(OWLAnnotationSubject entity,
Imports imports)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLAnnotationAxiomVisitorEx.visit(OWLAnnotationAssertionAxiom axiom)
visit OWLAnnotationAssertionAxiom type
|
default void |
OWLAnnotationAxiomVisitor.visit(OWLAnnotationAssertionAxiom axiom)
visit OWLAnnotationAssertionAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
static Stream<OWLAnnotationAssertionAxiom> |
EntitySearcher.getAnnotationAssertionAxioms(OWLAnnotationSubject e,
OWLOntology ontology) |
static Stream<OWLAnnotationAssertionAxiom> |
EntitySearcher.getAnnotationAssertionAxioms(OWLEntity e,
OWLOntology ontology) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<OWLAnnotation> |
Searcher.annotationObject(OWLAnnotationAssertionAxiom axiom,
OWLAnnotationProperty p)
Retrieve the annotation from an annotation assertion axiom.
|
| Modifier and Type | Method and Description |
|---|---|
static Stream<OWLAnnotation> |
Searcher.annotationObjects(Stream<OWLAnnotationAssertionAxiom> axioms)
Retrieve annotations from a collection of annotation assertion axioms.
|
static Stream<OWLAnnotation> |
Searcher.annotationObjects(Stream<OWLAnnotationAssertionAxiom> axioms,
OWLAnnotationProperty p)
Retrieve annotations from a collection of annotation assertion axioms.
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationAssertionAxiom |
OWLObjectDuplicator.visit(OWLAnnotationAssertionAxiom ax) |
OWLAnnotationAssertionAxiom |
OWLObjectDesharer.visit(OWLAnnotationAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLAnnotationAssertionAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLAnnotationAssertionAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLAnnotationAssertionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLAnnotationAssertionAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLAnnotationAssertionAxiom axiom) |
void |
SimpleRenderer.visit(OWLAnnotationAssertionAxiom axiom) |
OWLAnnotationAssertionAxiom |
OWLObjectDuplicator.visit(OWLAnnotationAssertionAxiom ax) |
OWLAnnotationAssertionAxiom |
OWLObjectDesharer.visit(OWLAnnotationAssertionAxiom axiom) |
void |
StructureWalker.visit(OWLAnnotationAssertionAxiom axiom) |
Collection<OWLObject> |
OWLObjectComponentCollector.visit(OWLAnnotationAssertionAxiom l) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationAssertionAxiom |
BuilderAnnotationAssertion.buildObject() |
| Constructor and Description |
|---|
BuilderAnnotationAssertion(OWLAnnotationAssertionAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.