| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.dlsyntax.renderer |
DL syntax renderer.
|
| org.semanticweb.owlapi.functional.renderer |
Functional syntax parser and renderer.
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer.
|
| org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| org.semanticweb.owlapitools.decomposition | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLReflexiveObjectPropertyAxiom |
OWLFunctionalSyntaxFactory.ReflexiveObjectProperty(OWLObjectPropertyExpression property) |
static OWLReflexiveObjectPropertyAxiom |
OWLFunctionalSyntaxFactory.ReflexiveObjectProperty(OWLObjectPropertyExpression property,
Collection<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() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLReflexiveObjectPropertyAxiom> |
OWLAxiomIndex.getReflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Deprecated.
use the stream method
|
default Stream<OWLReflexiveObjectPropertyAxiom> |
OWLAxiomIndex.reflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLReflexiveObjectPropertyAxioms contained in this
ontology that make the specified object property reflexive. |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLReflexiveObjectPropertyAxiom axiom)
visit OWLReflexiveObjectPropertyAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLReflexiveObjectPropertyAxiom axiom)
visit OWLReflexiveObjectPropertyAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLReflexiveObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLReflexiveObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLReflexiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLReflexiveObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLReflexiveObjectPropertyAxiom ax) |
OWLReflexiveObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLReflexiveObjectPropertyAxiom axiom) |
void |
SimpleRenderer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
OWLReflexiveObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLReflexiveObjectPropertyAxiom ax) |
OWLReflexiveObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLReflexiveObjectPropertyAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLReflexiveObjectPropertyAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLReflexiveObjectPropertyAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.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 | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLReflexiveObjectPropertyAxiom axiom)
as BotRole is irreflexive, the only local axiom is topEquivalent(R)
|
void |
SemanticLocalityChecker.visit(OWLReflexiveObjectPropertyAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLReflexiveObjectPropertyAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLReflexiveObjectPropertyAxiom |
OWLReflexiveObjectPropertyAxiomImpl.getAxiomWithoutAnnotations() |
OWLReflexiveObjectPropertyAxiom |
OWLDataFactoryImpl.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLReflexiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLReflexiveObjectPropertyAxiom> |
ConcurrentOWLOntologyImpl.getReflexiveObjectPropertyAxioms(OWLObjectPropertyExpression owlObjectPropertyExpression) |
Stream<OWLReflexiveObjectPropertyAxiom> |
ConcurrentOWLOntologyImpl.reflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property) |
Copyright © 2017 The University of Manchester. All rights reserved.