Class | Description |
---|---|
CableImp |
A cable linking two Tasks in a TaskGraphImp.
|
ControlLoopChecker |
A class that is responsible for maintaining the integrity of a control loop, with regards to the correct number of
group/loop input and output nodes.
|
InstanceIDFactoryImp |
A basic implementation of instance id factory that generates unique ids for each task.
|
NodeImp |
An input/output NodeCable associated with a Task.
|
ParameterNodeImp |
An implementation of the parameter node interface, that extends NodeImp
|
RenderingHintImp |
An implementation of the instance details interface with setters for the details.
|
SerializedObject |
This class contains the serialized version of an object, and a reference to a class that is capable of deserializing
that object.
|
TaskFactoryImp |
A basic implementation of TaskFactory that creates TaskImps, NodeImps and CableImps.
|
TaskGraphCheckerImp |
A class responsible for maintaining the consitency of taskgraphs with regards to the input/output nodes on their
control tasks.
|
TaskGraphEventDispatch |
An queue for handling events generated by task graph components (e.g.
|
TaskGraphFactoryImp |
An implementation of MultiTaskGraphFactory
|
TaskGraphImp |
An TaskGraphImp containing a collection of Tasks linked by Cables
|
TaskImp |
A task within a taskgraph.
|
ToolImp |
A generic definition of a tool in a xmlFilepath which is extended to make a task.
|
ToolTipWriter |
Tooltip generator class, responsible for the pretty printing of tool and task tip information.
|