Generated on Tue Dec 16 13:34:50 2008 for ell-3.0.0 by doxygen 1.5.1

ell::LT_BarrierTree::Node Class Reference

#include <LT_BarrierTree.hh>


Detailed Description

Represents a node in the barrier tree that can store a list of States that are either barriers (internal nodes) or minima (leaves).

Definition at line 71 of file LT_BarrierTree.hh.

Public Member Functions

 Node (Node *parent, NodeList *children, StateList *content, const bool isRoot=false)
 ~Node ()

Data Fields

NodeListchildren
StateListcontent
Nodeparent


Constructor & Destructor Documentation

ell::LT_BarrierTree::Node::Node ( Node parent,
NodeList children,
StateList content,
const bool  isRoot = false 
)

construction

ell::LT_BarrierTree::Node::~Node (  ) 

destruction


Field Documentation

the list of child nodes or NULL in case of leave nodes

Definition at line 76 of file LT_BarrierTree.hh.

the list of states represented by this node

Definition at line 78 of file LT_BarrierTree.hh.

the parent node in the tree or NULL in case of the root node

Definition at line 74 of file LT_BarrierTree.hh.


The documentation for this class was generated from the following file: