| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| 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.search |
Search utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| 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 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 |
|---|---|
Collection<OWLAnnotationAssertionAxiom> |
ManchesterOWLSyntaxFrameRenderer.writeAnnotations(OWLAnnotationSubject subject)
Write annotations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnonymousIndividual
Represents
Anonymous
Individuals in the OWL 2 Specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IRI
Represents International Resource Identifiers.
|
| 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 OWLAnnotationAssertionAxiom |
AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
OWLAnnotationAssertionAxiom |
AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
Collection<OWLAnnotation> annotations) |
OWLAnnotationAssertionAxiom |
AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation) |
OWLAnnotationAssertionAxiom |
AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.stream.Stream<OWLAnnotationAssertionAxiom> |
EntitySearcher.getAnnotationAssertionAxioms(OWLAnnotationSubject e,
OWLOntology ontology) |
static java.util.stream.Stream<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLAnnotationSubject e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property; this is restricted to the object of
annotation assertion axioms.
|
static java.util.stream.Stream<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLAnnotationSubject e,
java.util.stream.Stream<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property; this is restricted to the object of
annotation assertion axioms.
|
static java.util.stream.Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
OWLOntology ontology)
Gets the annotations for this entity.
|
static java.util.stream.Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
static java.util.stream.Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
java.util.stream.Stream<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationSubject |
BuilderAnnotationAssertion.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
BuilderAnnotationAssertion |
BuilderAnnotationAssertion.withSubject(OWLAnnotationSubject arg) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLAnonymousIndividualImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationSubject |
OWLAnnotationAssertionAxiomImpl.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
OWLAnnotationAssertionAxiomImpl(OWLAnnotationSubject subject,
OWLAnnotationProperty property,
OWLAnnotationValue value,
Collection<OWLAnnotation> annotations) |
| 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.