simnet
Class Statistics.StatisticData

java.lang.Object
  extended bysimnet.Statistics.StatisticData
Enclosing class:
Statistics

protected class Statistics.StatisticData
extends java.lang.Object

Inner class for storage of individual statistics


Field Summary
 int count
           
 java.lang.Object custom
           
 double extra
           
 java.lang.String name
           
 int stat
           
 int type
           
 
Constructor Summary
Statistics.StatisticData(java.lang.String stat_name, int the_type)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final int type

name

public final java.lang.String name

count

public int count

stat

public int stat

extra

public double extra

custom

public java.lang.Object custom
Constructor Detail

Statistics.StatisticData

public Statistics.StatisticData(java.lang.String stat_name,
                                int the_type)
Method Detail

toString

public java.lang.String toString()