public class DeterministicClassification extends Object
| Constructor and Description |
|---|
DeterministicClassification(Tableau tableau,
ClassificationProgressMonitor progressMonitor,
AtomicConcept topElement,
AtomicConcept bottomElement,
Set<AtomicConcept> elements) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Hierarchy<T> |
buildHierarchy(T topElement,
T bottomElement,
Map<T,org.semanticweb.HermiT.hierarchy.DeterministicClassification.GraphNode<T>> graphNodes) |
Hierarchy<AtomicConcept> |
classify() |
public DeterministicClassification(Tableau tableau, ClassificationProgressMonitor progressMonitor, AtomicConcept topElement, AtomicConcept bottomElement, Set<AtomicConcept> elements)
tableau - tableauprogressMonitor - progressMonitortopElement - topElementbottomElement - bottomElementelements - elementspublic Hierarchy<AtomicConcept> classify()
public static <T> Hierarchy<T> buildHierarchy(T topElement, T bottomElement, Map<T,org.semanticweb.HermiT.hierarchy.DeterministicClassification.GraphNode<T>> graphNodes)
T - typetopElement - topElementbottomElement - bottomElementgraphNodes - graphNodesCopyright © 2017. All Rights Reserved.