|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.performance.sequence.Arrow
org.processmining.analysis.performance.sequence.PatternArrow
public class PatternArrow
Represents the transfer of work between two data-element instances in a pattern.
Constructor Summary | |
---|---|
PatternArrow(long beginTime,
long endTime,
java.lang.String source,
java.lang.String destination)
|
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. |
boolean |
equals(java.lang.Object obj)
Checks whether an arrow is equal to another one |
double |
getAverageBeginTime()
Returns the average begin time of the arrow |
double |
getAverageEndTime()
Returns the average end time of the arrow |
double |
getTimeIn()
Returns the average time between the begin and the end of the arrow |
int |
hashCode()
|
Methods inherited from class org.processmining.analysis.performance.sequence.Arrow |
---|
drawArrow, getDestination, getDestinationBlock, getEndAt, getSource, getSourceBlock, getStartAt, isOnLine, setDestinationBlock, setEndAt, setSourceBlock, setStartAt |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternArrow(long beginTime, long endTime, java.lang.String source, java.lang.String destination)
Method Detail |
---|
public void addBeginTime(double beginTime)
beginTime
- doublepublic void addEndTime(double endTime)
endTime
- doublepublic double getAverageBeginTime()
public double getAverageEndTime()
public double getTimeIn()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |