|
||||||||||
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.PatternBlock
public class PatternBlock
Represents a period of activity of a data-element instance in a pattern.
Constructor Summary | |
---|---|
PatternBlock(long beginTime,
long endTime,
java.lang.String dataInst)
Constructor |
Method Summary | |
---|---|
void |
addBeginTime(double beginTime)
Adjusts the average begin time, so beginTime is included. |
void |
addEndTime(double endTime)
Adjusts the average end time, so endTime is included. |
double |
getAverageBeginTime()
Returns the average begin time of the block |
double |
getAverageEndTime()
Returns the average end time of the block |
double |
getTimeIn()
Returns the average duration of this period of activity |
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 PatternBlock(long beginTime, long endTime, java.lang.String dataInst)
beginTime
- longendTime
- longdataInst
- StringMethod Detail |
---|
public void addBeginTime(double beginTime)
beginTime
- doublepublic void addEndTime(double endTime)
endTime
- doublepublic double getAverageBeginTime()
public double getAverageEndTime()
public double getTimeIn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |