Package | Description |
---|---|
simkit.smdx |
Contains basic classes to represent the entities in a combat simulation.
|
Modifier and Type | Class and Description |
---|---|
class |
FormationMoverManager
Causes its Mover to move relative to a FormationLeader which acts as a guide
point (ZZ).
|
class |
PathMoverManager
A manager that causes a Mover to move along a specified path.
|
class |
PatrolMoverManager
Similar to PathMoverManager.
|
class |
RandomLocationMoverManager
Causes the controlled Mover to move to random points at random speeds.
|
Modifier and Type | Method and Description |
---|---|
static MoverManager |
MoverManagerFactory.getInstance(java.lang.String className,
java.lang.Object[] parameters)
Constructs a MoverManager.
|