org.processmining.models.instancetree.flex.costbased
Class ExtendedCostBasedFITEdge<X extends ITNode,Y extends ITNode>
java.lang.Object
org.processmining.models.graphbased.AbstractGraphElement
org.processmining.models.graphbased.AbstractGraphEdge<S,T>
org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge<S,T>
org.processmining.models.instancetree.ITEdge<X,Y>
org.processmining.models.instancetree.flex.costbased.ExtendedCostBasedFITEdge<X,Y>
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Comparable<org.processmining.models.graphbased.AbstractGraphEdge<X,Y>>, org.processmining.models.graphbased.AttributeMapOwner, org.processmining.models.graphbased.directed.DirectedGraphEdge<X,Y>, org.processmining.models.graphbased.directed.DirectedGraphElement
public class ExtendedCostBasedFITEdge<X extends ITNode,Y extends ITNode>
- extends ITEdge<X,Y>
- Author:
- viet
Fields inherited from class org.processmining.models.graphbased.AbstractGraphEdge |
hash, source, target |
Methods inherited from class org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge |
compareTo, getGraph |
Methods inherited from class org.processmining.models.graphbased.AbstractGraphEdge |
equals, hashCode |
Methods inherited from class org.processmining.models.graphbased.AbstractGraphElement |
getAttributeMap, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement |
equals, hashCode |
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner |
getAttributeMap |
ExtendedCostBasedFITEdge
public ExtendedCostBasedFITEdge(X source,
Y target)
getInfo
public java.lang.String getInfo()
- Returns:
- the info
setInfo
public void setInfo(java.lang.String info)
- Parameters:
info
- the info to set
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface org.processmining.models.graphbased.directed.DirectedGraphElement
- Overrides:
getLabel
in class org.processmining.models.graphbased.AbstractGraphElement
getSelectedNodeInstance
public java.lang.String getSelectedNodeInstance()
- Returns:
- the selectedNodeInstance
setSelectedNodeInstance
public void setSelectedNodeInstance(java.lang.String selectedNodeInstance)
- Parameters:
selectedNodeInstance
- the selectedNodeInstance to set