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.profiles.violations | |
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(OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static OWLAsymmetricObjectPropertyAxiom |
OWLFunctionalSyntaxFactory.AsymmetricObjectProperty(OWLObjectPropertyExpression property) |
static OWLAsymmetricObjectPropertyAxiom |
OWLFunctionalSyntaxFactory.AsymmetricObjectProperty(OWLObjectPropertyExpression property,
Set<OWLAnnotation> a) |
Modifier and Type | Method and Description |
---|---|
void |
DLSyntaxObjectRenderer.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
LatexObjectVisitor.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Field and Description |
---|---|
static AxiomType<OWLAsymmetricObjectPropertyAxiom> |
AxiomType.ASYMMETRIC_OBJECT_PROPERTY
AsymmetricObjectProperty
|
Modifier and Type | Method and Description |
---|---|
OWLAsymmetricObjectPropertyAxiom |
OWLAsymmetricObjectPropertyAxiom.getAxiomWithoutAnnotations() |
OWLAsymmetricObjectPropertyAxiom |
OWLDataFactory.getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression) |
OWLAsymmetricObjectPropertyAxiom |
OWLDataFactory.getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAsymmetricObjectPropertyAxiom> |
OWLAxiomIndex.getAsymmetricObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLAsymmetricObjectPropertyAxiom s contained in this
ontology that make the specified object property asymmetric. |
Modifier and Type | Method and Description |
---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLAsymmetricObjectPropertyAxiom axiom)
visit OWLAsymmetricObjectPropertyAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLAsymmetricObjectPropertyAxiom axiom)
visit OWLAsymmetricObjectPropertyAxiom type
|
Modifier and Type | Method and Description |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileVisitor.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
Constructor and Description |
---|
UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom(OWLOntology ontology,
OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLAsymmetricObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLAsymmetricObjectPropertyAxiom |
BuilderAsymmetricObjectProperty.buildObject() |
Constructor and Description |
---|
BuilderAsymmetricObjectProperty(OWLAsymmetricObjectPropertyAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Class and Description |
---|---|
class |
OWLAsymmetricObjectPropertyAxiomImpl |
Modifier and Type | Method and Description |
---|---|
OWLAsymmetricObjectPropertyAxiom |
OWLAsymmetricObjectPropertyAxiomImpl.getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
OWLAsymmetricObjectPropertyAxiom |
OWLAsymmetricObjectPropertyAxiomImpl.getAxiomWithoutAnnotations() |
OWLAsymmetricObjectPropertyAxiom |
OWLDataFactoryImpl.getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression) |
OWLAsymmetricObjectPropertyAxiom |
OWLDataFactoryImpl.getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression,
Set<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAsymmetricObjectPropertyAxiom> |
OWLAxiomIndexImpl.getAsymmetricObjectPropertyAxioms(OWLObjectPropertyExpression property) |
Modifier and Type | Method and Description |
---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
void |
AbstractEntityRegistrationManager.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAsymmetricObjectPropertyAxiom> |
ConcurrentOWLOntologyImpl.getAsymmetricObjectPropertyAxioms(OWLObjectPropertyExpression owlObjectPropertyExpression) |
Copyright © 2020 The University of Manchester. All rights reserved.