Package | Description |
---|---|
org.semanticweb.owlapi.debugging |
Debugging package.
|
org.semanticweb.owlapi.dlsyntax.renderer |
DL syntax renderer.
|
org.semanticweb.owlapi.functional.renderer |
Functional syntax parser and renderer.
|
org.semanticweb.owlapi.krss2.renderer |
Package structure renamed from de.uulm.ecs.ai.owlapi.krssrenderer.
|
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.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
org.semanticweb.owlapi.profiles |
Profile classes.
|
org.semanticweb.owlapi.rdf.model |
RDF model package.
|
org.semanticweb.owlapi.util |
Utilities package.
|
org.semanticweb.owlapitools.decomposition |
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 |
OWLAxiomVisitor
An interface for objects that can accept visits from axioms.
|
interface |
OWLLogicalAxiomVisitor |
interface |
OWLObjectVisitor |
interface |
SWRLObjectVisitor |
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 |
AbstractCollector
A utility class that visits all components of classes and axioms; this base class allows
subclasses to choose elements of interest and override handling of such elements.
|
class |
DLExpressivityChecker |
class |
FilteringOWLOntologyChangeListener
Incorporates a listener into an
OWLOntologyChangeFilter . |
class |
OWLAnnotationPropertyTransformer |
class |
OWLAnonymousIndividualsWithMultipleOccurrences
A utility class that visits axioms, class expressions etc.
|
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 |
BotEquivalenceEvaluator
check whether class expressions are equivalent to bottom wrt given locality class
|
class |
SemanticLocalityChecker
semantic locality checker for DL axioms
|
class |
SigAccessor
helper class to set signature and locality class
|
class |
SyntacticLocalityChecker
syntactic locality checker for DL axioms
|
class |
TopEquivalenceEvaluator
check whether class expressions are equivalent to top wrt given locality class
|
Copyright © 2020 The University of Manchester. All rights reserved.