public class ExponentialMovingAverage extends java.lang.Object implements BusynessRule
| Constructor and Description |
|---|
ExponentialMovingAverage(double alpha) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double value) |
double |
get() |
public double get()
get in interface BusynessRulepublic void add(double value)
add in interface BusynessRuleCopyright © 2004-2014 The YAWL Foundation.