| Package | Description |
|---|---|
| sk.fiit.jim.agent | |
| sk.fiit.jim.agent.models | |
| sk.fiit.jim.agent.models.prediction | |
| sk.fiit.jim.annotation.data |
| Modifier and Type | Field and Description |
|---|---|
private AgentModel |
ParserToAgentModelIntegrationTest.agent |
| Modifier and Type | Field and Description |
|---|---|
private AgentModel |
AgentRotationCalculator.agent |
private AgentModel |
AgentPositionCalculator.agent |
private AgentModel |
WorldModel.agentModel |
private static AgentModel |
AgentModel.instance |
private AgentModel |
AgentModelTest.model |
| Modifier and Type | Method and Description |
|---|---|
AgentModel |
AgentModel.afterAction(Annotation annotation)
Returns changed AgentModel object calculated from current agent model
based on specified annotation execution.
|
AgentModel |
WorldModel.getAgentModel() |
static AgentModel |
AgentModel.getInstance()
Static instance of AgentModel to work with it in other classes.
|
AgentModel |
AgentModel.partialCopy()
Creates partial copy of AgentModel without some parts of lastDataReceived attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorldModel.setAgentModel(AgentModel agent)
Sets AgentModel to compute with.
|
| Constructor and Description |
|---|
AgentPositionCalculator(AgentModel agent)
Sets current AgentModel.
|
AgentRotationCalculator(AgentModel agent)
Sets current AgentModel.
|
WorldModel(AgentModel model) |
| Modifier and Type | Field and Description |
|---|---|
private AgentModel |
Prophet.agent |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MoveValidator.checkAgentState(AgentModel model,
Annotation annotation)
Validation for annotation move.
|