| Package | Description |
|---|---|
| org.obolibrary.obo2owl |
OBO to OWL.
|
| 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.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package.
|
| org.semanticweb.owlapi.search |
Search utilities 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 |
|---|---|
List<OWLAnnotationAssertionAxiom> |
OboInOwlCardinalityTools.AnnotationCardinalityConfictHandler.handleConflict(OWLEntity entity,
OWLAnnotationProperty property,
Collection<OWLAnnotationAssertionAxiom> axioms)
Resolve a conflict for a given annotation property and axioms.
|
| Modifier and Type | Method and Description |
|---|---|
List<OWLAnnotationAssertionAxiom> |
OboInOwlCardinalityTools.AnnotationCardinalityConfictHandler.handleConflict(OWLEntity entity,
OWLAnnotationProperty property,
Collection<OWLAnnotationAssertionAxiom> axioms)
Resolve a conflict for a given annotation property and axioms.
|
void |
OboInOwlCardinalityTools.AnnotationCardinalityReporter.reportConflict(OWLEntity entity,
OWLAnnotationProperty property,
Collection<OWLAnnotationAssertionAxiom> axioms)
Report a conflict for a given annotation property and axioms.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLAnnotationAssertionAxiom |
OWLFunctionalSyntaxFactory.AnnotationAssertion(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
static OWLAnnotationAssertionAxiom |
OWLFunctionalSyntaxFactory.AnnotationAssertion(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
Collection<OWLAnnotation> set) |
static OWLAnnotationAssertionAxiom |
OWLFunctionalSyntaxFactory.AnnotationAssertion(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
OWLAnnotation... set) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLAnnotationAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLAnnotationAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLAnnotationAssertionAxiom> |
ManchesterOWLSyntaxFrameRenderer.writeAnnotations(OWLAnnotationSubject subject)
Write annotations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLAnnotationAssertionAxiom axiom) |
| 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 java.util.stream.Stream<OWLAnnotationAssertionAxiom> |
OWLAxiomIndex.annotationAssertionAxioms(OWLAnnotationSubject entity)
Gets the axioms that annotate the specified entity.
|
default java.util.stream.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 |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLAnnotationAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLAnnotationAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.stream.Stream<OWLAnnotationAssertionAxiom> |
EntitySearcher.getAnnotationAssertionAxioms(OWLAnnotationSubject e,
OWLOntology ontology) |
static java.util.stream.Stream<OWLAnnotationAssertionAxiom> |
EntitySearcher.getAnnotationAssertionAxioms(OWLEntity e,
OWLOntology ontology) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.stream.Stream<OWLAnnotation> |
Searcher.annotationObject(OWLAnnotationAssertionAxiom axiom,
OWLAnnotationProperty p)
Retrieve the annotation from an annotation assertion axiom.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.stream.Stream<OWLAnnotation> |
Searcher.annotationObjects(java.util.stream.Stream<OWLAnnotationAssertionAxiom> axioms)
Retrieve annotations from a collection of annotation assertion axioms.
|
static java.util.stream.Stream<OWLAnnotation> |
Searcher.annotationObjects(java.util.stream.Stream<OWLAnnotationAssertionAxiom> axioms,
OWLAnnotationProperty p)
Retrieve annotations from a collection of annotation assertion axioms.
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationAssertionAxiom |
OWLObjectDuplicator.visit(OWLAnnotationAssertionAxiom axiom) |
OWLAnnotationAssertionAxiom |
OWLObjectDesharer.visit(OWLAnnotationAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLAnnotationAssertionAxiom axiom) |
void |
SimpleRenderer.visit(OWLAnnotationAssertionAxiom axiom) |
OWLAnnotationAssertionAxiom |
OWLObjectDuplicator.visit(OWLAnnotationAssertionAxiom axiom) |
OWLAnnotationAssertionAxiom |
OWLObjectDesharer.visit(OWLAnnotationAssertionAxiom axiom) |
Collection<OWLObject> |
OWLObjectComponentCollector.visit(OWLAnnotationAssertionAxiom l) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLAnnotationAssertionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLAnnotationAssertionAxiom ax) |
Boolean |
HornAxiomVisitorEx.visit(OWLAnnotationAssertionAxiom axiom) |
O |
DelegatingObjectVisitorEx.visit(OWLAnnotationAssertionAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLAnnotationAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationAssertionAxiom |
BuilderAnnotationAssertion.buildObject() |
| Constructor and Description |
|---|
BuilderAnnotationAssertion(OWLAnnotationAssertionAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLAnnotationAssertionAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLAnnotationAssertionAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationAssertionAxiom |
OWLAnnotationAssertionAxiomImpl.getAxiomWithoutAnnotations() |
OWLAnnotationAssertionAxiom |
OWLDataFactoryImpl.getDeprecatedOWLAnnotationAssertionAxiom(IRI subject) |
OWLAnnotationAssertionAxiom |
OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
Collection<OWLAnnotation> annotations) |
OWLAnnotationAssertionAxiom |
OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation) |
OWLAnnotationAssertionAxiom |
OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLAnnotationAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLAnnotationAssertionAxiom> |
ConcurrentOWLOntologyImpl.annotationAssertionAxioms(OWLAnnotationSubject entity) |
java.util.stream.Stream<OWLAnnotationAssertionAxiom> |
ConcurrentOWLOntologyImpl.annotationAssertionAxioms(OWLAnnotationSubject entity,
Imports imports) |
Set<OWLAnnotationAssertionAxiom> |
ConcurrentOWLOntologyImpl.getAnnotationAssertionAxioms(OWLAnnotationSubject owlAnnotationSubject) |
Set<OWLAnnotationAssertionAxiom> |
ConcurrentOWLOntologyImpl.getAnnotationAssertionAxioms(OWLAnnotationSubject entity,
Imports imports) |
Copyright © 2017 The University of Manchester. All Rights Reserved.