feynman.framework.system
Interface FinalReport


public interface FinalReport

This interface defines a simple way of reporting final statistics or calculations that occured in the simulation. To define the usage of a FinalReport implement the following in the Simulation.properties file in the following manner:

 FinalReportClass=Report
 DoFinalReport=true
 

Version:
$Revision: 1.1.1.1 $ $Date: 2002/11/12 02:25:43 $
Author:
Wes Bailey

Method Summary
 void report(Simulation sim, PhysicalSystem ps)
          Use this method to write any final data or calculation to stdout for the user of the simulation.
 

Method Detail

report

public void report(Simulation sim,
                   PhysicalSystem ps)
Use this method to write any final data or calculation to stdout for the user of the simulation.