public interface LCTemplateReplayer
| Modifier and Type | Method and Description |
|---|---|
void |
addObservation(java.lang.String caseId,
java.lang.Integer currentBucket)
Add a new event observation
|
void |
cleanup(java.lang.Integer currentBucket)
Clean up the data structure
|
java.lang.Integer |
getSize() |
void |
process(java.lang.String event,
java.lang.String caseId)
Process the given event belonging to the given case id
|
void |
updateModel(DeclareModel d)
Update the given model with the new constraints
|
void addObservation(java.lang.String caseId,
java.lang.Integer currentBucket)
caseId - currentBucket - void process(java.lang.String event,
java.lang.String caseId)
event - caseId - void cleanup(java.lang.Integer currentBucket)
currentBucket - void updateModel(DeclareModel d)
d - java.lang.Integer getSize()