Uses of Enum Class
org.opentrafficsim.road.network.lane.StripeData.StripePhaseSync
Packages that use StripeData.StripePhaseSync
Package
Description
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
-
Uses of StripeData.StripePhaseSync in org.opentrafficsim.road.network.lane
Methods in org.opentrafficsim.road.network.lane that return StripeData.StripePhaseSyncModifier and TypeMethodDescriptionStripe.getPhaseSync()
Returns the phase synchronization.StripeData.getPhaseSync()
Returns the phase synchronization.static StripeData.StripePhaseSync
Returns the enum constant of this class with the specified name.static StripeData.StripePhaseSync[]
StripeData.StripePhaseSync.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opentrafficsim.road.network.lane with parameters of type StripeData.StripePhaseSyncModifier and TypeMethodDescriptionvoid
Stripe.setPhaseSync
(StripeData.StripePhaseSync phaseSync) Sets the phase synchronization.void
StripeData.setPhaseSync
(StripeData.StripePhaseSync phaseSync) Sets the phase synchronization.