Uses of Class
org.processmining.goaldrivenprocessmining.objectHelper.ThroughputTimeObject
-
Packages that use ThroughputTimeObject Package Description graph org.processmining.goaldrivenprocessmining.algorithms.chain org.processmining.goaldrivenprocessmining.objectHelper -
-
Uses of ThroughputTimeObject in graph
Methods in graph that return types with arguments of type ThroughputTimeObject Modifier and Type Method Description java.util.HashMap<EdgeObject,ThroughputTimeObject>GoalDrivenDFG. getCurrentThroughputEdge()Method parameters in graph with type arguments of type ThroughputTimeObject Modifier and Type Method Description voidGoalDrivenDFG. setCurrentThroughputEdge(java.util.HashMap<EdgeObject,ThroughputTimeObject> currentThroughputEdge) -
Uses of ThroughputTimeObject in org.processmining.goaldrivenprocessmining.algorithms.chain
Fields in org.processmining.goaldrivenprocessmining.algorithms.chain with type parameters of type ThroughputTimeObject Modifier and Type Field Description static java.util.Map<EdgeObject,ThroughputTimeObject>HIGH_MakeHighLevelLog. currentHighMapEdgeThroughputTimestatic java.util.Map<EdgeObject,ThroughputTimeObject>LOW_MakeLowLevelLog. currentLowMapEdgeThroughputTimestatic java.util.Map<EdgeObject,ThroughputTimeObject>Cl01GatherAttributes. originalMapEdgeThroughputTimestatic org.processmining.plugins.inductiveVisualMiner.chain.IvMObject<ThroughputTimeObject>GoalDrivenObject. stat_selected_node -
Uses of ThroughputTimeObject in org.processmining.goaldrivenprocessmining.objectHelper
Methods in org.processmining.goaldrivenprocessmining.objectHelper that return types with arguments of type ThroughputTimeObject Modifier and Type Method Description java.util.Map<EdgeObject,ThroughputTimeObject>GDPMLogSkeleton. getEdgeThroughputTime()java.util.HashMap<java.lang.String,ThroughputTimeObject>MapStatObject. getMapStatNode()Method parameters in org.processmining.goaldrivenprocessmining.objectHelper with type arguments of type ThroughputTimeObject Modifier and Type Method Description voidGDPMLogSkeleton. setEdgeThroughputTime(java.util.Map<EdgeObject,ThroughputTimeObject> edgeThroughputTime)voidMapStatObject. setMapStatNode(java.util.HashMap<java.lang.String,ThroughputTimeObject> mapStatNode)
-