public interface TaskFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_FACTORY_NAME
The Default TaskGraphFactory name
|
Modifier and Type | Method and Description |
---|---|
Cable |
createCable(Node sendnode,
Node recnode) |
Node |
createNode(Task task,
boolean input) |
ParameterNode |
createParameterNode(java.lang.String paramname,
Task task,
boolean input) |
Task |
createTask(Tool tool,
TaskGraph parent,
boolean preserveinst) |
java.lang.String |
getFactoryDescription() |
java.lang.String |
getFactoryName() |
static final java.lang.String DEFAULT_FACTORY_NAME
java.lang.String getFactoryName()
java.lang.String getFactoryDescription()
Task createTask(Tool tool, TaskGraph parent, boolean preserveinst) throws TaskException
TaskException
Node createNode(Task task, boolean input) throws NodeException
NodeException
ParameterNode createParameterNode(java.lang.String paramname, Task task, boolean input) throws NodeException
NodeException
Cable createCable(Node sendnode, Node recnode) throws CableException
CableException