public abstract class LossyCountingBudget<V>
extends java.util.HashMap<V,org.processmining.framework.util.Pair<java.lang.Integer,java.lang.Integer>>
Constructor and Description |
---|
LossyCountingBudget(SharedDelta delta) |
Modifier and Type | Method and Description |
---|---|
void |
addObservation(V newValue) |
void |
print() |
boolean |
removeBelowDelta() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public LossyCountingBudget(SharedDelta delta)
public void addObservation(V newValue)
public boolean removeBelowDelta()
public void print()