public class BasicOperatorObservationModule extends ObservationModule
map, movementModel
Constructor and Description |
---|
BasicOperatorObservationModule() |
Modifier and Type | Method and Description |
---|---|
<T> java.util.Collection<T> |
getObservation(java.lang.Class<T> type)
Gets an observation of a specific type.
|
init
public <T> java.util.Collection<T> getObservation(java.lang.Class<T> type)
ObservationModule
getObservation
in class ObservationModule
T
- The type of observation.type
- The map component.