Package | Description |
---|---|
sk.fiit.jim.agent |
Modifier and Type | Field and Description |
---|---|
private HashMap<Integer,AgentInfo.playerState> |
AgentInfo.opponentsStates |
private HashMap<Integer,AgentInfo.playerState> |
AgentInfo.teammatesStates |
Modifier and Type | Method and Description |
---|---|
AgentInfo.playerState |
AgentInfo.getPlayerState(Player player,
boolean isOpponent)
Method calculating specified player´s state for specified team.
|
static AgentInfo.playerState |
AgentInfo.playerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentInfo.playerState[] |
AgentInfo.playerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,AgentInfo.playerState> |
AgentInfo.getOpponentsStates()
Returns the HashMap containing opponent players states
each by the number of player(key value).
|
HashMap<Integer,AgentInfo.playerState> |
AgentInfo.getTeammatesStates()
Returns the HashMap containing team mates states
each by the number of player(key value).
|