Package | Description |
---|---|
de.tudresden.inf.lat.jcel.core.algorithm.cel |
Provides interfaces and classes to run the classification
algorithm of CEL.
|
de.tudresden.inf.lat.jcel.core.algorithm.rulebased |
Provides interfaces and classes to run a classification
algorithm based on completion rules.
|
de.tudresden.inf.lat.jcel.core.saturation |
Provides interfaces and classes needed to perform the saturation.
|
de.tudresden.inf.lat.jcel.coreontology.axiom |
Provides interfaces and classes that model normalized axioms.
|
de.tudresden.inf.lat.jcel.ontology.axiom.extension |
Provides interfaces and classes that extend a set of axioms.
|
Modifier and Type | Method and Description |
---|---|
NormalizedIntegerAxiomFactory |
CelProcessor.getOntologyObjectFactory() |
Constructor and Description |
---|
CelProcessor(Set<Integer> originalObjectProperties,
Set<Integer> originalClasses,
Set<NormalizedIntegerAxiom> normalizedAxiomSet,
NormalizedIntegerAxiomFactory factory,
IntegerEntityManager entityManager)
Constructs a new CEL processor.
|
Modifier and Type | Method and Description |
---|---|
NormalizedIntegerAxiomFactory |
RuleBasedProcessor.getOntologyObjectFactory()
Returns the ontology object factory.
|
Constructor and Description |
---|
RuleBasedProcessor(Set<Integer> originalObjectProperties,
Set<Integer> originalClasses,
Set<NormalizedIntegerAxiom> normalizedAxiomSet,
OntologyExpressivity expressivity,
NormalizedIntegerAxiomFactory factory,
IntegerEntityManager entityManager)
Constructs a new rule-based processor.
|
Constructor and Description |
---|
SR0Rule(NormalizedIntegerAxiomFactory factory)
Constructs a new SR-0 rule.
|
SR1AndSR2Rules(NormalizedIntegerAxiomFactory factory,
IntegerEntityManager entityManager)
Constructs a new composite rule of SR-1 and SR-2.
|
SR3Rule(NormalizedIntegerAxiomFactory factory,
IntegerEntityManager entityManager)
Constructs a new SR-3 rule.
|
SR4Rule(NormalizedIntegerAxiomFactory factory)
Constructs a new SR-4 rule.
|
SubPropertyNormalizer(NormalizedIntegerAxiomFactory factory,
IntegerEntityManager entityManager)
Constructs a new normalizer of sub object properties.
|
Modifier and Type | Class and Description |
---|---|
class |
NormalizedIntegerAxiomFactoryImpl
An object of this class is a factory to create any normalized axiom.
|
Modifier and Type | Method and Description |
---|---|
NormalizedIntegerAxiomFactory |
IntegerOntologyObjectFactoryImpl.getNormalizedAxiomFactory() |
NormalizedIntegerAxiomFactory |
IntegerOntologyObjectFactory.getNormalizedAxiomFactory()
Returns the normalized axiom factory.
|
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.