|
Class Summary |
| ActorAdapter |
Implements a default actor listener without functionality. |
| ActorEvent |
Implements an actor event. |
| ActorQueue |
Manages a queue of actors sorted by the points in time when they are going
to act. |
| DefaultActor |
An actor is an abstract JADE concept for anything that can happen at
a predetermined point in time. |
| Game |
Stores all global data. |
| GameLoop |
Handles the actual game loop that executes all actions be the acting
instances in the game. |
| GUIDCarrier |
Implements a base class that has a GUID (a global unique identifier), that can be
used to easily identify the class. |
| SC |
This class is a kind of hack to enhance the readability of the JADE source
code: certain specific calls get a bit longish due to the object-oriented
structure of JADE. |