| 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.owlapitools.builders |
Builders package.
|
| 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 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 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 Stream<OWLAnnotationAssertionAxiom> |
EntitySearcher.getAnnotationAssertionAxioms(OWLAnnotationSubject e,
OWLOntology ontology) |
static 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 Stream<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLAnnotationSubject e,
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 Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
OWLOntology ontology)
Gets the annotations for this entity.
|
static 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 Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
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) |
Copyright © 2018 The University of Manchester. All rights reserved.