org.processmining.models.instancetree.flex.costbased
Class CostBasedFITEdge<X extends ITNode,Y extends ITNode>

java.lang.Object
  extended by org.processmining.models.graphbased.AbstractGraphElement
      extended by org.processmining.models.graphbased.AbstractGraphEdge<S,T>
          extended by org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge<S,T>
              extended by org.processmining.models.instancetree.ITEdge<X,Y>
                  extended by org.processmining.models.instancetree.flex.costbased.CostBasedFITEdge<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 CostBasedFITEdge<X extends ITNode,Y extends ITNode>
extends ITEdge<X,Y>

Author:
aadrians

Field Summary
 
Fields inherited from class org.processmining.models.graphbased.AbstractGraphEdge
hash, source, target
 
Constructor Summary
CostBasedFITEdge(X source, Y target)
           
 
Method Summary
 java.lang.String getInfo()
           
 java.lang.String getLabel()
           
 java.lang.String getSelectedNodeInstance()
           
 void setInfo(java.lang.String info)
           
 void setSelectedNodeInstance(java.lang.String selectedNodeInstance)
           
 
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, equals, finalize, getClass, 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
 

Constructor Detail

CostBasedFITEdge

public CostBasedFITEdge(X source,
                        Y target)
Method Detail

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