Interface PositionResolver

    • Method Detail

      • getMin

        int getMin​(Position start)
        Resolves the minimum possible base for this position.
        Parameters:
        start - the position to resolve
        Returns:
        the minimum possible base this resolver can return.
      • getMax

        int getMax​(Position end)
        Resolves the maximum possible base for this position.
        Parameters:
        end - the position to resolve
        Returns:
        the maximum possible base this resolver can return.