RMF
RMF::decorator::ScoreFactory Class Reference

#include <RMF/decorator/feature.h>

+ Inheritance diagram for RMF::decorator::ScoreFactory:

Public Member Functions

 ScoreFactory (FileConstHandle fh)
 
 ScoreFactory (FileHandle fh)
 
ScoreConst get (NodeConstHandle nh) const
 
Score get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Score.

Definition at line 96 of file feature.h.

Member Function Documentation

ScoreConst RMF::decorator::ScoreFactory::get ( NodeConstHandle  nh) const

Get a ScoreConst for nh.

Definition at line 110 of file feature.h.

Score RMF::decorator::ScoreFactory::get ( NodeHandle  nh) const

Get a Score for nh.

Definition at line 117 of file feature.h.

bool RMF::decorator::ScoreFactory::get_is ( NodeConstHandle  nh) const

Check whether nh has all the attributes required to be a ScoreConst.

Definition at line 125 of file feature.h.

+ Here is the call graph for this function:


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