|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.performance.sequence.DataElementBlock
public class DataElementBlock
Represents a period of activity of a data-element instance.
Constructor Summary | |
---|---|
DataElementBlock(java.lang.String dataElement)
constructor to initialize the block |
Method Summary | |
---|---|
void |
drawBlock(double startX,
java.awt.Color thisColor,
java.awt.Graphics2D g)
Draws the data-element block on top of the the lifeline |
java.lang.String |
getDataElement()
Returns the name of the data-element of this block |
java.util.HashSet |
getInArrows()
Returns the arrows that end in this block |
java.util.HashSet |
getOutArrows()
Returns the arrows that originate from this block |
int |
getSimilarIndex()
returns the similarIndex |
boolean |
isInBlock(java.awt.Point p,
java.util.HashMap lifeLines,
double scale)
Returns true if point p is in this block |
void |
setEndAt(double endAt)
Sets the end position of this block |
void |
setInArrows(java.util.HashSet inArrows)
Sets the arrows that end in this block |
void |
setOutArrows(java.util.HashSet outArrows)
Sets the arrows that originate from this block |
void |
setSimilarIndex(int similarIndex)
sets similarIndex |
void |
setStartAt(double startAt)
Sets the starting position of this block |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataElementBlock(java.lang.String dataElement)
dataElement
- StringMethod Detail |
---|
public java.lang.String getDataElement()
public void setStartAt(double startAt)
startAt
- doublepublic void setEndAt(double endAt)
endAt
- doublepublic void setSimilarIndex(int similarIndex)
similarIndex
- intpublic int getSimilarIndex()
public java.util.HashSet getInArrows()
public void setInArrows(java.util.HashSet inArrows)
inArrows
- HashSetpublic java.util.HashSet getOutArrows()
public void setOutArrows(java.util.HashSet outArrows)
outArrows
- HashSetpublic boolean isInBlock(java.awt.Point p, java.util.HashMap lifeLines, double scale)
p
- PointlifeLines
- HashMapscale
- double
public void drawBlock(double startX, java.awt.Color thisColor, java.awt.Graphics2D g)
startX
- doublethisColor
- Colorg
- Graphics2D
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |