Uses of Class
adams.flow.execution.AbstractGraphicalFlowExecutionListener
-
Packages that use AbstractGraphicalFlowExecutionListener Package Description adams.flow.execution -
-
Uses of AbstractGraphicalFlowExecutionListener in adams.flow.execution
Subclasses of AbstractGraphicalFlowExecutionListener in adams.flow.execution Modifier and Type Class Description class
AbstractFlowExecutionListenerWithTable
Ancestor for graphical listeners that display their data in a table.class
AbstractTimedFlowExecutionListenerWithTable
Ancestor for listeners that use tables and update them at regular intervals.class
CurrentlyExecuted
Shows what actors are currently being executed.class
Debug
Allows the user to define breakpoints that suspend the execution of the flow, allowing the inspection of the current flow state.
Tokens can only inspected during 'preInput', 'preExecute' and 'postOutput' of Breakpoint control actors.class
ExecutionCounter
Counts how often an actor was executed.
The final counts can be written to a log file in CSV format.class
Time
Shows how much time actors are taking in their method calls (gets accumulated).
-