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 classAbstractFlowExecutionListenerWithTableAncestor for graphical listeners that display their data in a table.classAbstractTimedFlowExecutionListenerWithTableAncestor for listeners that use tables and update them at regular intervals.classCurrentlyExecutedShows what actors are currently being executed.classDebugAllows 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.classExecutionCounterCounts how often an actor was executed.
The final counts can be written to a log file in CSV format.classTimeShows how much time actors are taking in their method calls (gets accumulated).
-