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(OWLAnnotationPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static OWLAnnotationPropertyDomainAxiom |
OWLFunctionalSyntaxFactory.AnnotationPropertyDomain(OWLAnnotationProperty property,
IRI iri) |
static OWLAnnotationPropertyDomainAxiom |
OWLFunctionalSyntaxFactory.AnnotationPropertyDomain(OWLAnnotationProperty property,
String iri) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationPropertyDomainAxiom |
OWLFunctionalSyntaxParser.AnnotationPropertyDomain() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLAnnotationPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
LatexObjectVisitor.visit(OWLAnnotationPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLAnnotationPropertyDomainAxiom axiom) |
Modifier and Type | Field and Description |
---|---|
static AxiomType<OWLAnnotationPropertyDomainAxiom> |
AxiomType.ANNOTATION_PROPERTY_DOMAIN
AnnotationPropertyDomain
|
Modifier and Type | Method and Description |
---|---|
OWLAnnotationPropertyDomainAxiom |
OWLAnnotationPropertyDomainAxiom.getAxiomWithoutAnnotations() |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactory.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain) |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactory.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationPropertyDomainAxiom> |
OWLAxiomIndex.getAnnotationPropertyDomainAxioms(OWLAnnotationProperty property)
Gets the
OWLAnnotationPropertyDomainAxiom s where the specified
property is the property in the domain axiom. |
Modifier and Type | Method and Description |
---|---|
O |
OWLAnnotationAxiomVisitorEx.visit(OWLAnnotationPropertyDomainAxiom axiom)
visit OWLAnnotationPropertyDomainAxiom type
|
void |
OWLAnnotationAxiomVisitor.visit(OWLAnnotationPropertyDomainAxiom axiom)
visit OWLAnnotationPropertyDomainAxiom type
|
Modifier and Type | Method and Description |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLAnnotationPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLAnnotationPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationPropertyDomainAxiom |
OWLObjectDesharer.visit(OWLAnnotationPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationPropertyDomainAxiom |
BuilderAnnotationPropertyDomain.buildObject() |
Constructor and Description |
---|
BuilderAnnotationPropertyDomain(OWLAnnotationPropertyDomainAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Class and Description |
---|---|
class |
OWLAnnotationPropertyDomainAxiomImpl |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationPropertyDomainAxiom |
OWLAnnotationPropertyDomainAxiomImpl.getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
OWLAnnotationPropertyDomainAxiom |
OWLAnnotationPropertyDomainAxiomImpl.getAxiomWithoutAnnotations() |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactoryImpl.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain) |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactoryImpl.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationPropertyDomainAxiom> |
OWLAxiomIndexImpl.getAnnotationPropertyDomainAxioms(OWLAnnotationProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEntityRegistrationManager.visit(OWLAnnotationPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationPropertyDomainAxiom> |
ConcurrentOWLOntologyImpl.getAnnotationPropertyDomainAxioms(OWLAnnotationProperty owlAnnotationProperty) |
Copyright © 2020 The University of Manchester. All rights reserved.