org.tm4j.panckoucke.impl.abstraction .ClassificationItem

Description

Helper class to build hierachical classification trees. A classification item represents one object and may contain further classificationItems as its children. Every classification item has a navigable association to its parent. created 30.11.2003

Inheritance Hierarchy

Method Summary
java.util.Collection getAllChildren()
ClassificationItem getChildren(java.lang.Object key)
Returns a children by its key
ClassificationItem getParent()
java.lang.Object getSource()
ClassificationItem itemForKey(java.lang.Object key,java.lang.Object source)
Adds a children to the item, that is stored under the given key.