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.common |
Provides common interfaces and classes to run the
classification algorithm.
|
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.reasoner.module |
Provides interfaces and classes to run the classification
algorithm using module extraction.
|
Modifier and Type | Method and Description |
---|---|
IntegerHierarchicalGraph |
CelProcessor.getDataPropertyHierarchy() |
Modifier and Type | Method and Description |
---|---|
IntegerHierarchicalGraph |
Processor.getClassHierarchy()
Returns the class hierarchy after the classification has finished.
|
IntegerHierarchicalGraph |
Processor.getDataPropertyHierarchy()
Returns the data property hierarchy after the classification has
finished.
|
Map<Integer,Set<Integer>> |
Processor.getDirectTypes()
Returns the map of direct types for every individual.
|
IntegerHierarchicalGraph |
Processor.getObjectPropertyHierarchy()
Returns the object property hierarchy after the classification has
finished.
|
Map<Integer,Set<Integer>> |
Processor.getSameIndividualMap()
Returns the map of same individuals.
|
Modifier and Type | Method and Description |
---|---|
IntegerHierarchicalGraph |
RuleBasedProcessor.getDataPropertyHierarchy() |
Modifier and Type | Method and Description |
---|---|
IntegerHierarchicalGraph |
ModuleProcessor.getDataPropertyHierarchy() |
IntegerHierarchicalGraph |
ClassModuleProcessor.getDataPropertyHierarchy() |
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.