|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.tools.force.validation.Report
public final class Report
Class to create the simulation report.
| Method Summary | |
|---|---|
static void |
createReport(BufferedWriter buffer,
List<String> variation,
TreeMap<String,ArrayList<Double>> dataCompRef,
double refThreshold)
Method to create the html report. |
protected static void |
createTable(BufferedWriter buf,
String title,
int rawN,
int colN,
List<String> var,
ArrayList<Double> max,
ArrayList<Double> mean,
double threshold,
List<String> lab)
Method to create a table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void createReport(BufferedWriter buffer,
List<String> variation,
TreeMap<String,ArrayList<Double>> dataCompRef,
double refThreshold)
throws IOException
buffer - the buffervariation - the different cases that have been rundataCompRef - comparison data (comparison with external reference)refThreshold - threshold for comparison with external reference
IOException - error with the buffer
protected static void createTable(BufferedWriter buf,
String title,
int rawN,
int colN,
List<String> var,
ArrayList<Double> max,
ArrayList<Double> mean,
double threshold,
List<String> lab)
throws IOException
buf - the buffer to writetitle - title of the tablerawN - raw numbercolN - column numbervar - variation parametermax - data to write (max values)mean - data to write (mean values)threshold - threshold used for comparisonslab - labels to write in the table
IOException - error with the buffer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||