User Manual, Developers Guide and API Documentation

wimac::service::InterferenceCache::NotFoundStrategy Class Reference

Strategy that specifies the behaviour if the requested value is not found. More...

#include <services/InterferenceCache.hpp>

Inheritance diagram for wimac::service::InterferenceCache::NotFoundStrategy:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual wns::Power notFoundAverageCarrier ()=0
 Handles unavailable average carrier values.
virtual wns::Power notFoundAverageInterference ()=0
 Handles unavailable average interference values.
virtual wns::Ratio notFoundAveragePathloss ()=0
 Handles unavailable average pathloss values.
virtual wns::Power notFoundDeviationCarrier ()=0
 Handles unavailable deviation carrier values.
virtual wns::Power notFoundDeviationInterference ()=0
 Handles unavailable deviation interference values.
virtual ~NotFoundStrategy ()


Detailed Description

Whenever a value of the InterferenceCache is requested and the value is not available, the NotFoundStrategy is called to handle the request.

Definition at line 64 of file InterferenceCache.hpp.


Constructor & Destructor Documentation

virtual wimac::service::InterferenceCache::NotFoundStrategy::~NotFoundStrategy (  )  [inline, virtual]

Definition at line 67 of file InterferenceCache.hpp.


Member Function Documentation

virtual wns::Power wimac::service::InterferenceCache::NotFoundStrategy::notFoundAverageCarrier (  )  [pure virtual]

virtual wns::Power wimac::service::InterferenceCache::NotFoundStrategy::notFoundAverageInterference (  )  [pure virtual]

virtual wns::Ratio wimac::service::InterferenceCache::NotFoundStrategy::notFoundAveragePathloss (  )  [pure virtual]

virtual wns::Power wimac::service::InterferenceCache::NotFoundStrategy::notFoundDeviationCarrier (  )  [pure virtual]

virtual wns::Power wimac::service::InterferenceCache::NotFoundStrategy::notFoundDeviationInterference (  )  [pure virtual]


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

Generated on Sat May 26 03:32:46 2012 for openWNS by  doxygen 1.5.5