Code Examples
A repository of 155 code examples for BeepBeep
basic.FilterConditionComposite Class Reference

Filter a trace by evaluating a compound condition on the events of that trace. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

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:

Processor graph
Author
Sylvain Hallé Easy

Definition at line 48 of file FilterConditionComposite.java.


The documentation for this class was generated from the following file: