Stateless, thread safe initialization hander. More...
#include <init.h>
Public Member Functions | |
virtual void | Run (LinkGraphJob &job) const |
Initialize the link graph job. | |
virtual | ~InitHandler () |
Virtual destructor has to be defined because of virtual Run(). |
Stateless, thread safe initialization hander.
Initializes node and edge annotations.
Definition at line 12 of file init.h.
virtual void InitHandler::Run | ( | LinkGraphJob & | job | ) | const [inline, virtual] |
Initialize the link graph job.
job | Job to be initialized. |
Implements ComponentHandler.
Definition at line 19 of file init.h.
References LinkGraphJob::Init().