Public Member Functions | List of all members
AlpsNodeSelection Class Referenceabstract

#include <AlpsSearchStrategy.h>

Inheritance diagram for AlpsNodeSelection:
Inheritance graph
[legend]
Collaboration diagram for AlpsNodeSelection:
Collaboration graph
[legend]

Public Member Functions

 AlpsNodeSelection ()
 Default Constructor. More...
 
virtual ~AlpsNodeSelection ()
 Default Destructor. More...
 
virtual bool compare (AlpsTreeNode *x, AlpsTreeNode *y)=0
 This returns true if the depth of node y is lesser than that of node x. More...
 
virtual AlpsTreeNodeselectNextNode (AlpsSubTree *subTree)
 
virtual void createNewNodes (AlpsSubTree *subTree, AlpsTreeNode *node)
 

Detailed Description

Definition at line 49 of file AlpsSearchStrategy.h.

Constructor & Destructor Documentation

AlpsNodeSelection::AlpsNodeSelection ( )
inline

Default Constructor.

Definition at line 53 of file AlpsSearchStrategy.h.

virtual AlpsNodeSelection::~AlpsNodeSelection ( )
inlinevirtual

Default Destructor.

Definition at line 56 of file AlpsSearchStrategy.h.

Member Function Documentation

virtual bool AlpsNodeSelection::compare ( AlpsTreeNode x,
AlpsTreeNode y 
)
pure virtual

This returns true if the depth of node y is lesser than that of node x.

Implemented in AlpsNodeSelectionHybrid, AlpsNodeSelectionEstimate, AlpsNodeSelectionDepth, AlpsNodeSelectionBreadth, and AlpsNodeSelectionBest.

virtual AlpsTreeNode* AlpsNodeSelection::selectNextNode ( AlpsSubTree subTree)
virtual

Reimplemented in AlpsNodeSelectionHybrid.

virtual void AlpsNodeSelection::createNewNodes ( AlpsSubTree subTree,
AlpsTreeNode node 
)
virtual

Reimplemented in AlpsNodeSelectionHybrid.


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