Uses of Class
org.processmining.framework.models.ModelGraphPanel

Packages that use ModelGraphPanel
org.processmining.analysis.epc   
org.processmining.analysis.performance   
org.processmining.exporting.petrinet.cpnexport.HLImplementation   
org.processmining.framework.log Contains various classes to extract information from log files. 
org.processmining.framework.models Contains all models that can be used as an internal representation of a mining result. 
org.processmining.framework.models.activitygraph   
org.processmining.framework.models.heuristics   
 

Uses of ModelGraphPanel in org.processmining.analysis.epc
 

Constructors in org.processmining.analysis.epc with parameters of type ModelGraphPanel
FinalEventSetSelectorPanel(java.util.ArrayList finalStatesToKeep, java.util.ArrayList finalStatesToRemove, ModelGraphPanel panel)
           
InitialEventChoserPanel(java.util.HashMap initialEvents, ModelGraphPanel panel)
           
 

Uses of ModelGraphPanel in org.processmining.analysis.performance
 

Methods in org.processmining.analysis.performance that return ModelGraphPanel
 ModelGraphPanel PerformanceLogReplayResult.getVisualization(java.util.ArrayList selectedInstances)
          Creates a visualization of the performance analysis results.
 

Uses of ModelGraphPanel in org.processmining.exporting.petrinet.cpnexport.HLImplementation
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation that return ModelGraphPanel
 ModelGraphPanel PetriNetSimVisualization.getPanel(java.util.Set<HighLevelProcess.Perspective> perspectivesToShow)
           
 

Uses of ModelGraphPanel in org.processmining.framework.log
 

Methods in org.processmining.framework.log that return ModelGraphPanel
 ModelGraphPanel ProcessInstanceVisualization.getGrappaVisualization()
          Retrieves the grappa visualization of the wrapped process instance as a ModelGraphPanel.
 

Uses of ModelGraphPanel in org.processmining.framework.models
 

Methods in org.processmining.framework.models that return ModelGraphPanel
 ModelGraphPanel ModelGraph.getGrappaVisualization()
          Returns a grappa panel containing the visualization of the graph.
 

Uses of ModelGraphPanel in org.processmining.framework.models.activitygraph
 

Methods in org.processmining.framework.models.activitygraph that return ModelGraphPanel
 ModelGraphPanel ActivityGraph.getPanel(java.util.Set<HighLevelProcess.Perspective> perspectivesToShow)
          Returns the visualization of the activity graph for the given perspectives
 

Uses of ModelGraphPanel in org.processmining.framework.models.heuristics
 

Methods in org.processmining.framework.models.heuristics that return ModelGraphPanel
 ModelGraphPanel HeuristicsNet.getGrappaVisualization()
           
 ModelGraphPanel HeuristicsNet.getGrappaVisualizationWithSplitJoinSemantics()