public interface SystemAccumulator<AccType> extends JSONValue
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName() |
boolean |
getPersistent()
Return whether this accumulator is persistent.
|
void |
reset()
Reset the accumulator to 0.
|
AccType |
setPersistent(boolean v)
make the accumulator persitent for beginStep.
|
getSchema, getValues, receiveJSONAccType setPersistent(boolean v)
boolean getPersistent()
java.lang.String getDisplayName()
void reset()