Code Examples
A repository of 155 code examples for BeepBeep
tuples.SumAttributes Class Reference

Compute the sum of two tuple attributes using the GetAttribute function. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Compute the sum of two tuple attributes using the GetAttribute function.

This programs reads the file file1.csv, and computes the sum of columns A and B for each line. Graphically, this chain of processor can be described as follows:

Processor graph

The output of this program is:

5.0
6.0
5.0
9.0
9.0

A simpler version of this example can be found in SumAttributesTree.

Author
Sylvain Hallé Easy

Definition at line 53 of file SumAttributes.java.


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