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, getVisibleSuccessorscompareToequals, getId, hashCodegetAttributeMap, getLabel, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdpublic void decorate(java.awt.Graphics2D g2d,
double x,
double y,
double width,
double height)
decorate in interface org.processmining.models.shapes.Decoratedpublic 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()