|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.log.rfb.LightweightLogSummary.ProcessBoundary
protected class LightweightLogSummary.ProcessBoundary
A simple record for storing a process's start and end date.
Field Summary | |
---|---|
java.util.Date |
end
process's last ATE date |
java.util.Date |
start
process's first ATE date |
Constructor Summary | |
---|---|
LightweightLogSummary.ProcessBoundary()
Creates an initialized boundary instance |
Method Summary | |
---|---|
void |
update(java.util.Date date)
Adjusts the internal start and end boundary markers using the given date object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Date start
public java.util.Date end
Constructor Detail |
---|
public LightweightLogSummary.ProcessBoundary()
Method Detail |
---|
public void update(java.util.Date date)
date
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |