Interface PerceptiveProperty
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.NodeProperty
,java.io.Serializable
public interface PerceptiveProperty<T extends Object> implements NodeProperty<T>
The pedestrian's capability to influence other pedestrians.
-
-
Method Summary
Modifier and Type Method Description abstract InfluenceSphere<T>
getFieldOfView()
The field of view of the pedestrian. Map<String, InfluenceSphere<T>>
getSenses()
-
-
Method Detail
-
getFieldOfView
abstract InfluenceSphere<T> getFieldOfView()
The field of view of the pedestrian.
-
getSenses
Map<String, InfluenceSphere<T>> getSenses()
-
-
-
-