com.ibm.tivoli.maximo.expression

Class WeatherHistThreshold



  • public class WeatherHistThreshold
    extends Function
    • Constructor Detail

      • WeatherHistThreshold

        public WeatherHistThreshold(Expression exp,
                                    java.lang.String name,
                                    int numParams)
    • Method Detail

      • eval

        public java.math.BigDecimal eval(java.util.List parameters)
        Description copied from class: Function
        Implementation for this function.
        Overrides:
        eval in class Function
        Parameters:
        parameters - Parameters will be passed by the expression evaluator as a List of BigDecimal values.
        Returns:
        The function must return a new BigDecimal value as a computing result.
      • exceeds

        public java.math.BigDecimal exceeds(MboRemote mbo,
                                            java.lang.String attrName,
                                            java.math.BigDecimal days,
                                            java.math.BigDecimal val,
                                            boolean exceeds)
                                     throws java.rmi.RemoteException,
                                            MXException
        Throws:
        java.rmi.RemoteException
        MXException