|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HighLevelProcess.Perspective in org.processmining.analysis.mergesimmodels |
---|
Methods in org.processmining.analysis.mergesimmodels with parameters of type HighLevelProcess.Perspective | |
---|---|
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 |
Uses of HighLevelProcess.Perspective in org.processmining.exporting.petrinet.cpnexport.HLImplementation |
---|
Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation that return types with arguments of type HighLevelProcess.Perspective | |
---|---|
java.util.Set<HighLevelProcess.Perspective> |
HLActivitySet.getPerspectives()
|
java.util.Set<HighLevelProcess.Perspective> |
HLPetriNet.getPerspectives()
|
Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation with parameters of type HighLevelProcess.Perspective | |
---|---|
void |
HLActivitySet.addPerspective(HighLevelProcess.Perspective perspective)
|
void |
HLPetriNet.addPerspective(HighLevelProcess.Perspective perspective)
|
Method parameters in org.processmining.exporting.petrinet.cpnexport.HLImplementation with type arguments of type HighLevelProcess.Perspective | |
---|---|
ModelGraphPanel |
PetriNetSimVisualization.getPanel(java.util.Set<HighLevelProcess.Perspective> perspectivesToShow)
|
javax.swing.JPanel |
HLActivitySet.getVisualization(java.util.Set<HighLevelProcess.Perspective> perspectivesToShow)
|
javax.swing.JPanel |
HLPetriNet.getVisualization(java.util.Set<HighLevelProcess.Perspective> perspectivesToShow)
|
Uses of HighLevelProcess.Perspective in org.processmining.framework.models.activitygraph |
---|
Method parameters in org.processmining.framework.models.activitygraph with type arguments of type HighLevelProcess.Perspective | |
---|---|
ModelGraphPanel |
ActivityGraph.getPanel(java.util.Set<HighLevelProcess.Perspective> perspectivesToShow)
Returns the visualization of the activity graph for the given perspectives |
Uses of HighLevelProcess.Perspective in org.processmining.framework.models.hlprocess |
---|
Methods in org.processmining.framework.models.hlprocess that return HighLevelProcess.Perspective | |
---|---|
static HighLevelProcess.Perspective |
HighLevelProcess.Perspective.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HighLevelProcess.Perspective[] |
HighLevelProcess.Perspective.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.processmining.framework.models.hlprocess that return types with arguments of type HighLevelProcess.Perspective | |
---|---|
java.util.Set<HighLevelProcess.Perspective> |
HighLevelProcess.getPerspectives()
Retrieves the set of perspectives that is covered by this HighLevelProcess |
Methods in org.processmining.framework.models.hlprocess with parameters of type HighLevelProcess.Perspective | |
---|---|
void |
HighLevelProcess.addPerspective(HighLevelProcess.Perspective perspective)
Adds a perspective that is covered by this simulation model |
Method parameters in org.processmining.framework.models.hlprocess with type arguments of type HighLevelProcess.Perspective | |
---|---|
javax.swing.JPanel |
HighLevelProcess.getVisualization(java.util.Set<HighLevelProcess.Perspective> perspectivesToShow)
Creates a visualization of the simulation model for the given perspectives. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |