org.gscg.common.interactionlayer.dataobjects
Class GamingPersistentData

java.lang.Object
  extended byorg.gscg.common.interactionlayer.dataobjects.GamingPersistentData
All Implemented Interfaces:
java.io.Serializable

public class GamingPersistentData
extends java.lang.Object
implements java.io.Serializable

The GamingPersistentData is used to contain data meant for a persisten which is present client-side.

Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.0.0
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:33:58 $
Author:
Stijn-Pieter van Houten
See Also:
Serialized Form

Constructor Summary
GamingPersistentData(double min, double max, long n, double sampleMean, double sum, double varianceSum, java.lang.String persistentName)
          constructs a new GamingPersistentData
 
Method Summary
 double getMax()
           
 double getMin()
           
 long getN()
           
 java.lang.String getPersistentName()
           
 double getSampleMean()
           
 double getSum()
           
 double getVarianceSum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GamingPersistentData

public GamingPersistentData(double min,
                            double max,
                            long n,
                            double sampleMean,
                            double sum,
                            double varianceSum,
                            java.lang.String persistentName)
constructs a new GamingPersistentData

Parameters:
min - the min value
max - the max value
n - the n value
sampleMean - the sample mean
sum - the sum
varianceSum - the variance sum
persistentName - the name of the persistent
Method Detail

getMax

public double getMax()
Returns:
Returns the max.

getMin

public double getMin()
Returns:
Returns the min.

getN

public long getN()
Returns:
Returns n.

getSampleMean

public double getSampleMean()
Returns:
Returns the sample mean.

getSum

public double getSum()
Returns:
Returns the sum.

getVarianceSum

public double getVarianceSum()
Returns:
Returns the variance sum.

getPersistentName

public java.lang.String getPersistentName()
Returns:
Returns the persistent name.


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.