class |
AbstractFlowExecutionListenerWithTable |
Ancestor for graphical listeners that display their data in a table.
|
class |
AbstractGraphicalFlowExecutionListener |
Ancestor for graphical listeners.
|
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 |
ExecutionLog |
Generates a trace file with all activity logged, uses stdout when the log file is pointing to a directory.
|
class |
MultiListener |
A meta-listener that executes all sub-listeners sequentially.
|
class |
NullListener |
Dummy listener, does nothing.
|
class |
RemoteFlowListener |
Listens on the specified port, returns the currently running flow setup.
|
class |
Time |
Shows how much time actors are taking in their method calls (gets accumulated).
|