-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Reaction,java.io.Serializable,kotlin.Comparable
public final class BlendedSteeringWithPhysics<T extends Object> extends BlendedSteering<T>
BlendedSteering strategy for physical pedestrians, taking into account physical forces as well. Sum strategy is used to combine steering actions and physical forces.
-
-
Field Summary
Fields Modifier and Type Field Description private final SteeringStrategy<T, Euclidean2DPosition>steerStrategy
-
Constructor Summary
Constructors Constructor Description BlendedSteeringWithPhysics(EuclideanPhysics2DEnvironmentWithGraph<?, T, ?, ?> environment, PhysicalPedestrian2D<T> pedestrian, TimeDistribution<T> timeDistribution)
-
Method Summary
Modifier and Type Method Description SteeringStrategy<T, Euclidean2DPosition>getSteerStrategy()-
Methods inherited from class it.unibo.alchemist.model.implementations.reactions.SteeringBehavior
addInboundDependency, addOutboundDependency, canExecute, compareTo, equals, getActions, getConditions, getInboundDependencies, getInputContext, getNode, getOutboundDependencies, getOutputContext, getRateAsString, getReactionName, getTau, getTimeDistribution, hashCode, initializationComplete, makeClone, setActions, setConditions, setInputContext, setOutputContext, toString, update -
Methods inherited from class it.unibo.alchemist.model.implementations.reactions.BlendedSteering
cloneOnNewNode, execute, getRate, steerActions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BlendedSteeringWithPhysics
BlendedSteeringWithPhysics(EuclideanPhysics2DEnvironmentWithGraph<?, T, ?, ?> environment, PhysicalPedestrian2D<T> pedestrian, TimeDistribution<T> timeDistribution)
-
-
Method Detail
-
getSteerStrategy
SteeringStrategy<T, Euclidean2DPosition> getSteerStrategy()
-
-
-
-