Class PSDSequenceArrow
- java.lang.Object
-
- org.processmining.plugins.psd.model.PSDArrow
-
- org.processmining.plugins.psd.model.sequence.PSDSequenceArrow
-
public class PSDSequenceArrow extends PSDArrow
-
-
Constructor Summary
Constructors Constructor Description PSDSequenceArrow(java.util.Date beginTimestamp, java.util.Date endTimestamp, java.lang.String source, java.lang.String destination)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Checks whether an arrow is equal to another onejava.util.DategetBeginTimestamp()Returns the begin timestamp of this blockjava.util.DategetEndTimestamp()Returns the end timestamp of this blocklonggetTimeIn()Returns the duration of the transfer of workvoidsetBeginTimestamp(java.util.Date beginTimestamp)voidsetEndTimestamp(java.util.Date endTimestamp)-
Methods inherited from class org.processmining.plugins.psd.model.PSDArrow
drawArrow, getDestination, getDestinationBlock, getEndAt, getSource, getSourceBlock, getStartAt, isOnLine, setDestinationBlock, setEndAt, setSourceBlock, setStartAt
-
-
-
-
Method Detail
-
getTimeIn
public long getTimeIn()
Returns the duration of the transfer of work- Returns:
- long
-
getBeginTimestamp
public java.util.Date getBeginTimestamp()
Returns the begin timestamp of this block- Returns:
- Date
-
setBeginTimestamp
public void setBeginTimestamp(java.util.Date beginTimestamp)
- Parameters:
beginTimestamp- Date
-
getEndTimestamp
public java.util.Date getEndTimestamp()
Returns the end timestamp of this block- Returns:
- Date
-
setEndTimestamp
public void setEndTimestamp(java.util.Date endTimestamp)
- Parameters:
endTimestamp- Date
-
equals
public boolean equals(java.lang.Object obj)
Checks whether an arrow is equal to another one- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- Object- Returns:
- boolean
-
-