All Superinterfaces:
scala.Equals, scala.Product, Serializable
All Known Implementing Classes:
SignLocation.Left$, SignLocation.Overhead$, SignLocation.Right$, SignLocation.Unrecognized

public interface SignLocation extends scala.Product, Serializable
Location of the sign relative to the travel direction.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Signal is located to the left of the travel direction.
    static class 
    Signal is located overhead of the travel direction.
    static class 
    Signal is located to the right of the travel direction.
    static class 
    Unrecognized value.
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Method Details

    • value

      int value()