Package | Description |
---|---|
org.obolibrary.macro | |
org.semanticweb.owlapi.apibinding |
Binding package
|
org.semanticweb.owlapi.functional.parser | |
org.semanticweb.owlapi.functional.renderer | |
org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
org.semanticweb.owlapi.manchestersyntax.renderer | |
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.owlxml.renderer | |
org.semanticweb.owlapi.rdf.model |
RDF model package
|
org.semanticweb.owlapi.util |
Utilities package
|
org.semanticweb.owlapitools.builders | |
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
uk.ac.manchester.cs.owl.owlapi.concurrent |
Modifier and Type | Method and Description |
---|---|
OWLAxiom |
AbstractMacroExpansionVisitor.visit(OWLAnnotationPropertyRangeAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static OWLAnnotationPropertyRangeAxiom |
OWLFunctionalSyntaxFactory.AnnotationPropertyRange(OWLAnnotationProperty property,
IRI iri) |
static OWLAnnotationPropertyRangeAxiom |
OWLFunctionalSyntaxFactory.AnnotationPropertyRange(OWLAnnotationProperty property,
String iri) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationPropertyRangeAxiom |
OWLFunctionalSyntaxParser.AnnotationPropertyRange() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLAnnotationPropertyRangeAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
LatexObjectVisitor.visit(OWLAnnotationPropertyRangeAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLAnnotationPropertyRangeAxiom axiom) |
Modifier and Type | Field and Description |
---|---|
static AxiomType<OWLAnnotationPropertyRangeAxiom> |
AxiomType.ANNOTATION_PROPERTY_RANGE
AnnotationPropertyRangeOf
|
Modifier and Type | Method and Description |
---|---|
OWLAnnotationPropertyRangeAxiom |
OWLAnnotationPropertyRangeAxiom.getAxiomWithoutAnnotations() |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactory.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range) |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactory.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationPropertyRangeAxiom> |
OWLAxiomIndex.getAnnotationPropertyRangeAxioms(OWLAnnotationProperty property)
Gets the
OWLAnnotationPropertyRangeAxiom s where the specified
property is the property in the range axiom. |
Modifier and Type | Method and Description |
---|---|
O |
OWLAnnotationAxiomVisitorEx.visit(OWLAnnotationPropertyRangeAxiom axiom)
visit OWLAnnotationPropertyRangeAxiom type
|
void |
OWLAnnotationAxiomVisitor.visit(OWLAnnotationPropertyRangeAxiom axiom)
visit OWLAnnotationPropertyRangeAxiom type
|
Modifier and Type | Method and Description |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLAnnotationPropertyRangeAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLAnnotationPropertyRangeAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationPropertyRangeAxiom |
OWLObjectDesharer.visit(OWLAnnotationPropertyRangeAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationPropertyRangeAxiom |
BuilderAnnotationPropertyRange.buildObject() |
Constructor and Description |
---|
BuilderAnnotationPropertyRange(OWLAnnotationPropertyRangeAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Class and Description |
---|---|
class |
OWLAnnotationPropertyRangeAxiomImpl |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationPropertyRangeAxiom |
OWLAnnotationPropertyRangeAxiomImpl.getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
OWLAnnotationPropertyRangeAxiom |
OWLAnnotationPropertyRangeAxiomImpl.getAxiomWithoutAnnotations() |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactoryImpl.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range) |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactoryImpl.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationPropertyRangeAxiom> |
OWLAxiomIndexImpl.getAnnotationPropertyRangeAxioms(OWLAnnotationProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEntityRegistrationManager.visit(OWLAnnotationPropertyRangeAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationPropertyRangeAxiom> |
ConcurrentOWLOntologyImpl.getAnnotationPropertyRangeAxioms(OWLAnnotationProperty owlAnnotationProperty) |
Copyright © 2020 The University of Manchester. All rights reserved.