jsim.jmessage
Class InterimReport

java.lang.Object
  extended by jsim.jmessage.Message
      extended by jsim.jmessage.InterimReport
All Implemented Interfaces:
java.io.Serializable

public class InterimReport
extends Message

This class contains interim report data for the Report event.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jsim.jmessage.Message
actionType
 
Constructor Summary
InterimReport(java.lang.String actionType, double[] statData)
          Constructs an InterimReport message by actionType and statData.
 
Method Summary
 double[] getStatData()
          Returns the statData.
 
Methods inherited from class jsim.jmessage.Message
getActionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterimReport

public InterimReport(java.lang.String actionType,
                     double[] statData)
Constructs an InterimReport message by actionType and statData.

Parameters:
actionType - Type of message
statData - Statistical data
Method Detail

getStatData

public double[] getStatData()
Returns the statData.

Returns:
double [] The statistical data