|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--Galaxy
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 |
public Galaxy()
| Method Detail |
public static void init()
public static Province[] getProvinces()
public static java.util.Vector getMissionChars(char side)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||