org.gscg.gameactors.statistics
Class DistributorStatistics
java.lang.Object
org.gscg.gameactors.statistics.DistributorStatistics
- All Implemented Interfaces:
- java.io.Serializable
- public class DistributorStatistics
- extends java.lang.Object
- implements java.io.Serializable
This class keeps track of all kind of statistics for all the manufacturers
present in a game.
(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
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
PREFIX
the prefix for the manufacturers to use |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
public static final java.lang.String PREFIX
- the prefix for the manufacturers to use
- See Also:
- Constant Field Values
DistributorStatistics
public DistributorStatistics()
- constructs a new DistributorStatistics
addDistributor
public static void addDistributor(GameDistributor distributor)
- adds an distributor to gather statistics for
- Parameters:
distributor
- the manufacturer to add
getRegions
public static java.util.Set getRegions()
- Returns:
- returns the set of regions
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.