Uses of Class
adams.flow.control.SubProcess
-
Packages that use SubProcess Package Description adams.flow.control adams.flow.transformer adams.parser.spreadsheetquery weka.filters -
-
Uses of SubProcess in adams.flow.control
Subclasses of SubProcess in adams.flow.control Modifier and Type Class Description class
AbstractContainerUpdater
Ancestor for control actors that update a specific value of a container using the defined sub-actors.class
ArrayProcess
Applies all sub-actors to each of the array elements.class
CollectionProcess
Applies all sub-actors to each of the collection elements.class
ConditionalSubProcess
Encapsulates a sequence of flow items.class
InputOutputListener
Listens to the input/output tokens of the sub-actors, sending them to callable actors.class
PlotContainerUpdater
Applies all sub-actors to process either the selected value of the plot container.class
TimedSubProcess
Encapsulates a sequence of flow items.class
TransformerReset
Resets all sub-actors in case the monitored variable changed since the last execution.class
UpdateContainerValue
Applies all sub-actors to process the specified value of the container passing through.Fields in adams.flow.control declared as SubProcess Modifier and Type Field Description protected SubProcess
LocalScopeSubProcess. m_Actors
the actors to execute.protected SubProcess
ArrayProcess.ArrayElementJob. m_Sub
the sub-process used for execution.Methods in adams.flow.control that return SubProcess Modifier and Type Method Description SubProcess
ArrayProcess.ArrayElementJob. getSub()
Returns the underlying SubProcess instance. -
Uses of SubProcess in adams.flow.transformer
Subclasses of SubProcess in adams.flow.transformer Modifier and Type Class Description class
AutogeneratedTransformer
Encapsulates a sequence of auto-generated actors.class
InactiveTransformer
Encapsulates a sequence of inactive actors. -
Uses of SubProcess in adams.parser.spreadsheetquery
Fields in adams.parser.spreadsheetquery declared as SubProcess Modifier and Type Field Description protected SubProcess
ParserHelper. m_SubProcess
the partial flow for converting the spreadsheet.Methods in adams.parser.spreadsheetquery that return SubProcess Modifier and Type Method Description SubProcess
Parser. getSubProcess()
Returns the partial flow that was generated to process the spreadsheet.SubProcess
ParserHelper. getSubProcess()
Returns the partial flow that was generated to process the spreadsheet. -
Uses of SubProcess in weka.filters
Fields in weka.filters declared as SubProcess Modifier and Type Field Description protected SubProcess
FlowFilter. m_SubProcess
the flow for processing the data.
-