public class YPDCondition extends YPDNode implements org.processmining.models.shapes.Decorated
Constructor and Description |
---|
YPDCondition(org.processmining.models.graphbased.directed.AbstractDirectedGraph<YPDNode,YPDEdge<? extends YPDNode,? extends YPDNode>> net,
java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
void |
decorate(java.awt.Graphics2D g2d,
double x,
double y,
double width,
double height) |
int |
getTimesCancelledByOtherTask() |
int |
getTimesCancelledByUser() |
void |
incrementCancelledByOtherTask() |
void |
incrementCancelledByUser() |
boolean |
isCancellation() |
void |
setCancellation(boolean cancellation) |
void |
setTimesCancelledByOtherTask(int timesCancelledByOtherTask) |
void |
setTimesCancelledByUser(int timesCancelledByUser) |
getGraph, getVisiblePredecessors, getVisibleSuccessors
compareTo
equals, getId, hashCode
getAttributeMap, getLabel, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId
public void decorate(java.awt.Graphics2D g2d, double x, double y, double width, double height)
decorate
in interface org.processmining.models.shapes.Decorated
public void setTimesCancelledByOtherTask(int timesCancelledByOtherTask)
public int getTimesCancelledByOtherTask()
public void setTimesCancelledByUser(int timesCancelledByUser)
public int getTimesCancelledByUser()
public void incrementCancelledByUser()
public void incrementCancelledByOtherTask()
public void setCancellation(boolean cancellation)
public boolean isCancellation()