|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.petrinet.algorithms.logReplay.AnalysisResult
org.processmining.analysis.conformance.StateSpaceExplorationResult
public class StateSpaceExplorationResult
Field Summary | |
---|---|
DiagnosticPetriNet |
exploredPetriNet
The original Petri net passed to the analysis method. |
PetriNet |
inputPetriNet
|
Fields inherited from class org.processmining.framework.models.petrinet.algorithms.logReplay.AnalysisResult |
---|
myAnalysisOptions |
Constructor Summary | |
---|---|
StateSpaceExplorationResult(AnalysisConfiguration analysisOptions,
PetriNet net,
StateSpaceExplorationMethod method)
|
Method Summary | |
---|---|
boolean |
calculateImprovedBehavioralAppropriateness()
Indicates whether the "Structural Appropriateness" metric has been selected by the user. |
boolean |
calculateImprovedStructuralAppropriateness()
Indicates whether the "Advanced Structural Appropriateness" metric has been selected by the user. |
DiagnosticLogEventRelation |
getActivityRelations()
Returns the set of activity relations that have been derived from the state space of the process model. |
java.lang.String |
getCurrentVisualizationState()
Get the current display state. |
float |
getDegreeOfModelFlexibility()
Retrieves the behavioral appropriateness measure based on log-based and model-based activity relations. |
float |
getImprovedBehavioralAppropriatenessMeasure()
Retrieves the behavioral appropriateness measure based on log-based and model-based activity relations. |
float |
getImprovedStructuralAppropriatenessMeasure()
Retrieves the structural appropriateness measure based on the graph size. |
att.grappa.GrappaPanel |
getVisualization(DisplayState currentVisualization)
Creates a visualization of the conformance check results. |
void |
incSBLog()
Increments the number of sometimes relations (backwards) in the log and in the model, i.e., represents already the intersection of SFm and SFl (needed for calculating advanced behavioral appropriateness). |
void |
incSBModel()
Increments the number of sometimes relations (backwards) in the model (needed for calculating advanced behavioral appropriateness). |
void |
incSFLog()
Increments the number of sometimes relations (forwards) in the log and in the model, i.e., represents already the intersection of SFm and SFl (needed for calculating advanced behavioral appropriateness). |
void |
incSFModel()
Increments the number of sometimes relations (forwards) in the model (needed for calculating advanced behavioral appropriateness). |
void |
resetSometimesRelationCounter()
Resets the sometimes relation element counter to 0, so that it can be filled with new values (based on the new log selection). |
void |
updateNumberOfAlternativeDuplicates(int value)
Adds up the "number of alternative duplicate tasks" measurement by the given value. |
void |
updateNumberOfRedundantInvisibles(int value)
Adds up the "number of redundant invisible tasks" measurement by the given value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PetriNet inputPetriNet
public DiagnosticPetriNet exploredPetriNet
Constructor Detail |
---|
public StateSpaceExplorationResult(AnalysisConfiguration analysisOptions, PetriNet net, StateSpaceExplorationMethod method)
analysisOptions
- AnalysisConfigurationnet
- PetriNetmethod
- StructuralAnalysisMethodMethod Detail |
---|
public boolean calculateImprovedBehavioralAppropriateness()
true
if this option has been chosen, false
otherwisepublic boolean calculateImprovedStructuralAppropriateness()
true
if this option has been chosen, false
otherwisepublic float getImprovedStructuralAppropriatenessMeasure()
public float getImprovedBehavioralAppropriatenessMeasure()
public float getDegreeOfModelFlexibility()
public DiagnosticLogEventRelation getActivityRelations()
public void updateNumberOfRedundantInvisibles(int value)
public void updateNumberOfAlternativeDuplicates(int value)
public void incSFModel()
public void incSFLog()
public void incSBModel()
public void incSBLog()
public void resetSometimesRelationCounter()
public java.lang.String getCurrentVisualizationState()
public att.grappa.GrappaPanel getVisualization(DisplayState currentVisualization)
selectedInstances
- The process instances that have been selected for updating
the visualization.currentVisualization
- The current display state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |