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

Use a cumulative processor to compute the sum of all events received so far. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Use a cumulative processor to compute the sum of all events received so far.

Graphically, this chain of processors can be represented as:

Processor graph
Author
Sylvain Hallé Easy

Definition at line 37 of file CumulativeSum.java.


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