protected static enum ExampleBotLogicController.PrecomputingStage extends Enum<ExampleBotLogicController.PrecomputingStage>
| Enum Constant and Description |
|---|
ASSIGN_BUILDING_AIS |
CREATING_CLOSEST_POINTS |
CREATING_GAMEMAP_POLYS |
CREATING_QUADTREES |
DONE |
FINISHED_GAMEMAP_POLYS |
FINISHED_QUADTREES |
PLACING_AIR_BASE |
PLACING_RADAR |
PLACING_SHIPS |
PLACING_SILO |
START |
| Modifier and Type | Method and Description |
|---|---|
static ExampleBotLogicController.PrecomputingStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExampleBotLogicController.PrecomputingStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExampleBotLogicController.PrecomputingStage START
public static final ExampleBotLogicController.PrecomputingStage CREATING_GAMEMAP_POLYS
public static final ExampleBotLogicController.PrecomputingStage FINISHED_GAMEMAP_POLYS
public static final ExampleBotLogicController.PrecomputingStage CREATING_QUADTREES
public static final ExampleBotLogicController.PrecomputingStage FINISHED_QUADTREES
public static final ExampleBotLogicController.PrecomputingStage CREATING_CLOSEST_POINTS
public static final ExampleBotLogicController.PrecomputingStage PLACING_SHIPS
public static final ExampleBotLogicController.PrecomputingStage PLACING_RADAR
public static final ExampleBotLogicController.PrecomputingStage PLACING_SILO
public static final ExampleBotLogicController.PrecomputingStage PLACING_AIR_BASE
public static final ExampleBotLogicController.PrecomputingStage ASSIGN_BUILDING_AIS
public static final ExampleBotLogicController.PrecomputingStage DONE
public static ExampleBotLogicController.PrecomputingStage[] values()
for (ExampleBotLogicController.PrecomputingStage c : ExampleBotLogicController.PrecomputingStage.values()) System.out.println(c);
public static ExampleBotLogicController.PrecomputingStage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.