public class PNCostBasedTreeEdge<X extends ITNode,Y extends ITNode> extends ITEdge<X,Y>
org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleSources<N extends org.processmining.models.graphbased.directed.DirectedGraphNode>, org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleTargets<N extends org.processmining.models.graphbased.directed.DirectedGraphNode>| Constructor and Description |
|---|
PNCostBasedTreeEdge(X source,
Y target) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
java.lang.String |
getSelectedTransition() |
java.lang.String |
getStepInfo() |
void |
setSelectedTransition(java.lang.String selectedTransition) |
void |
setStepInfo(java.lang.String info) |
compareTo, getGraphequals, getSource, getTarget, hashCodegetAttributeMap, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSource, getTargetpublic java.lang.String getStepInfo()
public void setStepInfo(java.lang.String info)
info - the info to setpublic java.lang.String getLabel()
getLabel in interface org.processmining.models.graphbased.directed.DirectedGraphElementgetLabel in class org.processmining.models.graphbased.AbstractGraphElementpublic java.lang.String getSelectedTransition()
public void setSelectedTransition(java.lang.String selectedTransition)
selectedTransition - the selectedTransition to set