public class Operator extends AggregateCounter
| Constructor and Description |
|---|
Operator(String name,
AbstractCounter base,
AbstractCounter base2,
CounterFactory.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
doCompute() |
double |
nextValue()
Compute and return the value of the counter.
|
compute, decrement, getBase, increment, incrementBy, setRawValueaddAggregate, getName, getType, propagatepublic Operator(String name, AbstractCounter base, AbstractCounter base2, CounterFactory.Type type)
public double nextValue()
CounternextValue in interface CounternextValue in class AggregateCounterpublic void doCompute()
doCompute in class AggregateCounterCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.