Interface SignLocations
public interface SignLocations
Location of the sign relative to the travel direction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SignLocationSignal is located to the left of the travel direction.static final SignLocationSignal is located overhead of the travel direction.static final SignLocationSignal is located to the right of the travel direction.
-
Field Details
-
LEFT
Signal is located to the left of the travel direction. -
RIGHT
Signal is located to the right of the travel direction. -
OVERHEAD
Signal is located overhead of the travel direction.
-