public final class TrafficConstants
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static double |
getAgentDistanceCutoff()
Get the maximum distance at which agents affect each other.
|
static double |
getAgentForceCoefficientA()
Get the agent force function coefficient "A".
|
static double |
getAgentForceCoefficientB()
Get the agent force function coefficient "B".
|
static double |
getAgentForceCoefficientK()
Get the agent force function coefficient "K".
|
static double |
getAgentForceLimit()
Get the maximum total agent force.
|
static double |
getColocatedAgentNudge()
Get a (randomised) nudge for agents that are co-located.
|
static double |
getWallDistanceCutoff()
Get the maximum distance at which walls affect agents.
|
static double |
getWallForceCoefficientA()
Get the wall force function coefficient "A".
|
static double |
getWallForceCoefficientB()
Get the wall force function coefficient "B".
|
public static double getColocatedAgentNudge()
public static double getAgentDistanceCutoff()
public static double getAgentForceCoefficientA()
public static double getAgentForceCoefficientB()
public static double getAgentForceCoefficientK()
public static double getAgentForceLimit()
public static double getWallDistanceCutoff()
public static double getWallForceCoefficientA()
public static double getWallForceCoefficientB()