Code Examples
A repository of 155 code examples for BeepBeep
customprocessors.CounterGroup Class Reference

This processor simply generates the trace of numbers 0, 1, 2, ... More...

Detailed Description

This processor simply generates the trace of numbers 0, 1, 2, ...

This is one of two possible ways of writing such a counter: by encapsulating a Cumulate within a GroupProcessor. Another way is illustrated by the CounterSingle class.

Author
Sylvain Hallé Easy

Definition at line 37 of file CounterGroup.java.


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