Interface IntervalInDomainHelper

  • All Known Implementing Classes:
    IntervalInDomainHelperImpl

    public interface IntervalInDomainHelper
    Helper for validating and formatting intervals of characteristic domain.
    • Method Detail

      • retrieveIntervalMask

        java.lang.String retrieveIntervalMask​(CsticModel cstic)
        Retrieves concatenated string of intervals in characteristic domain.
        Parameters:
        cstic - characteristic model
        Returns:
        concatenated string of intervals in characteristic domain
      • formatNumericInterval

        java.lang.String formatNumericInterval​(java.lang.String interval)
        Converts an interval of characteristic domain into an external format.
        Parameters:
        interval - interval in internal format
        Returns:
        interval in external format
      • retrieveErrorMessage

        java.lang.String retrieveErrorMessage​(java.lang.String value,
                                              java.lang.String interval)
        Retrieves error message.
        Parameters:
        value - characteristic value in external format
        interval - interval in external format
        Returns:
        error message