report
Class MessageOwnSimilarityReport

java.lang.Object
  extended by report.Report
      extended by report.MessageOwnSimilarityReport

public class MessageOwnSimilarityReport
extends report.Report

Saves and writes to a file all the messages with their own similarity.

Author:
Andrea Campanella, NPTLab, Public university of Milan, 2014

Field Summary
 
Fields inherited from class report.Report
DEF_PRECISION, INTERVAL_SETTING, INTERVALLED_FORMAT, NAN, OUT_SUFFIX, OUTPUT_SETTING, PRECISION_SETTING, REPORT_NS, REPORTDIR_SETTING, WARMUP_S
 
Constructor Summary
MessageOwnSimilarityReport()
           
 
Method Summary
 void done()
          Called when the simulation is done, user requested premature termination or intervalled report generating decided that it's time for the next report.
 
Methods inherited from class report.Report
getAverage, getIntAverage, getIntMedian, getMedian, getVariance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageOwnSimilarityReport

public MessageOwnSimilarityReport()
Method Detail

done

public void done()
Description copied from class: report.Report
Called when the simulation is done, user requested premature termination or intervalled report generating decided that it's time for the next report.

Overrides:
done in class report.Report