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 BusynessRule
public void add(double value)
add
in interface BusynessRule
Copyright © 2004-2014 The YAWL Foundation.