|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.HermiT.hierarchy.DeterministicClassification
public class DeterministicClassification
| Nested Class Summary | |
|---|---|
protected static class |
DeterministicClassification.DFSIndex
|
static class |
DeterministicClassification.GraphNode<T>
|
protected static class |
DeterministicClassification.TopologicalOrderComparator
|
| Field Summary | |
|---|---|
protected AtomicConcept |
m_bottomElement
|
protected java.util.Set<AtomicConcept> |
m_elements
|
protected ClassificationProgressMonitor |
m_progressMonitor
|
protected Tableau |
m_tableau
|
protected AtomicConcept |
m_topElement
|
| Constructor Summary | |
|---|---|
DeterministicClassification(Tableau tableau,
ClassificationProgressMonitor progressMonitor,
AtomicConcept topElement,
AtomicConcept bottomElement,
java.util.Set<AtomicConcept> elements)
|
|
| Method Summary | ||
|---|---|---|
static
|
buildHierarchy(T topElement,
T bottomElement,
java.util.Map<T,DeterministicClassification.GraphNode<T>> graphNodes)
|
|
Hierarchy<AtomicConcept> |
classify()
|
|
protected static
|
visit(java.util.Stack<DeterministicClassification.GraphNode<T>> stack,
DeterministicClassification.DFSIndex dfsIndex,
java.util.Map<T,DeterministicClassification.GraphNode<T>> graphNodes,
DeterministicClassification.GraphNode<T> graphNode,
Hierarchy<T> hierarchy,
java.util.List<HierarchyNode<T>> topologicalOrder)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Tableau m_tableau
protected final ClassificationProgressMonitor m_progressMonitor
protected final AtomicConcept m_topElement
protected final AtomicConcept m_bottomElement
protected final java.util.Set<AtomicConcept> m_elements
| Constructor Detail |
|---|
public DeterministicClassification(Tableau tableau,
ClassificationProgressMonitor progressMonitor,
AtomicConcept topElement,
AtomicConcept bottomElement,
java.util.Set<AtomicConcept> elements)
| Method Detail |
|---|
public Hierarchy<AtomicConcept> classify()
public static <T> Hierarchy<T> buildHierarchy(T topElement,
T bottomElement,
java.util.Map<T,DeterministicClassification.GraphNode<T>> graphNodes)
protected static <T> void visit(java.util.Stack<DeterministicClassification.GraphNode<T>> stack,
DeterministicClassification.DFSIndex dfsIndex,
java.util.Map<T,DeterministicClassification.GraphNode<T>> graphNodes,
DeterministicClassification.GraphNode<T> graphNode,
Hierarchy<T> hierarchy,
java.util.List<HierarchyNode<T>> topologicalOrder)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||