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

All Superinterfaces:
org.processmining.models.graphbased.AttributeMapOwner, java.lang.Cloneable, java.lang.Comparable<org.processmining.models.graphbased.directed.DirectedGraph<CostBasedFITNode,CostBasedFITEdge<CostBasedFITNode,CostBasedFITNode>>>, org.processmining.models.graphbased.directed.DirectedGraph<CostBasedFITNode,CostBasedFITEdge<CostBasedFITNode,CostBasedFITNode>>, org.processmining.models.graphbased.directed.DirectedGraphElement, ITGraph<CostBasedFITNode,CostBasedFITEdge<CostBasedFITNode,CostBasedFITNode>>
All Known Implementing Classes:
CostBasedFITImpl

public interface CostBasedFIT
extends ITGraph<CostBasedFITNode,CostBasedFITEdge<CostBasedFITNode,CostBasedFITNode>>

Author:
aadrians

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