Uses of Class
org.opentrafficsim.road.network.lane.CrossSectionLink.Priority
-
Packages that use CrossSectionLink.Priority Package Description org.opentrafficsim.road.network.lane Classes that provide detailed cross-sections of a link using lanes, markers and sensors. -
-
Uses of CrossSectionLink.Priority in org.opentrafficsim.road.network.lane
Methods in org.opentrafficsim.road.network.lane that return CrossSectionLink.Priority Modifier and Type Method Description CrossSectionLink.Priority
CrossSectionLink. getPriority()
static CrossSectionLink.Priority
CrossSectionLink.Priority. valueOf(String name)
Returns the enum constant of this type with the specified name.static CrossSectionLink.Priority[]
CrossSectionLink.Priority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentrafficsim.road.network.lane with parameters of type CrossSectionLink.Priority Modifier and Type Method Description void
CrossSectionLink. setPriority(CrossSectionLink.Priority priority)
-