Package | Description |
---|---|
magma.agent.belief.impl | |
magma.agent.worldmodel | |
magma.agent.worldmodel.impl |
Constructor and Description |
---|
GameStateBelief(java.lang.String name,
IThoughtModel thoughtModel,
GameState gameState)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static GameState |
GameState.determineGameState(PlayMode playMode,
PlaySide playSide)
Determine the current game state from play mode and field side
|
GameState |
IGlobalMap.getGameState()
Get the current play mode
|
static GameState |
GameState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GameState[] |
GameState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GameState |
GlobalMap.getGameState() |