|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.performance.sequence.DataElementBlock
org.processmining.analysis.performance.sequence.SequenceBlock
public class SequenceBlock
Represents a period of activity of a data-element instance in a sequence.
Constructor Summary | |
---|---|
SequenceBlock(java.util.Date beginTimestamp,
java.util.Date endTimestamp,
java.lang.String dataElement)
Constructor that initializes the block |
Method Summary | |
---|---|
java.util.Date |
getBeginTimestamp()
Returns the begin timestamp of this block |
java.util.Date |
getEndTimestamp()
Returns the end timestamp. |
long |
getTimeIn()
Returns the duration of the period of activity |
void |
setBeginTimestamp(java.util.Date beginTimestamp)
Sets the begin timestamp. |
void |
setEndTimestamp(java.util.Date endTimestamp)
Sets the end timestamp |
Methods inherited from class org.processmining.analysis.performance.sequence.DataElementBlock |
---|
drawBlock, getDataElement, getInArrows, getOutArrows, getSimilarIndex, isInBlock, setEndAt, setInArrows, setOutArrows, setSimilarIndex, setStartAt |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequenceBlock(java.util.Date beginTimestamp, java.util.Date endTimestamp, java.lang.String dataElement)
beginTimestamp
- DateendTimestamp
- DatedataElement
- StringMethod Detail |
---|
public long getTimeIn()
public java.util.Date getBeginTimestamp()
public void setBeginTimestamp(java.util.Date beginTimestamp)
beginTimestamp
- Datepublic java.util.Date getEndTimestamp()
public void setEndTimestamp(java.util.Date endTimestamp)
endTimestamp
- Date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |