Package | Description |
---|---|
sk.fiit.jim.agent.moves |
Modifier and Type | Field and Description |
---|---|
SkipFlag |
Phase.setFlagFalse
LowSkill sets a flag to false PRIOR to executing this phase.
|
SkipFlag |
Phase.setFlagTrue
LowSkill sets a flag to true AFTER successfully executing this phase.
|
SkipFlag |
Phase.skipIfFlag
Skips the execution of this phase if a such a flag is set to true.
|
Modifier and Type | Field and Description |
---|---|
private static Map<SkipFlag,Boolean> |
SkipFlags.values |
Modifier and Type | Method and Description |
---|---|
static boolean |
SkipFlags.isTrue(SkipFlag flag)
Returns true if specified flag is set to true, otherwise false.
|
static void |
SkipFlags.setFalse(SkipFlag flag)
Sets specified flag to false and adds it to the HashMap.
|
static void |
SkipFlags.setTrue(SkipFlag flag)
Sets specified flag to true and adds it to the HashMap.
|