Uses of Enum Class
org.opentrafficsim.road.network.CrossSectionLink.Priority
Packages that use CrossSectionLink.Priority
Package
Description
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
-
Uses of CrossSectionLink.Priority in org.opentrafficsim.road.network
Methods in org.opentrafficsim.road.network that return CrossSectionLink.PriorityModifier and TypeMethodDescriptionCrossSectionLink.getPriority()Sets the priority.static CrossSectionLink.PriorityReturns the enum constant of this class with the specified name.static CrossSectionLink.Priority[]CrossSectionLink.Priority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opentrafficsim.road.network with parameters of type CrossSectionLink.PriorityModifier and TypeMethodDescriptionfinal voidCrossSectionLink.setPriority(CrossSectionLink.Priority priority) Returns the priority.