|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.ut2004.navigation.evaluator.MapInfo
public class MapInfo
Helper class containing names of all maps for supported modes. Useful for batch creation of various tasks.
| Nested Class Summary | |
|---|---|
static class |
MapInfo.GameType
Enumeration of supported game types. |
| Field Summary | |
|---|---|
static String[] |
BR_MAPS
All BR maps. |
static String[] |
CTF_MAPS
All CTF maps. |
static String[] |
DM_MAPS
All DM maps. |
static String[] |
DOM_MAPS
All DOM maps. |
| Constructor Summary | |
|---|---|
MapInfo()
|
|
| Method Summary | |
|---|---|
static List<String> |
getAllBRMaps()
Gets all BR maps. |
static List<String> |
getAllCTFMaps()
Gets all CTF maps. |
static List<String> |
getAllDMMaps()
Gets all DM maps. |
static List<String> |
getAllDOMMaps()
Gets all DOM maps. |
static List<String> |
getAllMaps()
Gets all known maps. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String[] CTF_MAPS
public static String[] DM_MAPS
public static final String[] BR_MAPS
public static final String[] DOM_MAPS
| Constructor Detail |
|---|
public MapInfo()
| Method Detail |
|---|
public static List<String> getAllDMMaps()
public static List<String> getAllCTFMaps()
public static List<String> getAllBRMaps()
public static List<String> getAllDOMMaps()
public static List<String> getAllMaps()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||