Interface HasPosition<T>

    • Method Detail

      • getPosition

        SmlPosition getPosition()
        Returns:
        the position
      • setPosition

        T setPosition​(SmlPosition position)
        Parameters:
        position - the position to set
      • isSetPosition

        default boolean isSetPosition()