-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Condition,java.io.Serializable
public class WantToEscape<T extends Object, S extends Vector<S>, A extends GeometricTransformation<S>> extends AbstractCondition<T>
The intention of the pedestrian to evacuate or not.
-
-
Constructor Summary
Constructors Constructor Description WantToEscape(CognitivePedestrian<T, S, A> pedestrian)
-
Method Summary
Modifier and Type Method Description ContextgetContext()DoublegetPropensityContribution()BooleanisValid()-
Methods inherited from class it.unibo.alchemist.model.implementations.conditions.WantToEscape
cloneCondition, declareDependencyOn, getInboundDependencies, getNode, toString -
Methods inherited from class it.unibo.alchemist.model.implementations.conditions.AbstractCondition
reactionReady -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WantToEscape
WantToEscape(CognitivePedestrian<T, S, A> pedestrian)
-
-
Method Detail
-
getContext
Context getContext()
-
getPropensityContribution
Double getPropensityContribution()
-
-
-
-