Package it. unibo. alchemist. model. cognitiveagents. impact. cognitive
Types
Link copied to clipboard
The generic implementation of a cognitive characteristic.
Link copied to clipboard
class BeliefDanger(zoneDangerousness: () -> Double, fear: () -> Double, influencialPeople: () -> List<CognitiveModel>) : MentalCognitiveCharacteristic
Content copied to clipboard
The perception of the situation danger. The name belief derives from the IMPACT model.
Link copied to clipboard
abstract class BodyCognitiveCharacteristic : AbstractCognitiveCharacteristic
Content copied to clipboard
A cognitive characteristic which has a body response.
Link copied to clipboard
A characteristic which depends on the other agents in the environment.
Link copied to clipboard
A specification of the parameters regarding cognitive characteristics to load from a config file.
Link copied to clipboard
class DesireEvacuate(compliance: Double, dangerBelief: () -> Double, fear: () -> Double) : MentalCognitiveCharacteristic
Content copied to clipboard
The desire to evacuate.
Link copied to clipboard
class DesireWalkRandomly(compliance: Double, dangerBelief: () -> Double, fear: () -> Double) : MentalCognitiveCharacteristic
Content copied to clipboard
The desire not to evacuate.
Link copied to clipboard
class Fear(desireWalkRandomly: () -> Double, desireEvacuate: () -> Double, influencialPeople: () -> List<CognitiveModel>) : MentalCognitiveCharacteristic
Content copied to clipboard
The fear emotion.
Link copied to clipboard
class IntentionEvacuate(desireWalkRandomly: () -> Double, desireEvacuate: () -> Double) : BodyCognitiveCharacteristic
Content copied to clipboard
The intention to evacuate of .
Link copied to clipboard
class IntentionWalkRandomly(desireWalkRandomly: () -> Double, desireEvacuate: () -> Double) : BodyCognitiveCharacteristic
Content copied to clipboard
The intention not to evacuate.
Link copied to clipboard
abstract class MentalCognitiveCharacteristic : AbstractCognitiveCharacteristic
Content copied to clipboard
A cognitive characteristic which has a mental response.