Package | Description |
---|---|
sk.fiit.jim.agent | |
sk.fiit.jim.agent.communication.testframework | |
sk.fiit.jim.agent.models |
Modifier and Type | Field and Description |
---|---|
static Side |
AgentInfo.side
Side where agent has his own net
|
Modifier and Type | Method and Description |
---|---|
static Side |
Side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Side[] |
Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Vector3D |
AgentInfo.getGoalAbsolutePosition(Side side)
return position of goal
|
Constructor and Description |
---|
Message(int uniform,
String team,
Side side)
Constructs new message with uniform number, team of agent and side which agent plays on.
|
Modifier and Type | Field and Description |
---|---|
static Side |
AgentModel.side |