Class PSDPatternBlock
- java.lang.Object
-
- org.processmining.plugins.psd.model.PSDBlock
-
- org.processmining.plugins.psd.model.pattern.PSDPatternBlock
-
public class PSDPatternBlock extends PSDBlock
-
-
Constructor Summary
Constructors Constructor Description PSDPatternBlock(long beginTime, long endTime, java.lang.String dataInst)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBeginTime(double beginTime)Adjusts the average begin time, so beginTime is included.voidaddEndTime(double endTime)Adjusts the average end time, so endTime is included.doublegetAverageBeginTime()Returns the average begin time of the blockdoublegetAverageEndTime()Returns the average end time of the blockdoublegetTimeIn()Returns the average duration of this period of activity-
Methods inherited from class org.processmining.plugins.psd.model.PSDBlock
drawBlock, getDataElement, getInArrows, getOutArrows, getSimilarIndex, isInBlock, setEndAt, setInArrows, setOutArrows, setSimilarIndex, setStartAt
-
-
-
-
Method Detail
-
addBeginTime
public void addBeginTime(double beginTime)
Adjusts the average begin time, so beginTime is included.- Parameters:
beginTime- double
-
addEndTime
public void addEndTime(double endTime)
Adjusts the average end time, so endTime is included.- Parameters:
endTime- double
-
getAverageBeginTime
public double getAverageBeginTime()
Returns the average begin time of the block- Returns:
- double
-
getAverageEndTime
public double getAverageEndTime()
Returns the average end time of the block- Returns:
- double
-
getTimeIn
public double getTimeIn()
Returns the average duration of this period of activity- Returns:
- double
-
-