org.processmining.models.instancetree.flex.costbased
Interface ExtendedCostBasedFIT

All Superinterfaces:
org.processmining.models.graphbased.AttributeMapOwner, java.lang.Cloneable, java.lang.Comparable<org.processmining.models.graphbased.directed.DirectedGraph<ExtendedCostBasedFITNode,ExtendedCostBasedFITEdge<ExtendedCostBasedFITNode,ExtendedCostBasedFITNode>>>, org.processmining.models.graphbased.directed.DirectedGraph<ExtendedCostBasedFITNode,ExtendedCostBasedFITEdge<ExtendedCostBasedFITNode,ExtendedCostBasedFITNode>>, org.processmining.models.graphbased.directed.DirectedGraphElement, ITGraph<ExtendedCostBasedFITNode,ExtendedCostBasedFITEdge<ExtendedCostBasedFITNode,ExtendedCostBasedFITNode>>
All Known Implementing Classes:
ExtendedCostBasedFITImpl

public interface ExtendedCostBasedFIT
extends ITGraph<ExtendedCostBasedFITNode,ExtendedCostBasedFITEdge<ExtendedCostBasedFITNode,ExtendedCostBasedFITNode>>

Author:
viet

Method Summary
 
Methods inherited from interface org.processmining.models.instancetree.ITGraph
addArc, addNode, getLabel, removeArc
 
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraph
getEdges, getInEdges, getNodes, getOutEdges, removeEdge, removeNode
 
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement
equals, getGraph, hashCode
 
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
 
Methods inherited from interface java.lang.Comparable
compareTo