Uses of Class
org.opentrafficsim.editor.extensions.map.MapStripeData
Packages that use MapStripeData
Package
Description
The map editor allows visual specification of the network.
-
Uses of MapStripeData in org.opentrafficsim.editor.extensions.map
Methods in org.opentrafficsim.editor.extensions.map that return MapStripeDataMethods in org.opentrafficsim.editor.extensions.map that return types with arguments of type MapStripeDataModifier and TypeMethodDescriptionSynchronizableMapStripe.getCommonPhaseStripes()SynchronizableMapStripe.getDownstreamStripe()protected Collection<MapStripeData>MapLinkData.getStripeData()Returns the stripes.EditorMap.getSynchronizableStripes()Returns the map of synchronizable stripes, not a safe copy.SynchronizableMapStripe.getUpstreamStripe()Constructors in org.opentrafficsim.editor.extensions.map with parameters of type MapStripeDataModifierConstructorDescriptionSynchronizableMapStripe(MapLinkData linkData, MapStripeData data, StripeData.StripePhaseSync phaseSync) Constructor.