public abstract class AbstractTaskHolder extends Unit implements TaskHolder
CLONE_ALL_OUTPUT, CLONE_MULTIPLE_OUTPUT, COPY_OUTPUT, ESSENTIAL, ESSENTIAL_IF_CONNECTED, IMMEDIATE_UPDATE, INTERNAL, LATE_INITIALIZE, NO_UPDATE, ON_TASK_INSTANTATION, ON_USER_ACCESS, OPTIONAL, PROCESS_UPDATE, TRANSIENT, TRANSIENT_ACCESSIBLE, USER_ACCESSIBLE
Constructor and Description |
---|
AbstractTaskHolder() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getInputTypes()
This method should return an array of the data types accepted by nodes not specified in getNodeInputTypes (e.g.
|
org.shiwa.fgi.iwir.AbstractTask |
getIWIRTask()
Gets the iWIR task.
|
java.lang.String[] |
getOutputTypes()
This method should return an array of the data types output by nodes not specified in getNodeOutputTypes() (e.g.
|
void |
init()
This function is called when the unit is first created.
|
void |
registerIWIRTask(org.shiwa.fgi.iwir.AbstractTask abstractTask)
Register iwir task.
|
void |
setIWIRTask(org.shiwa.fgi.iwir.AbstractTask abstractTask)
Sets the iWIR task.
|
debug, debug, defineParameter, dispose, extractClipInState, getClipIn, getClipIn, getControlInterface, getDefaultInputNodes, getDefaultNodeRequirement, getDefaultOutputNodes, getDisplayName, getDisplayPackage, getGUIBuilderV2Info, getHelpFileLocation, getInputAtNode, getInputNodeCount, getMaximumInputNodes, getMaximumOutputNodes, getMinimumInputNodes, getMinimumOutputNodes, getNodeInputTypes, getNodeOutputTypes, getOutputNodeCount, getOutputPolicy, getPackageName, getParameter, getParameterPanelClass, getParameterPanelInstantiate, getParameterType, getParameterUpdatePolicy, getPopUpDescription, getRunnableInterface, getTask, getTaskGraphContext, getToolName, getToolPackage, getToolTable, getVersion, hideParameterPanel, isClipInName, isInputAtNode, isOutputSent, isParameter, log, log, notifyError, notifyError, output, outputAtNode, outputAtNode, parameterUpdate, parameterUpdated, process, putClipIn, removeClipIn, removeParameter, reset, restoreClipInState, setDefaultInputNodes, setDefaultNodeRequirement, setDefaultOutputNodes, setDisplayName, setDisplayPackage, setGUIBuilderV2Info, setHelpFileLocation, setMaximumInputNodes, setMaximumOutputNodes, setMinimumInputNodes, setMinimumOutputNodes, setOutputPolicy, setParameter, setParameterPanelClass, setParameterPanelInstantiate, setParameterUpdatePolicy, setPopUpDescription, setRunnableInterface, setToolName, setToolPackage, setVersion, showParameterPanel, stopping
public org.shiwa.fgi.iwir.AbstractTask getIWIRTask()
TaskHolder
getIWIRTask
in interface TaskHolder
public void setIWIRTask(org.shiwa.fgi.iwir.AbstractTask abstractTask)
TaskHolder
setIWIRTask
in interface TaskHolder
abstractTask
- the new iWIR taskpublic void init()
Unit
public java.lang.String[] getInputTypes()
Unit
getInputTypes
in class Unit
public java.lang.String[] getOutputTypes()
Unit
getOutputTypes
in class Unit
public void registerIWIRTask(org.shiwa.fgi.iwir.AbstractTask abstractTask)
TaskHolder
registerIWIRTask
in interface TaskHolder
abstractTask
- the abstract task