| com.jamonapi.utils.LeafNode
All known Subclasses: com.jamonapi.TimingMonitor,
LeafNode | public interface LeafNode (Code) | | 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.
|
|
|