Class Galaxy

java.lang.Object
  |
  +--Galaxy

public class Galaxy
extends java.lang.Object

Class Galaxy is a Singleton class, an aggregate of Provinces.


Constructor Summary
Galaxy()
           
 
Method Summary
static java.util.Vector getMissionChars(char side)
          getMissionChars() returns a vector of planets containing characters on the specified side (Rebel or Imperial)
static Province[] getProvinces()
          getProvinces() returns the static array of provinces
static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Galaxy

public Galaxy()
Method Detail

init

public static void init()

getProvinces

public static Province[] getProvinces()
getProvinces() returns the static array of provinces


getMissionChars

public static java.util.Vector getMissionChars(char side)
getMissionChars() returns a vector of planets containing characters on the specified side (Rebel or Imperial)