Uses of Interface
org.processmining.framework.models.hlprocess.HighLevelProcess

Packages that use HighLevelProcess
org.processmining.analysis.eventmodelmerge   
org.processmining.analysis.mergesimmodels   
org.processmining.exporting.petrinet.cpnexport.HLImplementation   
org.processmining.framework.models.activitygraph   
org.processmining.framework.models.hlprocess   
 

Uses of HighLevelProcess in org.processmining.analysis.eventmodelmerge
 

Constructors in org.processmining.analysis.eventmodelmerge with parameters of type HighLevelProcess
DataTabUI(HighLevelProcess inputSimModel, HighLevelProcess finalSimModel, java.util.HashMap<HighLevelActivity,java.util.ArrayList<HighLevelActivity>> mapping, javax.swing.JPanel graphPanel)
          constructor
EventModelMergeUI(HighLevelProcess eventModel)
          Basic constructor.
OrganizationalTabUI(HighLevelProcess inputSimModel, HighLevelProcess finalSimModel, java.util.HashMap<HighLevelActivity,java.util.ArrayList<HighLevelActivity>> mapping, javax.swing.JPanel graphPanel)
           
TimingTabUI(HighLevelProcess inputSimModel, HighLevelProcess finalSimModel, java.util.HashMap<HighLevelActivity,java.util.ArrayList<HighLevelActivity>> mapping, javax.swing.JPanel graphPanel, java.util.HashSet<EventModelMergeUI.EventType> types)
          Constructor for the timing tab
 

Uses of HighLevelProcess in org.processmining.analysis.mergesimmodels
 

Methods in org.processmining.analysis.mergesimmodels that return HighLevelProcess
 HighLevelProcess ReferenceModelMapping.getMappedModel()
          Returns the reference model for which a mapping is made from the provided simulation model to the reference model itself.
 HighLevelProcess ReferenceModelChooser.getSelectedReferenceModel()
          Get the simulation model that has been assigned as reference model
 

Methods in org.processmining.analysis.mergesimmodels that return types with arguments of type HighLevelProcess
 java.util.List<HighLevelProcess> ReferenceModelChooser.getNotSelectedReferenceModels()
          Retrieves the highlevelprocesses that are not selected.
 java.util.ArrayList<HighLevelProcess> DataTabUI.getSimModelsWithData(java.util.ArrayList<HighLevelProcess> simModels)
          Gets the simulation models which have the data perspective covered
 java.util.ArrayList<HighLevelProcess> OrganizationalTabUI.getSimModelsWithOrganizational(java.util.ArrayList<HighLevelProcess> simModels)
          Gets the simulation models which have the organizational perspective covered
 java.util.ArrayList<HighLevelProcess> ChoicesTabUI.getSimModelsWithPerspective(java.util.ArrayList<HighLevelProcess> simModels, HighLevelProcess.Perspective p)
          Gets the simulation models out of a list that provide the covered perspective
 

Method parameters in org.processmining.analysis.mergesimmodels with type arguments of type HighLevelProcess
 java.util.ArrayList<HighLevelProcess> DataTabUI.getSimModelsWithData(java.util.ArrayList<HighLevelProcess> simModels)
          Gets the simulation models which have the data perspective covered
 java.util.ArrayList<HighLevelProcess> OrganizationalTabUI.getSimModelsWithOrganizational(java.util.ArrayList<HighLevelProcess> simModels)
          Gets the simulation models which have the organizational perspective covered
 java.util.ArrayList<HighLevelProcess> ChoicesTabUI.getSimModelsWithPerspective(java.util.ArrayList<HighLevelProcess> simModels, HighLevelProcess.Perspective p)
          Gets the simulation models out of a list that provide the covered perspective
 

Constructors in org.processmining.analysis.mergesimmodels with parameters of type HighLevelProcess
ChoicesTabUI(HighLevelProcess finalSimModel, java.util.ArrayList<HighLevelProcess> simModels, javax.swing.JPanel gp)
          Basic constructor
DataTabUI(HighLevelProcess finalSimModel, java.util.ArrayList<HighLevelProcess> simModels, javax.swing.JPanel gp)
          Default constructor
GeneralOptionsTabUI(HighLevelProcess finalSimModel, javax.swing.JPanel gp, javax.swing.JTabbedPane tabs)
          Basic constructor
OrganizationalTabUI(HighLevelProcess finalSimModel, java.util.ArrayList<HighLevelProcess> simModels, javax.swing.JPanel gp)
          Default constructor
ReferenceModelMapping(HighLevelProcess referenceModel, HighLevelProcess activityModel)
          Basic constructor
TimingTabUI(HighLevelProcess finalSimModel, java.util.ArrayList<HighLevelProcess> simModels, javax.swing.JPanel gp)
          Default constructor
 

Constructor parameters in org.processmining.analysis.mergesimmodels with type arguments of type HighLevelProcess
ChoicesTabUI(HighLevelProcess finalSimModel, java.util.ArrayList<HighLevelProcess> simModels, javax.swing.JPanel gp)
          Basic constructor
DataTabUI(HighLevelProcess finalSimModel, java.util.ArrayList<HighLevelProcess> simModels, javax.swing.JPanel gp)
          Default constructor
MergeSimModelsUI(java.util.ArrayList<HighLevelProcess> simModels)
          Basic constructor
OrganizationalTabUI(HighLevelProcess finalSimModel, java.util.ArrayList<HighLevelProcess> simModels, javax.swing.JPanel gp)
          Default constructor
ReferenceModelChooser(java.util.List<HighLevelProcess> activityModels)
          Basic constructor
TimingTabUI(HighLevelProcess finalSimModel, java.util.ArrayList<HighLevelProcess> simModels, javax.swing.JPanel gp)
          Default constructor
 

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

Classes in org.processmining.exporting.petrinet.cpnexport.HLImplementation that implement HighLevelProcess
 class HLActivitySet
          This implementation of the HighLevelProcess interface is intended to serve as a bag for HighLevelActivities that cannot be related to a concrete process model.
 class HLPetriNet
          Defines the simulation information for a petri net (like resources, groups, case generation scheme).
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation that return HighLevelProcess
 HighLevelProcess HLPetriNet.cloneWithDefaultSimulationInformation()
           
 HighLevelProcess PetriNetSimVisualization.getHighLevelPN()
           
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation with parameters of type HighLevelProcess
 void HLActivity.setParentProcess(HighLevelProcess parent)
           
 void HLTransition.setParentProcess(HighLevelProcess parent)
          Sets the parent process for this transition
 

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

Methods in org.processmining.framework.models.activitygraph that return HighLevelProcess
 HighLevelProcess ActivityGraph.getHighLevelProcess()
           
 

Uses of HighLevelProcess in org.processmining.framework.models.hlprocess
 

Methods in org.processmining.framework.models.hlprocess that return HighLevelProcess
 HighLevelProcess HighLevelProcess.cloneWithDefaultSimulationInformation()
          Clones the highlevelprocess in which the underlying process model is the same, but that the highlevelactivities and the highlevelchoices are cloned.
 

Methods in org.processmining.framework.models.hlprocess with parameters of type HighLevelProcess
 void HighLevelActivity.setParentProcess(HighLevelProcess process)
          Sets the parent process of the highlevelactivity.