Package | Description |
---|---|
simkit.smdx |
Contains basic classes to represent the entities in a combat simulation.
|
simkit.smdx.test |
Modifier and Type | Class and Description |
---|---|
class |
SensorContact |
class |
SidedContact
A Contact that contains Side information.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Mover,Contact> |
CookieCutterMediator.contacts
A cache of Contact objects for each Mover processed by this mediator.
|
Modifier and Type | Method and Description |
---|---|
protected Contact |
CookieCutterMediator.getContactForEnterRangeEvent(Sensor sensor,
Mover target)
This hook method must be implemented by subclasses to return a
Contact object for the given sensor-target pairing. |
Modifier and Type | Method and Description |
---|---|
protected Contact |
TestSensorTargetReferee.TestMediator.getContactForEnterRangeEvent(Sensor sensor,
Mover target) |