public class ExtendedCostBasedFITEdge<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 |
---|
ExtendedCostBasedFITEdge(X source,
Y target) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInfo() |
java.lang.String |
getLabel() |
java.lang.String |
getSelectedNodeInstance() |
void |
setInfo(java.lang.String info) |
void |
setSelectedNodeInstance(java.lang.String selectedNodeInstance) |
compareTo, getGraph
equals, getSource, getTarget, hashCode
getAttributeMap, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
getSource, getTarget
public java.lang.String getInfo()
public void setInfo(java.lang.String info)
info
- the info to setpublic java.lang.String getLabel()
getLabel
in interface org.processmining.models.graphbased.directed.DirectedGraphElement
getLabel
in class org.processmining.models.graphbased.AbstractGraphElement
public java.lang.String getSelectedNodeInstance()
public void setSelectedNodeInstance(java.lang.String selectedNodeInstance)
selectedNodeInstance
- the selectedNodeInstance to set