Public Member Functions | |
DataBlock (String title, int arraySize, int testType) | |
void | add (int chip, int column, String dataString) |
void | add (int chip, int column, double theData) |
void | add (int param, String header) |
String | getTitle () |
void | calculateMeans () |
Double | get (int chip, int column) |
String | getSummaryTable () |
Package Attributes | |
Double[][] | data = new Double[12][] |
String | title |
String[] | headers |
Double[][] | means = new Double[4][] |
int | arraySize |
int | testType |
java.text.DecimalFormat | nf = new java.text.DecimalFormat("#.##") |
java.text.DecimalFormat | nfe = new java.text.DecimalFormat("#.##E0") |
Definition at line 3 of file DataBlock.java.