org.gscg.gameactors.statistics
Class ManufacturerStatistics

java.lang.Object
  extended byorg.gscg.gameactors.statistics.ManufacturerStatistics
All Implemented Interfaces:
java.io.Serializable

public class ManufacturerStatistics
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
 
Constructor Summary
ManufacturerStatistics()
          constructs a new ManufacturerStatistics
 
Method Summary
static void addManufacturer(GameManufacturer manufacturer)
          adds an manufacturer to gather statistics for
static java.util.Set getRegions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final java.lang.String PREFIX
the prefix for the manufacturers to use

See Also:
Constant Field Values
Constructor Detail

ManufacturerStatistics

public ManufacturerStatistics()
constructs a new ManufacturerStatistics

Method Detail

addManufacturer

public static void addManufacturer(GameManufacturer manufacturer)
adds an manufacturer to gather statistics for

Parameters:
manufacturer - 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.