org.gscg.gameactors.statistics
Interface StatisticContentHandlerInterface

All Superinterfaces:
java.util.EventListener, nl.tudelft.simulation.event.EventListenerInterface, nl.tudelft.simulation.content.HandlerInterface, java.io.Serializable
All Known Implementing Classes:
StatisticOrderAverageUnitPriceHandler

public interface StatisticContentHandlerInterface
extends nl.tudelft.simulation.content.HandlerInterface, nl.tudelft.simulation.event.EventListenerInterface

The StatisticContentHandler interface.

(c) copyright 2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
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 are proprietary information of Delft University of Technology.

Since:
1.1.3
Version:
$Revision: 1.1 $ $Date: 2005/08/03 08:52:49 $
Author:
Stijn-Pieter van Houten

Method Summary
 RegionInterface getRegion()
           
 java.util.Set getSeries()
           
 nl.tudelft.simulation.event.EventType[] getStatisticEventTypes()
           
 
Methods inherited from interface nl.tudelft.simulation.content.HandlerInterface
handleContent
 
Methods inherited from interface nl.tudelft.simulation.event.EventListenerInterface
notify
 

Method Detail

getStatisticEventTypes

public nl.tudelft.simulation.event.EventType[] getStatisticEventTypes()
Returns:
returns the set of event types fired by the statistic handler

getSeries

public java.util.Set getSeries()
Returns:
returns the set with XYSeries for the handler

getRegion

public RegionInterface getRegion()
Returns:
returns the region


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