nl.tudelft.simulation.dsol.formalisms.flow.statistics
Class Utilization

java.lang.Object
  extended by nl.tudelft.simulation.event.EventProducer
      extended by nl.tudelft.simulation.jstats.statistics.StatisticsObject
          extended by nl.tudelft.simulation.jstats.statistics.Tally
              extended by nl.tudelft.simulation.jstats.statistics.Persistent
                  extended by nl.tudelft.simulation.dsol.formalisms.flow.statistics.Utilization
All Implemented Interfaces:
Serializable, EventListener, EventListenerInterface, EventProducerInterface, Swingable

public class Utilization
extends Persistent

A Utilization
(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:31 $
Author:
Peter Jacobs
See Also:
Serialized Form

Field Summary
 
Fields inherited from class nl.tudelft.simulation.jstats.statistics.Persistent
VALUE_EVENT
 
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.jstats.statistics.StatisticsObject
filter
 
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
Utilization(String description, SimulatorInterface simulator, StationInterface target)
          constructs a new Utilization
 
Method Summary
protected  void endOfReplication()
          endOfReplication is invoked to store the final results
 void notify(EventInterface event)
           
 
Methods inherited from class nl.tudelft.simulation.jstats.statistics.Persistent
getSampleVariance, getStdDev, initialize
 
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.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

Utilization

public Utilization(String description,
                   SimulatorInterface simulator,
                   StationInterface target)
            throws RemoteException
constructs a new Utilization

Parameters:
description - the description of this utilization
simulator - the simulator
target - the target
Throws:
RemoteException - on network failure
Method Detail

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.