Uses of Class
org.processmining.goaldrivenprocessmining.objectHelper.EdgeHashTable
-
-
Uses of EdgeHashTable in org.processmining.goaldrivenprocessmining.algorithms
Methods in org.processmining.goaldrivenprocessmining.algorithms with parameters of type EdgeHashTable Modifier and Type Method Description static voidLogSkeletonUtils. removeSelfLoopEdges(EdgeHashTable affectedEdges, java.lang.String act, java.util.List<java.lang.String> checkedUnselectedActs)static voidLogSkeletonUtils. setupEdgeHashTableForHighLevelAfterChangingDisplayedActs(GDPMLogSkeleton gdpmLogSkeleton, Config config, EdgeHashTable originalEdgeHashTable)static voidLogSkeletonUtils. setupMapActToEdgeHighLevel(EdgeHashTable edgeHashTable, Config config) -
Uses of EdgeHashTable in org.processmining.goaldrivenprocessmining.algorithms.chain
Fields in org.processmining.goaldrivenprocessmining.algorithms.chain declared as EdgeHashTable Modifier and Type Field Description static EdgeHashTableHIGH_MakeHighLevelLog. currentHighLevelEdgeHashTablestatic EdgeHashTableLOW_MakeLowLevelLog. currentLowLevelEdgeHashTablestatic EdgeHashTableCl01GatherAttributes. originalEdgeHashTable -
Uses of EdgeHashTable in org.processmining.goaldrivenprocessmining.objectHelper
Methods in org.processmining.goaldrivenprocessmining.objectHelper that return EdgeHashTable Modifier and Type Method Description EdgeHashTableGDPMLogSkeleton. getEdgeHashTable()Methods in org.processmining.goaldrivenprocessmining.objectHelper with parameters of type EdgeHashTable Modifier and Type Method Description voidGDPMLogSkeleton. setEdgeHashTable(EdgeHashTable edgeHashTable)
-