Package | Description |
---|---|
simkit.smd |
Modifier and Type | Class and Description |
---|---|
class |
CircularImpactMunition
A Munition that has an area of effect that is a circle centered around its
aim point.
|
class |
SimpleTarget
A Target that is only subject to being killed, not damaged.
|
Modifier and Type | Field and Description |
---|---|
private BasicLinearMover |
Contact.myMover |
Modifier and Type | Method and Description |
---|---|
void |
RandomMoverManager.doEndMove(BasicLinearMover mover)
Generate another random destination d and schedule MoveTo(d)
|
void |
ConstantTimeMediator.doEnterRange(BasicLinearMover mover,
ConstantTimeSensor sensor)
Schedule Detection event on the sensor with a delay given by that
sensor's timeToDetect parameter.
|
void |
ConstantTimeMediator.doExitRange(BasicLinearMover mover,
ConstantTimeSensor sensor)
If mover not yet detected, cancel Detection event of sensor.
If already detected, schedule Undetection on sensor. |
Constructor and Description |
---|
Contact(BasicLinearMover myMover) |