Package | Description |
---|---|
mas.agentsHempelsSofa.data |
This package contains general data structures.
|
mas.agentsHempelsSofa.data.graph |
This package contains data structures to define a graph.
|
mas.agentsHempelsSofa.data.zone |
This package contains data structures to define a zone.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentToken
An implementation of an agent token which includes the following information
about an agent:
the name
the team
the position
the role
the strategy
the energy
the maximum energy
the maximum energy if disabled
the health
the maximum health
the strength
the visibility range
the target vertex
the target agent
the step it was lastly inspected
It can be placed and moved on the
Graph . |
Modifier and Type | Class and Description |
---|---|
class |
Edge
An implementation of an undirected edge for our Graph.
|
class |
Vertex
An implementation of the vertices for our graph.
|
Modifier and Type | Class and Description |
---|---|
class |
Zone
An implementation of a zone.
|
Copyright © 2013. All Rights Reserved.