Bcps  0.94.3
Public Member Functions | List of all members
BcpsSubTree Class Reference

This class is the data structure for storing a subtree within BCPS. More...

#include <BcpsSubTree.h>

+ Inheritance diagram for BcpsSubTree:
+ Collaboration diagram for BcpsSubTree:

Public Member Functions

 BcpsSubTree ()
 
virtual ~BcpsSubTree ()
 
BcpsConstraintPoolgetConstraintPool () const
 
BcpsVariablePoolgetVariablePool () const
 

Detailed Description

This class is the data structure for storing a subtree within BCPS.

The biggest addition to the fields that already exist withink ALPS is the storage for the global list of objects that are active within that subtree. Initally, this will be implemeted as a std::set, but later on should be changed to something more efficient such as a hash table or something like that.

Definition at line 42 of file BcpsSubTree.h.

Constructor & Destructor Documentation

BcpsSubTree::BcpsSubTree ( )
inline

Definition at line 49 of file BcpsSubTree.h.

virtual BcpsSubTree::~BcpsSubTree ( )
inlinevirtual

Definition at line 54 of file BcpsSubTree.h.

Member Function Documentation

BcpsConstraintPool* BcpsSubTree::getConstraintPool ( ) const
inline

Definition at line 60 of file BcpsSubTree.h.

BcpsVariablePool* BcpsSubTree::getVariablePool ( ) const
inline

Definition at line 65 of file BcpsSubTree.h.


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