An abstract task for a Method. More...
#include <AbstractTask.h>
Classes | |
struct | QualifiedName |
A qualified name of the form target. More... | |
Public Member Functions | |
AbstractTask (const char *type) | |
Creates a new AbstractTask. | |
virtual | ~AbstractTask () |
Deletes this AbstractTask. |
An abstract task for a Method.
A method "task" is in fact a TaskFactory that creates Task. Indeed a new Task is created at each method invocation.
ork::AbstractTask::AbstractTask | ( | const char * | type | ) |
Creates a new AbstractTask.
type | the task type. |
virtual ork::AbstractTask::~AbstractTask | ( | ) | [virtual] |
Deletes this AbstractTask.