public interface IProcessChainExec extends IProcessExec
| Modifier and Type | Method and Description |
|---|---|
void |
connectInternalInput(String inputName,
String dataPath,
DataConnection connection) |
void |
connectInternalOutput(String outputName,
String dataPath,
DataConnection connection) |
void |
connectInternalParam(String paramName,
String dataPath,
DataConnection connection) |
List<DataConnection> |
getInternalConnections() |
boolean |
isChildrenThreadsOn() |
void |
setChildrenThreadsOn(boolean childrenThreadsOn) |
void |
setOutputNeeded(int outputIndex,
boolean needed) |
canRun, connectInput, connectOutput, connectParameter, createNewInputBlocks, createNewOutputBlocks, dispose, execute, getInputConnections, getInputList, getName, getOutputConnections, getOutputList, getParamConnections, getParameterList, init, isInputConnected, isOutputConnected, isParamConnected, isUsingQueueBuffers, needSync, reset, run, setAvailability, setUsingQueueBuffers, start, stop, transferDatavoid connectInternalInput(String inputName, String dataPath, DataConnection connection) throws SMLException
SMLExceptionvoid connectInternalOutput(String outputName, String dataPath, DataConnection connection) throws SMLException
SMLExceptionvoid connectInternalParam(String paramName, String dataPath, DataConnection connection) throws SMLException
SMLExceptionboolean isChildrenThreadsOn()
void setChildrenThreadsOn(boolean childrenThreadsOn)
List<DataConnection> getInternalConnections()
void setOutputNeeded(int outputIndex,
boolean needed)
Copyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.