Uses of Class
org.processmining.goaldrivenprocessmining.objectHelper.EdgeObject
-
-
Uses of EdgeObject in graph
Methods in graph that return types with arguments of type EdgeObject Modifier and Type Method Description java.util.HashMap<EdgeObject,java.lang.Integer>GoalDrivenDFG. getCurrentFrequencyEdge()java.util.HashMap<EdgeObject,ThroughputTimeObject>GoalDrivenDFG. getCurrentThroughputEdge()java.util.HashMap<EdgeObject,java.lang.Integer>GoalDrivenDFG. getFrequencyEdge()Methods in graph with parameters of type EdgeObject Modifier and Type Method Description voidGoalDrivenDFG. configEdge(prefuse.data.Edge e, EdgeObject edgeObject)Method parameters in graph with type arguments of type EdgeObject Modifier and Type Method Description static voidGoalDrivenDFGUtils. highlightEdge(GoalDrivenDFG goalDrivenDFG, java.lang.String act, java.util.List<EdgeObject> listAffectedEdge)static voidGoalDrivenDFGUtils. highlightSelectedEdge(GoalDrivenDFG goalDrivenDFG, java.util.List<EdgeObject> edgeObjects, int color, java.lang.Boolean isDeep)voidGoalDrivenDFG. runCustomEdgeColorAction(java.util.HashMap<EdgeObject,?> mapEdge)voidGoalDrivenDFG. runCustomEdgeStrokeWidthAction(java.util.HashMap<EdgeObject,?> mapEdge)voidGoalDrivenDFG. setCurrentFrequencyEdge(java.util.HashMap<EdgeObject,java.lang.Integer> currentFrequencyEdge)voidGoalDrivenDFG. setCurrentThroughputEdge(java.util.HashMap<EdgeObject,ThroughputTimeObject> currentThroughputEdge)voidGoalDrivenDFG. setFrequencyEdge(java.util.HashMap<EdgeObject,java.lang.Integer> frequencyEdge) -
Uses of EdgeObject in graph.action
Methods in graph.action that return types with arguments of type EdgeObject Modifier and Type Method Description java.util.HashMap<EdgeObject,java.lang.String>CustomizedEdgeRenderer. getCustomizedFrequencyEdge()java.util.HashMap<EdgeObject,java.lang.String>CustomizedEdgeRenderer. getMapEdgeLabel()Method parameters in graph.action with type arguments of type EdgeObject Modifier and Type Method Description voidCustomizedEdgeRenderer. setCustomizedFrequencyEdge(java.util.HashMap<EdgeObject,java.lang.String> customizedFrequencyEdge)voidCustomizedEdgeRenderer. setMapEdgeLabel(java.util.HashMap<EdgeObject,java.lang.String> mapEdgeLabel)Constructor parameters in graph.action with type arguments of type EdgeObject Constructor Description CustomEdgeFillColorAction(java.lang.String group, java.util.HashMap<EdgeObject,java.awt.Color> mapEdgeColor)CustomEdgeStrokeColorAction(java.lang.String group, java.util.HashMap<EdgeObject,java.awt.Color> mapEdgeColor)CustomEdgeStrokeWidthAction(java.lang.String group, java.util.HashMap<EdgeObject,java.lang.Float> mapEdgeStrokeWidth) -
Uses of EdgeObject in org.processmining.goaldrivenprocessmining.algorithms
Fields in org.processmining.goaldrivenprocessmining.algorithms declared as EdgeObject Modifier and Type Field Description static EdgeObjectGoalDrivenController. currentSelectedHighLevelEdgeMethods in org.processmining.goaldrivenprocessmining.algorithms that return types with arguments of type EdgeObject Modifier and Type Method Description static java.util.Map<EdgeObject,java.lang.Integer>LogSkeletonUtils. getFrequencyOfActInEdge(java.lang.String act, java.util.List<EdgeObject> listAffectedEdges)Methods in org.processmining.goaldrivenprocessmining.algorithms with parameters of type EdgeObject Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>StatUtils. getFrequencyStatForPath(EdgeObject edgeObject)static java.util.Map<java.lang.String,java.lang.String>StatUtils. getThroughputStatForPath(EdgeObject edgeObject)static voidGoalDrivenController. loadConfigForFilterEdges(EdgeObject edgeObject)Method parameters in org.processmining.goaldrivenprocessmining.algorithms with type arguments of type EdgeObject Modifier and Type Method Description static java.util.Map<EdgeObject,java.lang.Integer>LogSkeletonUtils. getFrequencyOfActInEdge(java.lang.String act, java.util.List<EdgeObject> listAffectedEdges) -
Uses of EdgeObject in org.processmining.goaldrivenprocessmining.algorithms.chain
Fields in org.processmining.goaldrivenprocessmining.algorithms.chain with type parameters of type EdgeObject 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. originalMapEdgeThroughputTime -
Uses of EdgeObject in org.processmining.goaldrivenprocessmining.objectHelper
Methods in org.processmining.goaldrivenprocessmining.objectHelper that return EdgeObject Modifier and Type Method Description EdgeObjectFilterEdgeConfig. getEdgeObject()EdgeObjectSelectedObject. getSelectedEdgeObject()Methods in org.processmining.goaldrivenprocessmining.objectHelper that return types with arguments of type EdgeObject Modifier and Type Method Description java.util.Map<EdgeObject,java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer[]>>>EdgeHashTable. getEdgeTable()java.util.Map<EdgeObject,ThroughputTimeObject>GDPMLogSkeleton. getEdgeThroughputTime()java.util.HashMap<EdgeObject,java.lang.Integer>FrequencyEdgeObject. getFrequencyEdge()java.util.Map<java.lang.String,java.util.List<EdgeObject>>Config. getMapActEdgeInHighLevel()java.util.HashMap<EdgeObject,StatEdgeObject>MapStatObject. getMapStatEdge()Methods in org.processmining.goaldrivenprocessmining.objectHelper with parameters of type EdgeObject Modifier and Type Method Description voidEdgeHashTable. addEdge(EdgeObject edge, int caseNumber, int source, int target)voidEdgeHashTable. addEdge(EdgeObject edge, java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer[]>> edgeTable)java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer[]>>EdgeHashTable. getEdgePositions(EdgeObject edge)voidFilterEdgeConfig. setEdgeObject(EdgeObject edgeObject)voidSelectedObject. setSelectedEdgeObject(EdgeObject selecEdgeObject)Method parameters in org.processmining.goaldrivenprocessmining.objectHelper with type arguments of type EdgeObject Modifier and Type Method Description voidEdgeHashTable. setEdgeTable(java.util.Map<EdgeObject,java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer[]>>> edgeTable)voidGDPMLogSkeleton. setEdgeThroughputTime(java.util.Map<EdgeObject,ThroughputTimeObject> edgeThroughputTime)voidConfig. setMapActEdgeInHighLevel(java.util.Map<java.lang.String,java.util.List<EdgeObject>> mapActEdgeInHighLevel)voidMapStatObject. setMapStatEdge(java.util.HashMap<EdgeObject,StatEdgeObject> mapStatEdge)Constructors in org.processmining.goaldrivenprocessmining.objectHelper with parameters of type EdgeObject Constructor Description FilterEdgeConfig(EdgeObject edgeObject, java.lang.Integer[] threshold, java.lang.Boolean isHideIsolateActs, java.util.List<java.lang.Object[]> persistentPaths)SelectedObject(java.lang.String selectedAct, EdgeObject selecEdgeObject, java.lang.Boolean isHighLevel, java.lang.Boolean isLowLevel) -
Uses of EdgeObject in org.processmining.goaldrivenprocessmining.panelHelper
Methods in org.processmining.goaldrivenprocessmining.panelHelper that return EdgeObject Modifier and Type Method Description EdgeObjectStatisticPanel. getEdgeObject()Methods in org.processmining.goaldrivenprocessmining.panelHelper with parameters of type EdgeObject Modifier and Type Method Description voidStatisticPanel. createStatisticPanelForPath(EdgeObject edgeObject, java.util.Map<java.lang.String,java.lang.String> frequencyMap, java.util.Map<java.lang.String,java.lang.String> throughputMap)voidStatisticPanel. setEdgeObject(EdgeObject edgeObject)voidCaseConfigPanel. updateFilterOnPath(EdgeObject edgeObjectParent, EdgeObject edgeObjectChild, java.util.Set<java.lang.Integer> displayIndex1)Constructors in org.processmining.goaldrivenprocessmining.panelHelper with parameters of type EdgeObject Constructor Description StatisticPanel(java.lang.String act, EdgeObject edgeObject)
-