Searched refs:statisticOperations (Results 1 – 1 of 1) sorted by relevance
61 private StatisticOperations statisticOperations; field in StatisticList100 statisticOperations = new StatisticOperations(this); in StatisticList()101 addStatisticListener(statisticOperations); in StatisticList()280 return (statisticOperations.isValid()); in isValid()294 return (statisticOperations.getZone(kve, val)); in getZone()305 return (statisticOperations.getZoneMean(val)); in getZoneMean()319 return (statisticOperations.getGap(kve, val)); in getGap()328 if (statisticOperations != null) { in clear()329 removeStatisticListener(statisticOperations); in clear()330 statisticOperations = new StatisticOperations(this); in clear()[all …]