psdi.app.meter.cbm

Class MeasurePointFormulaCache

    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the cache object. Should be unique within the app server. This name is used to uniquely identify the cache object among all cached object for both accessing the cache object as well as refreshing the cache object. Ex. MaximoDD returns "MAXIMODD"
        Returns:
        name of the cache
      • getMeasurePointFormulaInfoMap

        public java.util.Map getMeasurePointFormulaInfoMap()
      • getFormulaForAssetMeter

        public java.lang.String getFormulaForAssetMeter(java.lang.String meterName,
                                                        java.lang.String siteid,
                                                        java.lang.String assetnum)
      • getFormulaForLocMeter

        public java.lang.String getFormulaForLocMeter(java.lang.String meterName,
                                                      java.lang.String siteid,
                                                      java.lang.String location)