Class PositionResolver.MaximalResolver

    • Method Detail

      • getMin

        public int getMin​(Position s)
        Resolves the minimum possible base for this position. ALWAYS RETURNS s.getStart()
        Specified by:
        getMin in interface PositionResolver
        Parameters:
        s - the position to resolve
        Returns:
        the minimum possible base this resolver can return.
      • getMax

        public int getMax​(Position e)
        Resolves the maximum possible base for this position. ALWAYS RETURNS e.getEnd()
        Specified by:
        getMax in interface PositionResolver
        Parameters:
        e - the position to resolve
        Returns:
        the maximum possible base this resolver can return.