Interface ILcdInterval

All Superinterfaces:
Serializable
All Known Implementing Classes:
TLcdInterval

public interface ILcdInterval extends Serializable
This interface defines an one-dimensional interval with a name.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the name of the interval.
    double
    Returns the upper bound of the interval.
    double
    Returns the lower bound of the interval.
  • Method Details Link icon

    • getMin Link icon

      double getMin()
      Returns the lower bound of the interval.
      Returns:
      the lower bound of the interval.
    • getMax Link icon

      double getMax()
      Returns the upper bound of the interval.
      Returns:
      the upper bound of the interval.
    • getDisplayName Link icon

      String getDisplayName()
      Returns the name of the interval.
      Returns:
      the name of the interval.