Package jasi.sim.basic.tree

Trees.

See:
          Description

Class Summary
AbstractNode<T> Abstract base node class.
ListNode<T> A node class, which can have multiple entries of child node with the same ID.
SetNode<T> A node class, where children must possess different IDs.
 

Exception Summary
NodeException Error while handling nodes.
TreeException Error while handling trees.
 

Package jasi.sim.basic.tree Description

Trees.

This package is still under construction.