nl.tudelft.simulation.dsol.statistics
Class Persistent
java.lang.Object
nl.tudelft.simulation.event.EventProducer
nl.tudelft.simulation.jstats.statistics.StatisticsObject
nl.tudelft.simulation.jstats.statistics.Tally
nl.tudelft.simulation.jstats.statistics.Persistent
nl.tudelft.simulation.dsol.statistics.Persistent
- All Implemented Interfaces:
- Serializable, EventListener, EventListenerInterface, EventProducerInterface, Swingable
public class Persistent
- extends Persistent
The Persistent extends the persistent and links this it to the dsol framework
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
- Version:
- $Revision: 1.1 $ $Date: 2007/01/06 13:21:28 $
- Author:
- Peter Jacobs
- See Also:
- Serialized Form
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 |
Methods inherited from class nl.tudelft.simulation.jstats.statistics.Tally |
getConfidenceInterval, getConfidenceInterval, getDescription, getMax, getMin, getN, getSampleMean, getSum, getTable, isInitialized, setFilter, setMax, setMin, setN, setSampleMean, setSum, toString |
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 |
Persistent
public Persistent(String description,
SimulatorInterface simulator)
throws RemoteException
- constructs a new Persistent
- Parameters:
description
- refers to the description of this Persistentsimulator
- the simulator
- Throws:
RemoteException
- on network failure
Persistent
public Persistent(String description,
SimulatorInterface simulator,
EventProducerInterface target,
EventType field)
throws RemoteException
- constructs a new Persistent
- Parameters:
simulator
- the simulator of this modeldescription
- the descriptiontarget
- the target on which to countfield
- the field which is counted
- Throws:
RemoteException
- on network failure
notify
public void notify(EventInterface event)
- Specified by:
notify
in interface EventListenerInterface
- Overrides:
notify
in class Persistent
- See Also:
#notify(nl.tudelft.simulation.event.EventInterface)
endOfReplication
protected void endOfReplication()
- endOfReplication is invoked to store the final results
Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.