public class LogCounterSyncReplay
extends java.lang.Object
Constructor and Description |
---|
LogCounterSyncReplay() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.util.List<org.deckfour.xes.classification.XEventClass> listEvtClass,
java.util.List<java.lang.Object> nodeInstanceStrLst,
java.util.List<StepTypes> stepTypesLst,
int traceIndex,
boolean isReliable,
double totalTime) |
void |
add(java.util.List<org.deckfour.xes.classification.XEventClass> listEvtClass,
java.util.List<java.lang.Object> nodeInstanceStrLst,
java.util.List<StepTypes> stepTypesLst,
int traceIndex,
double totalTime) |
boolean |
contains(java.util.List<org.deckfour.xes.classification.XEventClass> eventClassLst) |
boolean |
containsKey(java.util.List<org.deckfour.xes.classification.XEventClass> listEvtClass) |
void |
createKey(java.util.List<org.deckfour.xes.classification.XEventClass> listEvtClass) |
int |
getInappropriateTransFireCost() |
java.util.Collection<SyncReplayResult> |
getResult() |
int |
getSelfExecInviTaskCost() |
int |
getSelfExecRealTaskCost() |
int |
getSkippedEventCost() |
void |
inc(java.util.List<org.deckfour.xes.classification.XEventClass> eventClassLst,
int traceIndex) |
void |
setCosts(int inappropriateTransFireCost,
int skippedEventCost,
int selfExecInviTaskCost,
int selfExecRealTaskCost) |
void |
setInappropriateTransFireCost(int inappropriateTransFireCost) |
void |
setSelfExecInviTaskCost(int selfExecInviTaskCost) |
void |
setSelfExecRealTaskCost(int selfExecRealTaskCost) |
void |
setSkippedEventCost(int skippedEventCost) |
public void setCosts(int inappropriateTransFireCost, int skippedEventCost, int selfExecInviTaskCost, int selfExecRealTaskCost)
public int getInappropriateTransFireCost()
public void setInappropriateTransFireCost(int inappropriateTransFireCost)
inappropriateTransFireCost
- the inappropriateTransFireCost to setpublic int getSkippedEventCost()
public void setSkippedEventCost(int skippedEventCost)
skippedEventCost
- the skippedEventCost to setpublic int getSelfExecInviTaskCost()
public void setSelfExecInviTaskCost(int selfExecInviTaskCost)
selfExecInviTaskCost
- the selfExecInviTaskCost to setpublic int getSelfExecRealTaskCost()
public void setSelfExecRealTaskCost(int selfExecRealTaskCost)
selfExecRealTaskCost
- the selfExecRealTaskCost to setpublic void createKey(java.util.List<org.deckfour.xes.classification.XEventClass> listEvtClass)
public boolean containsKey(java.util.List<org.deckfour.xes.classification.XEventClass> listEvtClass)
public boolean contains(java.util.List<org.deckfour.xes.classification.XEventClass> eventClassLst)
public void inc(java.util.List<org.deckfour.xes.classification.XEventClass> eventClassLst, int traceIndex)
public void add(java.util.List<org.deckfour.xes.classification.XEventClass> listEvtClass, java.util.List<java.lang.Object> nodeInstanceStrLst, java.util.List<StepTypes> stepTypesLst, int traceIndex, double totalTime)
public void add(java.util.List<org.deckfour.xes.classification.XEventClass> listEvtClass, java.util.List<java.lang.Object> nodeInstanceStrLst, java.util.List<StepTypes> stepTypesLst, int traceIndex, boolean isReliable, double totalTime)
public java.util.Collection<SyncReplayResult> getResult()