#include <SmartHierarchy.h>
Inheritance diagram for Tagcoll::SmartHierarchyNode< ITEM, TAG >:
Public Member Functions | |
SmartHierarchyNode (const TAG &tag, const CardinalityStore< ITEM, TAG > &coll, int flattenThreshold=0) throw () | |
SmartHierarchyNode (HierarchyNode< ITEM, TAG > *parent, const TAG &tag, const CardinalityStore< ITEM, TAG > &coll, int flattenThreshold=0) throw () | |
virtual | ~SmartHierarchyNode () |
Protected Member Functions | |
virtual void | expand () |
Protected Attributes | |
OpSet< ITEM > | unexpandedItems |
int | flattenThreshold |
|
|
|
|
|
|
|
Implements Tagcoll::HierarchyNode< ITEM, TAG >. Reimplemented in Tagcoll::CleanSmartHierarchyNode< ITEM, TAG >. |
|
|
|
|