org.itc.irst.tcc.sre.util
Class MicroAvarage

java.lang.Object
  extended by org.itc.irst.tcc.sre.util.MicroAvarage

public class MicroAvarage
extends java.lang.Object

This class given a file of good/bad values in CSV format append the micro avarage figures at the end of the file.

Since:
1.0
Version:
%I%, %G%
Author:
Claudio Giuliano

Field Summary
(package private) static org.apache.log4j.Logger logger
          Define a static logger variable so that it references the Logger instance named MicroAvarage.
 
Constructor Summary
MicroAvarage(java.io.File f)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
Define a static logger variable so that it references the Logger instance named MicroAvarage.

Constructor Detail

MicroAvarage

public MicroAvarage(java.io.File f)
Method Detail

main

public static void main(java.lang.String[] args)