com.jamonapi.utils
Interface LeafNode

All Known Implementing Classes:
TimingMonitor

public interface LeafNode

A tag interface to indicate a leaf node in a tree/heirarchical relationship. For example if a file system is viewed as a heirarchical relationship then directories would be the CompositeNode and each file would be the LeafNode. TreeNode's can be viewed as the top level of the heirarchy.