#include <AlpsSearchStrategy.h>


Public Member Functions | |
| AlpsNodeSelectionBreadth () | |
| Default Constructor. | |
| virtual | ~AlpsNodeSelectionBreadth () |
| Default Destructor. | |
| virtual bool | compare (AlpsTreeNode *x, AlpsTreeNode *y) |
| This returns true if the depth of node y is lesser than that of node x. | |
Definition at line 157 of file AlpsSearchStrategy.h.
| AlpsNodeSelectionBreadth::AlpsNodeSelectionBreadth | ( | ) | [inline] |
Default Constructor.
Definition at line 161 of file AlpsSearchStrategy.h.
| virtual AlpsNodeSelectionBreadth::~AlpsNodeSelectionBreadth | ( | ) | [inline, virtual] |
Default Destructor.
Definition at line 164 of file AlpsSearchStrategy.h.
| virtual bool AlpsNodeSelectionBreadth::compare | ( | AlpsTreeNode * | x, | |
| AlpsTreeNode * | y | |||
| ) | [inline, virtual] |
This returns true if the depth of node y is lesser than that of node x.
Implements AlpsNodeSelection.
Definition at line 168 of file AlpsSearchStrategy.h.
1.6.1