Code Examples
A repository of 155 code examples for BeepBeep
|
Filter a trace by evaluating a compound condition on the events of that trace. More...
Static Public Member Functions | |
static void | main (String[] args) |
Filter a trace by evaluating a compound condition on the events of that trace.
In this example, we wish to keep all events that are even and greater than 4, and discard the others. This example can be represented grahpically as:
Definition at line 48 of file FilterConditionComposite.java.