Mercury library  1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Classes
Package Mercury.Nucleus.Trees

Classes

class  BFSTreeEnumerator< T >
 Breadth-First Search tree enumerator More...
 
class  DFSTreeEnumerator< T >
 Depth-First Search tree enumerator More...
 
class  Tree< T >
 A non-balanced tree implementation that can be referenced from many other trees. Because of that, there is no way to get back to the parent node. More...