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 classAbstractContainerUpdaterAncestor for control actors that update a specific value of a container using the defined sub-actors.classArrayProcessApplies all sub-actors to each of the array elements.classCollectionProcessApplies all sub-actors to each of the collection elements.classConditionalSubProcessEncapsulates a sequence of flow items.classInputOutputListenerListens to the input/output tokens of the sub-actors, sending them to callable actors.classPlotContainerUpdaterApplies all sub-actors to process either the selected value of the plot container.classTimedSubProcessEncapsulates a sequence of flow items.classTransformerResetResets all sub-actors in case the monitored variable changed since the last execution.classUpdateContainerValueApplies 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 SubProcessLocalScopeSubProcess. m_Actorsthe actors to execute.protected SubProcessArrayProcess.ArrayElementJob. m_Subthe sub-process used for execution.Methods in adams.flow.control that return SubProcess Modifier and Type Method Description SubProcessArrayProcess.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 classAutogeneratedTransformerEncapsulates a sequence of auto-generated actors.classInactiveTransformerEncapsulates 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 SubProcessParserHelper. m_SubProcessthe partial flow for converting the spreadsheet.Methods in adams.parser.spreadsheetquery that return SubProcess Modifier and Type Method Description SubProcessParser. getSubProcess()Returns the partial flow that was generated to process the spreadsheet.SubProcessParserHelper. 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 SubProcessFlowFilter. m_SubProcessthe flow for processing the data.
-