Package | Description |
---|---|
de.tudresden.inf.lat.jcel.ontology.axiom.extension |
Provides interfaces and classes that extend a set of axioms.
|
de.tudresden.inf.lat.jcel.ontology.normalization |
Provides interfaces and classes needed to perform the
normalization.
|
de.tudresden.inf.lat.jcel.owlapi.translator |
Provides interfaces and classes used in the translation
between OWL API objects and integer numbers (the internal
representation).
|
de.tudresden.inf.lat.jcel.reasoner.main |
Provides interfaces and classes used for the reasoner.
|
de.tudresden.inf.lat.jcel.reasoner.module |
Provides interfaces and classes to run the classification
algorithm using module extraction.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerOntologyObjectFactoryImpl
An object of this class can create all the objects in an ontology.
|
Modifier and Type | Method and Description |
---|---|
Set<NormalizedIntegerAxiom> |
OntologyNormalizer.normalize(Set<ComplexIntegerAxiom> originalAxiomSet,
IntegerOntologyObjectFactory factory)
Normalizes a set of axioms.
|
Modifier and Type | Method and Description |
---|---|
IntegerOntologyObjectFactory |
Translator.getOntologyObjectFactory()
Returns the ontology object factory.
|
Constructor and Description |
---|
AxiomTranslator(ClassExpressionTranslator translator,
IntegerOntologyObjectFactory factory) |
Translator(org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
IntegerOntologyObjectFactory factory) |
Constructor and Description |
---|
RuleBasedReasoner(Set<ComplexIntegerAxiom> ontology,
IntegerOntologyObjectFactory factory) |
Constructor and Description |
---|
ClassModuleProcessor(Set<ComplexIntegerAxiom> axiomSet,
IntegerOntologyObjectFactory axFactory,
ModuleProcessorFactory procFactory)
Constructs a class module processor.
|
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.