Package | Description |
---|---|
org.obolibrary.macro | |
org.semanticweb.owlapi.apibinding |
Binding package
|
org.semanticweb.owlapi.debugging |
Debugging package
|
org.semanticweb.owlapi.dlsyntax.renderer | |
org.semanticweb.owlapi.functional.renderer | |
org.semanticweb.owlapi.krss2.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.profiles | |
org.semanticweb.owlapi.rdf.model |
RDF model package
|
org.semanticweb.owlapi.reasoner.impl |
OWLReasoner implementation 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(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static OWLObjectPropertyDomainAxiom |
OWLFunctionalSyntaxFactory.ObjectPropertyDomain(OWLObjectPropertyExpression property,
OWLClassExpression domain) |
static OWLObjectPropertyDomainAxiom |
OWLFunctionalSyntaxFactory.ObjectPropertyDomain(OWLObjectPropertyExpression property,
OWLClassExpression domain,
Set<OWLAnnotation> a) |
Modifier and Type | Method and Description |
---|---|
void |
DebuggerClassExpressionGenerator.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
DLSyntaxObjectRenderer.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
KRSSObjectRenderer.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
LatexObjectVisitor.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Field and Description |
---|---|
static AxiomType<OWLObjectPropertyDomainAxiom> |
AxiomType.OBJECT_PROPERTY_DOMAIN
ObjectPropertyDomain
|
Modifier and Type | Method and Description |
---|---|
OWLObjectPropertyDomainAxiom |
OWLObjectPropertyDomainAxiom.getAxiomWithoutAnnotations() |
OWLObjectPropertyDomainAxiom |
OWLDataFactory.getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression) |
OWLObjectPropertyDomainAxiom |
OWLDataFactory.getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLObjectPropertyDomainAxiom> |
OWLAxiomIndex.getObjectPropertyDomainAxioms(OWLObjectPropertyExpression property)
Gets the
OWLObjectPropertyDomainAxiom s where the property is
equal to the specified property. |
Modifier and Type | Method and Description |
---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLObjectPropertyDomainAxiom axiom)
visit OWLObjectPropertyDomainAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLObjectPropertyDomainAxiom axiom)
visit OWLObjectPropertyDomainAxiom type
|
Modifier and Type | Method and Description |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileVisitor.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLClassExpression |
SatisfiabilityReducer.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLObjectPropertyDomainAxiom |
OWLObjectDesharer.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLObjectPropertyDomainAxiom |
BuilderObjectPropertyDomain.buildObject() |
Constructor and Description |
---|
BuilderObjectPropertyDomain(OWLObjectPropertyDomainAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Class and Description |
---|---|
class |
OWLObjectPropertyDomainAxiomImpl |
Modifier and Type | Method and Description |
---|---|
OWLObjectPropertyDomainAxiom |
OWLObjectPropertyDomainAxiomImpl.getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
OWLObjectPropertyDomainAxiom |
OWLObjectPropertyDomainAxiomImpl.getAxiomWithoutAnnotations() |
OWLObjectPropertyDomainAxiom |
OWLDataFactoryImpl.getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression) |
OWLObjectPropertyDomainAxiom |
OWLDataFactoryImpl.getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLObjectPropertyDomainAxiom> |
OWLAxiomIndexImpl.getObjectPropertyDomainAxioms(OWLObjectPropertyExpression property) |
Modifier and Type | Method and Description |
---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLObjectPropertyDomainAxiom axiom) |
void |
AbstractEntityRegistrationManager.visit(OWLObjectPropertyDomainAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
Set<OWLObjectPropertyDomainAxiom> |
ConcurrentOWLOntologyImpl.getObjectPropertyDomainAxioms(OWLObjectPropertyExpression owlObjectPropertyExpression) |
Copyright © 2020 The University of Manchester. All rights reserved.