|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.event.EventProducer
nl.tudelft.simulation.jstats.statistics.StatisticsObject
nl.tudelft.simulation.jstats.statistics.Tally
nl.tudelft.simulation.dsol.statistics.Tally
The Tally extends the tally and links this it to the dsol framework
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary |
| Fields inherited from class nl.tudelft.simulation.jstats.statistics.Tally |
BOTH_SIDE_CONFIDENCE, description, LEFT_SIDE_CONFIDENCE, max, MAX_EVENT, min, MIN_EVENT, n, N_EVENT, RIGTH_SIDE_CONFIDENCE, SAMPLE_MEAN_EVENT, SAMPLE_VARIANCE_EVENT, sampleMean, semaphore, STANDARD_DEVIATION_EVENT, sum, SUM_EVENT, varianceSum |
| Fields inherited from class nl.tudelft.simulation.event.EventProducer |
listeners |
| Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
FIRST_POSITION, LAST_POSITION |
| Constructor Summary | |
Tally(java.lang.String description,
SimulatorInterface simulator)
constructs a new Tally. |
|
Tally(java.lang.String description,
SimulatorInterface simulator,
nl.tudelft.simulation.event.EventProducerInterface target,
nl.tudelft.simulation.event.EventType field)
constructs a new Tally |
|
| Method Summary | |
protected void |
endOfReplication()
endOfReplication is invoked to store the final results |
void |
notify(nl.tudelft.simulation.event.EventInterface event)
|
| Methods inherited from class nl.tudelft.simulation.jstats.statistics.Tally |
getConfidenceInterval, getConfidenceInterval, getDescription, getMax, getMin, getN, getSampleMean, getSampleVariance, getStdDev, getSum, getTable, initialize, isInitialized, setMax, setMin, setN, setSampleMean, setSum, toString |
| Methods inherited from class nl.tudelft.simulation.jstats.statistics.StatisticsObject |
getSwingPanel |
| Methods inherited from class nl.tudelft.simulation.event.EventProducer |
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Tally(java.lang.String description,
SimulatorInterface simulator)
throws java.rmi.RemoteException
description - refers to the description of this Tally.simulator - the simulator to schedule on.
java.rmi.RemoteException - on network failure.
public Tally(java.lang.String description,
SimulatorInterface simulator,
nl.tudelft.simulation.event.EventProducerInterface target,
nl.tudelft.simulation.event.EventType field)
throws java.rmi.RemoteException
description - the description of this tally.simulator - the simulator to schedule on.target - the target on which to subscribe.field - the field which is counted
java.rmi.RemoteException - on network failure.| Method Detail |
public void notify(nl.tudelft.simulation.event.EventInterface event)
#notify(nl.tudelft.simulation.event.EventInterface)protected void endOfReplication()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||