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

    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

    • getMin

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

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

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