Interface | Description |
---|---|
Cable | |
InstanceIDFactory |
Instance ID Factories handle the creation and registry of instance ids
|
InstanceIDListener |
A listener interface implemented by classes that wish to be notified when an instance id is registered/unregistered
for a task.
|
Node |
An interface for accessing the NodeCable associated with a Task.
|
ParameterNode |
The interface implemented by all parameter nodes
|
RenderingHint |
A container class for rendering hints for a tool (e.g.
|
Task |
The interface to tasks within a taskgraph
|
TaskFactory |
A taskgraph factory is responsible for creating all the tasks, nodes and cables within a taskgraph.
|
TaskGraph |
An interface to TaskGraphs
|
TaskGraphChecker |
A class responsible for maintaining the consitency of taskgraphs with regards to the input/output nodes on their
control tasks.
|
TaskGraphFactory |
A factory for creating taskgraphs.
|
TaskLayoutDetails |
Details of the Triana workspace layout used to translate between the Triana co-ordinate system and the screen
co-ordinates
|
Class | Description |
---|---|
BeanUnit |
Takes a class in the constructor and creates inputs to a selected method.
|
InstanceIDEvent |
The event generated when an instance id is registered/unregistered with a tool.
|
InstanceIDManager |
A static manager class that keeps track of the current instance ids.
|
NodeUtils |
A suite of utility methods that make handling control tasks easier
|
Parameter |
Class Description Here...
|
TaskGraphContext |
Class Description Here...
|
TaskGraphManager |
A abstract TaskGraphFactory implementation for creating taskgraphs that contain a mixture of proxies
|
TaskGraphUtils |
Utility functions useful in handling task graphs
|
TaskLayoutUtils |
A set of utils for manipulating the location of tasks (as stored in their GUI_XPOS and DEPRECATED_GUI_YPOS
parameters).
|
TDimension |
awt independent dimension
|
TPoint |
awt independent point
|
TRectangle |
awt independent rectangle
|
Unit |
Class Description Here...
|
Enum | Description |
---|---|
ExecutionState |
Type safe execution state class
|
Task.ConnectionStatus |
Exception | Description |
---|---|
CableException |
An exception thrown when an error occurs handling a cable (e.g.
|
IncompatibleTypeException |
An extension of CableException to indicate that there is a type mismatch
|
NodeException |
An exception thrown when an error occurs handling a node (e.g.
|
TaskException |
An exception thrown when an error occurs handling a task (e.g.
|
TaskGraphException |
A general error thrown when there is an error in the taskgraph
|