|
Alps 1.5.12
|
#include <AlpsSearchStrategy.h>
Inheritance diagram for AlpsNodeSelection:
Collaboration diagram for AlpsNodeSelection:Public Member Functions | |
| AlpsNodeSelection () | |
| Default Constructor. | |
| virtual | ~AlpsNodeSelection () |
| Default Destructor. | |
| virtual bool | compare (AlpsTreeNode *x, AlpsTreeNode *y)=0 |
| This returns true if the depth of node y is lesser than that of node x. | |
| virtual AlpsTreeNode * | selectNextNode (AlpsSubTree *subTree) |
| virtual void | createNewNodes (AlpsSubTree *subTree, AlpsTreeNode *node) |
Definition at line 49 of file AlpsSearchStrategy.h.
|
inline |
Default Constructor.
Definition at line 53 of file AlpsSearchStrategy.h.
|
inlinevirtual |
Default Destructor.
Definition at line 56 of file AlpsSearchStrategy.h.
|
pure virtual |
This returns true if the depth of node y is lesser than that of node x.
Implemented in AlpsNodeSelectionBest, AlpsNodeSelectionBreadth, AlpsNodeSelectionDepth, AlpsNodeSelectionEstimate, and AlpsNodeSelectionHybrid.
|
virtual |
Reimplemented in AlpsNodeSelectionHybrid.
|
virtual |
Reimplemented in AlpsNodeSelectionHybrid.