public interface CausalActivityDao
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TraceEntityPK,java.lang.Integer> |
getLastSequence(LogEntityPK logEntityPK) |
java.util.List<AbstractLog> |
loadAll(LogEntityPK logEntityPK) |
java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,org.deckfour.xes.classification.XEventClass>,java.lang.Integer> |
loadByLogId(LogEntityPK logEntityPK) |
java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> |
loadEndEvents(LogEntityPK logEntityPK) |
java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,org.deckfour.xes.classification.XEventClass>,java.lang.Integer> |
loadLengthTwoLoops(LogEntityPK logEntityPK) |
java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> |
loadStartEvents(LogEntityPK logEntityPK) |
void |
makeAbstractLog(LogEntityPK logEntityPK,
AttributeEntityPK[] classifier) |
void |
setAsProcessed() |
void |
updateDirectFollowGraph(java.lang.String tableName,
LogEntityPK logEntityPK,
AttributeEntityPK[] classifier) |
java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,org.deckfour.xes.classification.XEventClass>,java.lang.Integer> loadByLogId(LogEntityPK logEntityPK)
java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> loadStartEvents(LogEntityPK logEntityPK)
java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> loadEndEvents(LogEntityPK logEntityPK)
java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,org.deckfour.xes.classification.XEventClass>,java.lang.Integer> loadLengthTwoLoops(LogEntityPK logEntityPK)
void makeAbstractLog(LogEntityPK logEntityPK, AttributeEntityPK[] classifier)
void setAsProcessed()
java.util.Map<TraceEntityPK,java.lang.Integer> getLastSequence(LogEntityPK logEntityPK)
void updateDirectFollowGraph(java.lang.String tableName,
LogEntityPK logEntityPK,
AttributeEntityPK[] classifier)
java.util.List<AbstractLog> loadAll(LogEntityPK logEntityPK)