public interface IEvent2Time
Modifier and Type | Method and Description |
---|---|
double |
apply(org.processmining.xesalignmentextension.XAlignmentExtension.XAlignmentMove move)
Returns the time associated with this move in milliseconds
|
double |
apply(org.deckfour.xes.model.XEvent event)
Returns the time associated with this event in milliseconds
|
double |
computeDiff(org.processmining.xesalignmentextension.XAlignmentExtension.XAlignmentMove begin,
org.processmining.xesalignmentextension.XAlignmentExtension.XAlignmentMove end)
Returns the time difference in milliseconds between the two moves
|
double |
computeDiff(org.deckfour.xes.model.XEvent begin,
org.deckfour.xes.model.XEvent end)
Returns the time difference in milliseconds between the two events
|
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.String getId()
java.lang.String getName()
double apply(org.deckfour.xes.model.XEvent event)
event
- double apply(org.processmining.xesalignmentextension.XAlignmentExtension.XAlignmentMove move)
event
- double computeDiff(org.deckfour.xes.model.XEvent begin, org.deckfour.xes.model.XEvent end)
begin
- end
- double computeDiff(org.processmining.xesalignmentextension.XAlignmentExtension.XAlignmentMove begin, org.processmining.xesalignmentextension.XAlignmentExtension.XAlignmentMove end)
begin
- end
-