Package | Description |
---|---|
org.obolibrary.macro | |
org.semanticweb.owlapi.apibinding |
Binding package
|
org.semanticweb.owlapi.dlsyntax.renderer | |
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.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(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static OWLReflexiveObjectPropertyAxiom |
OWLFunctionalSyntaxFactory.ReflexiveObjectProperty(OWLObjectPropertyExpression property) |
static OWLReflexiveObjectPropertyAxiom |
OWLFunctionalSyntaxFactory.ReflexiveObjectProperty(OWLObjectPropertyExpression property,
Set<OWLAnnotation> a) |
Modifier and Type | Method and Description |
---|---|
void |
DLSyntaxObjectRenderer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
LatexObjectVisitor.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Field and Description |
---|---|
static AxiomType<OWLReflexiveObjectPropertyAxiom> |
AxiomType.REFLEXIVE_OBJECT_PROPERTY
ReflexiveObjectProperty
|
Modifier and Type | Method and Description |
---|---|
OWLReflexiveObjectPropertyAxiom |
OWLReflexiveObjectPropertyAxiom.getAxiomWithoutAnnotations() |
OWLReflexiveObjectPropertyAxiom |
OWLDataFactory.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLReflexiveObjectPropertyAxiom |
OWLDataFactory.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLReflexiveObjectPropertyAxiom> |
OWLAxiomIndex.getReflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLReflexiveObjectPropertyAxiom s contained in this
ontology that make the specified object property reflexive. |
Modifier and Type | Method and Description |
---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLReflexiveObjectPropertyAxiom axiom)
visit OWLReflexiveObjectPropertyAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLReflexiveObjectPropertyAxiom axiom)
visit OWLReflexiveObjectPropertyAxiom type
|
Modifier and Type | Method and Description |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileVisitor.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLClassExpression |
SatisfiabilityReducer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLReflexiveObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLReflexiveObjectPropertyAxiom |
BuilderReflexiveObjectProperty.buildObject() |
Constructor and Description |
---|
BuilderReflexiveObjectProperty(OWLReflexiveObjectPropertyAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Class and Description |
---|---|
class |
OWLReflexiveObjectPropertyAxiomImpl |
Modifier and Type | Method and Description |
---|---|
OWLReflexiveObjectPropertyAxiom |
OWLReflexiveObjectPropertyAxiomImpl.getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
OWLReflexiveObjectPropertyAxiom |
OWLReflexiveObjectPropertyAxiomImpl.getAxiomWithoutAnnotations() |
OWLReflexiveObjectPropertyAxiom |
OWLDataFactoryImpl.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLReflexiveObjectPropertyAxiom |
OWLDataFactoryImpl.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLReflexiveObjectPropertyAxiom> |
OWLAxiomIndexImpl.getReflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property) |
Modifier and Type | Method and Description |
---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLReflexiveObjectPropertyAxiom axiom) |
void |
AbstractEntityRegistrationManager.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
Set<OWLReflexiveObjectPropertyAxiom> |
ConcurrentOWLOntologyImpl.getReflexiveObjectPropertyAxioms(OWLObjectPropertyExpression owlObjectPropertyExpression) |
Copyright © 2020 The University of Manchester. All rights reserved.