cz.cuni.amis.pogamut.ut2004.navigation.evaluator
Class MapInfo

Package class diagram package MapInfo
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.navigation.evaluator.MapInfo

public class MapInfo
extends Object

Helper class containing names of all maps for supported modes. Useful for batch creation of various tasks.

Author:
Bogo

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

CTF_MAPS

public static final String[] CTF_MAPS
All CTF maps.


DM_MAPS

public static String[] DM_MAPS
All DM maps.


BR_MAPS

public static final String[] BR_MAPS
All BR maps.


DOM_MAPS

public static final String[] DOM_MAPS
All DOM maps.

Constructor Detail

MapInfo

public MapInfo()
Method Detail

getAllDMMaps

public static List<String> getAllDMMaps()
Gets all DM maps.

Returns:
All DM map names.

getAllCTFMaps

public static List<String> getAllCTFMaps()
Gets all CTF maps.

Returns:
All CTF map names.

getAllBRMaps

public static List<String> getAllBRMaps()
Gets all BR maps.

Returns:
All BR map names.

getAllDOMMaps

public static List<String> getAllDOMMaps()
Gets all DOM maps.

Returns:
All DOM map names.

getAllMaps

public static List<String> getAllMaps()
Gets all known maps.

Returns:
All known map names.


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.