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