Class NumericPredicates.TrendingPredicates

java.lang.Object
com.fluxtion.ext.streaming.api.stream.NumericPredicates.TrendingPredicates
All Implemented Interfaces:
Stateful
Enclosing class:
NumericPredicates

public static class NumericPredicates.TrendingPredicates
extends java.lang.Object
implements Stateful
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.fluxtion.ext.streaming.api.Stateful

    Stateful.StatefulNumber<S>
  • Constructor Summary

    Constructors 
    Constructor Description
    TrendingPredicates​(int minTrendCount, boolean up)  
  • Method Summary

    Modifier and Type Method Description
    void reset()  
    boolean trending​(double val)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.fluxtion.ext.streaming.api.Stateful

    combine, deduct, setBucketCount
  • Constructor Details

  • Method Details