com.ibm.pdp.maf.rpp.kernel

Interface Interval

  • All Superinterfaces:
    Element


    public interface Interval
    extends Element

    This interface represents an interval.

    • Method Detail

      • getMaxValue

        Value getMaxValue()

        Returns the maximum value.

        Returns:
      • getMinValue

        Value getMinValue()

        Returns the minimum value included flag.

        Returns:
      • getName

        java.lang.String getName()

        Returns the name.

        Returns:
      • isMaxValueIncluded

        boolean isMaxValueIncluded()

        Returns the max value included flag.

        Returns:
      • isMinValueIncluded

        boolean isMinValueIncluded()

        Returns the min value included flag.

        Returns: