Public Member Functions

DemandHandler Class Reference

Stateless, thread safe demand hander. More...

#include <demands.h>

Inheritance diagram for DemandHandler:
ComponentHandler

Public Member Functions

virtual void Run (LinkGraphJob *job)
 Call the demand calculator on the given component.
virtual ~DemandHandler ()
 Virtual destructor has to be defined because of virtual Run().

Detailed Description

Stateless, thread safe demand hander.

Doesn't do anything but call DemandCalculator.

Definition at line 149 of file demands.h.


Member Function Documentation

virtual void DemandHandler::Run ( LinkGraphJob job  )  [inline, virtual]

Call the demand calculator on the given component.

Parameters:
graph Component to calculate the demands for.

Implements ComponentHandler.

Definition at line 156 of file demands.h.


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