Uses of Class
adams.flow.control.Flow
-
-
Uses of Flow in adams.core.shutdown
Methods in adams.core.shutdown with parameters of type Flow Modifier and Type Method Description protected String
StopFlows. createFlowID(int id, Flow flow)
Generates a flow ID string. -
Uses of Flow in adams.flow.control
Fields in adams.flow.control with type parameters of type Flow Modifier and Type Field Description protected HashMap<Integer,Flow>
RunningFlowsRegistry. m_Flows
the registered flows.Methods in adams.flow.control that return Flow Modifier and Type Method Description Flow[]
RunningFlowsRegistry. flows()
Returns the currently registered flows.Flow
RunningFlowsRegistry. getFlow(int id)
Returns the flow associated with the ID.Methods in adams.flow.control with parameters of type Flow Modifier and Type Method Description void
RunningFlowsRegistry. addFlow(Flow flow)
Adds the flow to the internal list of registered flows.void
RunningFlowsRegistry. removeFlow(Flow flow)
Removes the flow from the internal list of registered flows. -
Uses of Flow in adams.flow.control.flowrestart
Fields in adams.flow.control.flowrestart declared as Flow Modifier and Type Field Description protected Flow
NotificationManager. m_Flow
the flow to restart.protected Flow
TriggerManager. m_Flow
the flow to restart.Methods in adams.flow.control.flowrestart with parameters of type Flow Modifier and Type Method Description abstract String
AbstractFlowRestartManager. start(Flow flow)
Starts the restart handling.String
NotificationManager. start(Flow flow)
Starts the restart handling.String
NullManager. start(Flow flow)
Starts the restart handling.String
TriggerManager. start(Flow flow)
Starts the restart handling.abstract String
AbstractFlowRestartManager. stop(Flow flow)
Stops the restart handling.String
NotificationManager. stop(Flow flow)
Stops the restart handling.String
NullManager. stop(Flow flow)
Stops the restart handling.String
TriggerManager. stop(Flow flow)
Stops the restart handling. -
Uses of Flow in adams.flow.control.flowrestart.notification
Methods in adams.flow.control.flowrestart.notification with parameters of type Flow Modifier and Type Method Description abstract String
AbstractNotification. notify(Flow flow)
Sends a notification.String
Null. notify(Flow flow)
Sends a notification.String
TimestampFile. notify(Flow flow)
Sends a notification. -
Uses of Flow in adams.flow.control.flowrestart.operation
Methods in adams.flow.control.flowrestart.operation with parameters of type Flow Modifier and Type Method Description abstract String
AbstractRestartOperation. restart(Flow flow)
Restarts the flow.String
ExternalCommand. restart(Flow flow)
Restarts the flow.String
FlowFile. restart(Flow flow)
Restarts the flow.String
MultiOperation. restart(Flow flow)
Restarts the flow.String
Null. restart(Flow flow)
Restarts the flow.String
RestartItself. restart(Flow flow)
Restarts the flow.protected void
AbstractRestartOperation. stopFlow(Flow flow)
Stops the flow. -
Uses of Flow in adams.flow.control.flowrestart.trigger
Fields in adams.flow.control.flowrestart.trigger declared as Flow Modifier and Type Field Description protected Flow
MetaCron. m_Flow
the flow this trigger is for.Methods in adams.flow.control.flowrestart.trigger that return Flow Modifier and Type Method Description Flow
MetaCron. getFlow()
Returns the flow this trigger is for.Methods in adams.flow.control.flowrestart.trigger with parameters of type Flow Modifier and Type Method Description protected String
AbstractTrigger. check(Flow flow)
Performs checks before starting the trigger.protected abstract String
AbstractTrigger. doStart(Flow flow)
Starts the trigger.protected String
Cron. doStart(Flow flow)
Starts the trigger.protected String
FileMonitor. doStart(Flow flow)
Starts the trigger.protected String
MetaCron. doStart(Flow flow)
Starts the trigger.protected String
MonitorItself. doStart(Flow flow)
Starts the trigger.protected String
MultiTrigger. doStart(Flow flow)
Starts the trigger.protected String
Null. doStart(Flow flow)
Starts the trigger.String
AbstractTrigger. start(Flow flow)
Starts the trigger. -
Uses of Flow in adams.flow.execution
Fields in adams.flow.execution declared as Flow Modifier and Type Field Description protected Flow
AbstractFlowExecutionListener. m_Owner
the owner.Methods in adams.flow.execution that return Flow Modifier and Type Method Description Flow
AbstractFlowExecutionListener. getOwner()
Returns the owning flow.Flow
FlowExecutionListener. getOwner()
Returns the owning flow.Methods in adams.flow.execution with parameters of type Flow Modifier and Type Method Description void
AbstractFlowExecutionListener. setOwner(Flow value)
Sets the owning flow.void
FlowExecutionListener. setOwner(Flow value)
Sets the owning flow. -
Uses of Flow in adams.flow.execution.debug
Methods in adams.flow.execution.debug that return Flow Modifier and Type Method Description protected Flow
ControlPanel. getFlow()
Returns the underlying flow. -
Uses of Flow in adams.gui.flow.tree
Methods in adams.gui.flow.tree with parameters of type Flow Modifier and Type Method Description void
TreeOperations. inspectMemoryDetails(TreePath path, Flow flow)
Displays the memory consumption of the selected actor, broken by class.void
TreeOperations. inspectMemorySize(TreePath path, Flow flow)
Displays the memory consumption of the selected subtree (just the size). -
Uses of Flow in adams.gui.menu
Methods in adams.gui.menu that return Flow Modifier and Type Method Description protected Flow
MakeCompatibleDatasets. createFlow(PlaceholderFile[] input, weka.core.converters.AbstractFileLoader loader, SpreadSheetReader reader, String ext, PlaceholderDirectory output)
Creates the flow. -
Uses of Flow in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer with type parameters of type Flow Modifier and Type Field Description protected List<Flow>
SpreadSheetPanel. m_GeneratedFlows
the generated flows (eg charts).Methods in adams.gui.tools.spreadsheetviewer with parameters of type Flow Modifier and Type Method Description void
SpreadSheetPanel. addGeneratedFlow(Flow flow)
Adds the flow to the list of flows to clean up. -
Uses of Flow in adams.gui.tools.spreadsheetviewer.chart
Methods in adams.gui.tools.spreadsheetviewer.chart that return Flow Modifier and Type Method Description protected Flow
AbstractChartGenerator. doGenerate(String name, SpreadSheet sheet)
Generates the actual flow.Flow
AbstractChartGenerator. generate(String name, SpreadSheet sheet)
Generates a flow for displaying a chart for the spreadsheet.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type Flow Modifier and Type Method Description protected abstract void
AbstractChartGenerator. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
AbstractRowBasedChartGenerator. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
BarPlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
ControlChart. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
GenericPlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
Histogram. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
JFreeChart. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
LinePlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow.protected void
ScatterPlot. addChartGeneration(Flow flow, String name, SpreadSheet sheet)
Adds the chart generation to the flow. -
Uses of Flow in adams.gui.visualization.image
Fields in adams.gui.visualization.image with type parameters of type Flow Modifier and Type Field Description protected List<Flow>
ImagePanel. m_DependentFlows
list of dependent flows to clean up.Methods in adams.gui.visualization.image with parameters of type Flow Modifier and Type Method Description void
ImagePanel. addDependentFlow(Flow flow)
Adds the flow to the list of flows to be cleaned up when the panel gets cleared or removed. -
Uses of Flow in adams.scripting.command.basic
Methods in adams.scripting.command.basic with parameters of type Flow Modifier and Type Method Description protected String
AbstractCommandWithFlowStopping. createFlowID(int id, Flow flow)
Generates a flow ID string.
-