Documentation of 'hep.aida.ext.IRange' Java class
IRange
hep.aida.ext

Interface IRange

  • All Known Implementing Classes:
    Range, Range


    public interface IRange
    Interface for a Range.
    • Method Detail

      • type

        int type()
        Get the IRange type.
        Returns:
        The IRange type.
      • setType

        boolean setType(int type)
        Set the IRange type.
        Parameters:
        type - The IRange type.
        Returns:
        true if the type was set succesfully false otherwise
      • lowerBound

        double lowerBound()
        Get the lower bound.
        Returns:
        The lower bound.
      • upperBound

        double upperBound()
        Get the upper bound.
        Returns:
        The upper bound.
      • setLowerBound

        boolean setLowerBound(double lowerBound)
        Set the lower bound.
        Parameters:
        lowerBound - The lower bound.
        Returns:
        true if the lower bound was set succesfully false if lowerBound is greater than the upper bound.
      • setUpperBound

        boolean setUpperBound(double upperBound)
        Set the upper bound.
        Parameters:
        upperBound - The upper bound.
        Returns:
        true if the upper bound was set succesfully false if upperBound is smaller than the lower bound.
      • isInRange

        boolean isInRange(double value)
        Check if a value is within the IRange.
        Parameters:
        value - The value to check.
        Returns:
        true if the value is within the range. false otherwise.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.