org.processmining.models.instancetree.flex.astar
Interface NormalFIT

All Superinterfaces:
org.processmining.models.graphbased.AttributeMapOwner, java.lang.Cloneable, java.lang.Comparable<org.processmining.models.graphbased.directed.DirectedGraph<NormalFITNode,NormalFITEdge<NormalFITNode,NormalFITNode>>>, org.processmining.models.graphbased.directed.DirectedGraph<NormalFITNode,NormalFITEdge<NormalFITNode,NormalFITNode>>, org.processmining.models.graphbased.directed.DirectedGraphElement, ITGraph<NormalFITNode,NormalFITEdge<NormalFITNode,NormalFITNode>>
All Known Implementing Classes:
NormalFITImpl

public interface NormalFIT
extends ITGraph<NormalFITNode,NormalFITEdge<NormalFITNode,NormalFITNode>>

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