| Package | Description |
|---|---|
| org.obolibrary.macro | |
| org.semanticweb.owlapi.apibinding |
Guice modules and binding 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.rdf.model |
RDF model package
|
| org.semanticweb.owlapi.search |
Search utulities 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(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
static OWLInverseObjectPropertiesAxiom |
OWLFunctionalSyntaxFactory.InverseObjectProperties(OWLObjectPropertyExpression peA,
OWLObjectPropertyExpression peB) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
KRSS2ObjectRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLInverseObjectPropertiesAxiom> |
AxiomType.INVERSE_OBJECT_PROPERTIES
InverseObjectProperties
|
| Modifier and Type | Method and Description |
|---|---|
OWLInverseObjectPropertiesAxiom |
OWLInverseObjectPropertiesAxiom.getAxiomWithoutAnnotations() |
OWLInverseObjectPropertiesAxiom |
OWLDataFactory.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty) |
OWLInverseObjectPropertiesAxiom |
OWLDataFactory.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiom.asPairwiseAxioms() |
Set<OWLInverseObjectPropertiesAxiom> |
OWLAxiomIndex.getInverseObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLInverseObjectPropertiesAxioms where the specified
property is contained in the set returned by
OWLNaryPropertyAxiom.getProperties() . |
Set<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiom.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLObjectPropertyExpression> |
Searcher.inverse(Collection<OWLInverseObjectPropertiesAxiom> axioms,
OWLObjectPropertyExpression p)
Retrieve inverses from a collection of inverse axioms.
|
| Modifier and Type | Method and Description |
|---|---|
OWLInverseObjectPropertiesAxiom |
BuilderInverseObjectProperties.buildObject() |
| Constructor and Description |
|---|
BuilderInverseObjectProperties(OWLInverseObjectPropertiesAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLInverseObjectPropertiesAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLInverseObjectPropertiesAxiom |
OWLInverseObjectPropertiesAxiomImpl.getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
OWLInverseObjectPropertiesAxiom |
OWLInverseObjectPropertiesAxiomImpl.getAxiomWithoutAnnotations() |
OWLInverseObjectPropertiesAxiom |
OWLDataFactoryImpl.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty) |
OWLInverseObjectPropertiesAxiom |
OWLDataFactoryImpl.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiomImpl.asPairwiseAxioms() |
Set<OWLInverseObjectPropertiesAxiom> |
OWLAxiomIndexImpl.getInverseObjectPropertyAxioms(OWLObjectPropertyExpression property) |
Set<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiomImpl.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
Collection<K> |
InitVisitorFactory.InitCollectionVisitor.visit(OWLInverseObjectPropertiesAxiom axiom) |
void |
AbstractEntityRegistrationManager.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLInverseObjectPropertiesAxiom> |
ConcurrentOWLOntologyImpl.getInverseObjectPropertyAxioms(OWLObjectPropertyExpression owlObjectPropertyExpression) |
Copyright © 2016 The University of Manchester. All Rights Reserved.