org.tm4j.panckoucke.impl.abstraction .HierarchicalClassifier

Description

Implementations of this interface may be used to classify the 'enviroment' of a given topic. What strategies are used for classification is completly up to the implementation. The result of the classification process has always the shape of a tree. As a further restriction to the shape of the resulting tree, the following applies: All elemtents that are located on a particular level of that tree must be of the same AMGestalt. created 30.11.2003

Method Summary
ClassificationItem classify(org.tm4j.topicmap.Topic t0)
performs the classification process for the given node
org.tm4j.panckoucke.model.AMGestalt getGestaltForLevel(int level)