org.processmining.framework.log.rfb
Class LightweightLogSummary.ProcessBoundary

java.lang.Object
  extended by org.processmining.framework.log.rfb.LightweightLogSummary.ProcessBoundary
Enclosing class:
LightweightLogSummary

protected class LightweightLogSummary.ProcessBoundary
extends java.lang.Object

A simple record for storing a process's start and end date.

Author:
Christian W. Guenther (christian at deckfour dot org)

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

start

public java.util.Date start
process's first ATE date


end

public java.util.Date end
process's last ATE date

Constructor Detail

LightweightLogSummary.ProcessBoundary

public LightweightLogSummary.ProcessBoundary()
Creates an initialized boundary instance

Method Detail

update

public void update(java.util.Date date)
Adjusts the internal start and end boundary markers using the given date object.

Parameters:
date -