Interface CognitiveProperty
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.NodeProperty
,java.io.Serializable
public interface CognitiveProperty<T extends Object> implements NodeProperty<T>
The pedestrian's cognitive capability.
-
-
Method Summary
Modifier and Type Method Description List<CognitiveModel>
influentialPeople()
The mind model of all people considered influential for this cognitive pedestrian. abstract Molecule
getDanger()
The molecule associated with danger in the environment. abstract CognitiveModel
getCognitiveModel()
The pedestrian's cognitive model. -
-
Method Detail
-
influentialPeople
List<CognitiveModel> influentialPeople()
The mind model of all people considered influential for this cognitive pedestrian.
-
getCognitiveModel
abstract CognitiveModel getCognitiveModel()
The pedestrian's cognitive model.
-
-
-
-