Package | Description |
---|---|
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.util |
Utilities package
|
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
Modifier and Type | Class and Description |
---|---|
class |
DebuggerClassExpressionGenerator |
Modifier and Type | Class and Description |
---|---|
class |
DLSyntaxObjectRenderer
Renders objects in unicode DL syntax.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionalSyntaxObjectRenderer
The Class OWLObjectRenderer.
|
Modifier and Type | Class and Description |
---|---|
class |
KRSS2ObjectRenderer
KRSS2ObjectRenderer is an extension of KRSSObjectRenderer
which uses the extended vocabulary. |
class |
KRSS2OWLObjectRenderer |
class |
KRSSObjectRenderer
A
KRSSObjectRenderer renders an OWLOntology in the original KRSS syntax. |
Modifier and Type | Class and Description |
---|---|
class |
LatexObjectVisitor
NOTE: this class was not designed as a general purpose renderer, i.e., some
ontologies might be misrepresented in the output.
|
Modifier and Type | Class and Description |
---|---|
class |
ManchesterOWLSyntaxFrameRenderer
The Class ManchesterOWLSyntaxFrameRenderer.
|
class |
ManchesterOWLSyntaxObjectRenderer |
Modifier and Type | Interface and Description |
---|---|
interface |
OWLObjectVisitor |
Modifier and Type | Method and Description |
---|---|
void |
OWLDatatypeDefinitionAxiom.accept(OWLAxiomVisitor visitor) |
void |
OWLAxiom.accept(OWLAxiomVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
OWLXMLObjectRenderer |
Modifier and Type | Class and Description |
---|---|
class |
ProfileVisitor
Profile visitor - walks the imports closure and adds all violations found to the violation
collection.
|
class |
ProfileVisitorBase
Base class for profile violation visitors.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTranslator<N extends Serializable,R extends N,P extends N,L extends N>
An abstract translator that can produce an RDF graph from an OWLOntology.
|
class |
RDFTranslator |
Modifier and Type | Class and Description |
---|---|
class |
AxiomSubjectProvider
Provides the object that is the subject of an axiom.
|
class |
DeprecatedOWLEntityCollector
Deprecated.
the old OWLEntityCollector is still used in non trivial ways in
third party software. For new code, use OWLEntityCollector.
|
class |
DLExpressivityChecker |
class |
FilteringOWLOntologyChangeListener
Incorporates a listener into an
OWLOntologyChangeFilter . |
class |
HashCode |
class |
OWLAnnotationPropertyTransformer |
class |
OWLAnonymousIndividualsWithMultipleOccurrences
A utility class that visits axioms, class expressions etc.
|
class |
OWLAxiomVisitorAdapter |
class |
OWLObjectComponentCollector |
class |
OWLObjectDuplicator |
class |
OWLObjectTypeIndexProvider |
class |
OWLObjectVisitorAdapter |
class |
OWLOntologyChangeFilter
Provides a convenient method to filter add/remove axiom changes based on the type of axiom that
is being added or removed from an ontology.
The general pattern of use is to simply create an instance of the OWLOntologyChangeFilter
and override the appropriate visit methods corresponding to the types of axioms that are of
interest. |
class |
OWLOntologyWalkerVisitor |
class |
SimpleRenderer
A simple renderer that can be used for debugging purposes and provide an implementation of the
toString method for different implementations.
|
class |
SimpleRendererDebug
A simple renderer that can be used for debugging purposes and provide an implementation of the
toString method for different implementations.
|
class |
StructureWalker<O extends OWLObject>
Structure walker for object walkers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityRegistrationManager
base for entity registration manager
|
class |
OWLEntityCollectionContainerCollector
A utility class that visits axioms, class expressions etc.
|
Modifier and Type | Method and Description |
---|---|
void |
SWRLRuleImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLTransitiveObjectPropertyAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLSymmetricObjectPropertyAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLSubPropertyChainAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLSubObjectPropertyOfAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLSubDataPropertyOfAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLSubClassOfAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLSubAnnotationPropertyOfAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLSameIndividualAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLReflexiveObjectPropertyAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLObjectPropertyRangeAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLObjectPropertyDomainAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLObjectPropertyAssertionAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLNegativeObjectPropertyAssertionAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLNegativeDataPropertyAssertionAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLIrreflexiveObjectPropertyAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLInverseObjectPropertiesAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLInverseFunctionalObjectPropertyAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLHasKeyAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLFunctionalObjectPropertyAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLFunctionalDataPropertyAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLEquivalentObjectPropertiesAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLEquivalentDataPropertiesAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLEquivalentClassesAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLDisjointUnionAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLDisjointObjectPropertiesAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLDisjointDataPropertiesAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLDisjointClassesAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLDifferentIndividualsAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLDeclarationAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLDatatypeDefinitionAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLDataPropertyRangeAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLDataPropertyDomainAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLDataPropertyAssertionAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLClassAssertionAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLAsymmetricObjectPropertyAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLAnnotationPropertyRangeAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLAnnotationPropertyDomainAxiomImpl.accept(OWLAxiomVisitor visitor) |
void |
OWLAnnotationAssertionAxiomImpl.accept(OWLAxiomVisitor visitor) |
Copyright © 2020 The University of Manchester. All rights reserved.