Uses of Class
org.processmining.framework.models.petrinet.algorithms.logReplay.AnalysisResult

Packages that use AnalysisResult
org.processmining.analysis.conformance Contains classes related to the Conformance Analysis Plugin. 
org.processmining.analysis.performance   
org.processmining.framework.models.petrinet.algorithms.logReplay   
 

Uses of AnalysisResult in org.processmining.analysis.conformance
 

Subclasses of AnalysisResult in org.processmining.analysis.conformance
 class ConformanceLogReplayResult
          Contains all the results obtained during log replay analysis.
 class StateSpaceExplorationResult
           
 class StructuralAnalysisResult
          Contains all the results obtained during the structural analysis.
 

Methods in org.processmining.analysis.conformance that return AnalysisResult
 AnalysisResult StateSpaceExplorationMethod.analyse(AnalysisConfiguration analysisOptions)
           
 AnalysisResult StructuralAnalysisMethod.analyse(AnalysisConfiguration analysisOptions)
           
 

Constructor parameters in org.processmining.analysis.conformance with type arguments of type AnalysisResult
BehAppropriatenessAnalysisGUI(java.util.Set<AnalysisResult> analysisResults)
          Creates Behavioral Appropriateness GUI with default visualization options.
BehAppropriatenessAnalysisGUI(java.util.Set<AnalysisResult> analysisResults, boolean alwaysPrecedes, boolean neverPrecedes, boolean alwaysFollows, boolean neverFollows)
          Creates the results view for the Behavioral appropriateness category.
FitnessAnalysisGUI(java.util.Set<AnalysisResult> analysisResults)
          Creates Fitness GUI with default visualization options.
FitnessAnalysisGUI(java.util.Set<AnalysisResult> analysisResults, boolean tokencounter, boolean failedtrans, boolean remainingtrans, boolean pathcov, boolean passededges, boolean failedevents, boolean visualizationtype)
          Creates the results view for the Fitness category.
StructAppropriatenessAnalysisGUI(java.util.Set<AnalysisResult> analysisResults)
          Creates the results view for the Performance category.
StructAppropriatenessAnalysisGUI(java.util.Set<AnalysisResult> analysisResults, boolean redundantInvisibles, boolean alternativeDuplicate)
          Creates the results view for the Performance category.
 

Uses of AnalysisResult in org.processmining.analysis.performance
 

Subclasses of AnalysisResult in org.processmining.analysis.performance
 class PerformanceLogReplayResult
          Contains all the performance results obtained during log replay analysis.
 

Methods in org.processmining.analysis.performance with parameters of type AnalysisResult
 void PerformanceConfiguration.addAnalysisResult(AnalysisResult result)
          Adds another result object to the list of analysis results held by this category.
 void PerformanceAnalysisSettings.setCurrentResult(AnalysisResult res)
          Sets currentResult to res
 

Constructor parameters in org.processmining.analysis.performance with type arguments of type AnalysisResult
PerformanceAnalysisGUI(java.util.Set<AnalysisResult> analysisResults, boolean manual, java.util.ArrayList bnds, java.util.ArrayList cols, long divider, java.lang.String sort, int places, int[] advanced)
          Calls the constructor of its superclass and initializes variables and the UI
 

Uses of AnalysisResult in org.processmining.framework.models.petrinet.algorithms.logReplay
 

Subclasses of AnalysisResult in org.processmining.framework.models.petrinet.algorithms.logReplay
 class LogReplayAnalysisResult
          Contains all the results obtained during log replay analysis.
 

Fields in org.processmining.framework.models.petrinet.algorithms.logReplay with type parameters of type AnalysisResult
protected  java.util.Set<AnalysisResult> AnalysisGUI.myAnalysisResults
          Contains the AnalysisResult objects this category registered for.
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay that return AnalysisResult
 AnalysisResult AnalysisMethod.analyse(AnalysisConfiguration analysisConfiguration)
          Starts the analysis.
 AnalysisResult LogReplayAnalysisMethod.analyse(AnalysisConfiguration analysisOptions)
          Invokes the log replay analysis.
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay that return types with arguments of type AnalysisResult
 java.util.Set<AnalysisResult> AnalysisConfiguration.getChildrenResultObjects()
          Gets the results of the child configurations.
 java.util.Set<AnalysisResult> AnalysisConfiguration.getResultObjects()
          Gets the results needed to initialize the GUI for this top level category.
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay with parameters of type AnalysisResult
 void AnalysisConfiguration.addAnalysisResult(AnalysisResult result)
          Adds another result object to the list of analysis results held by this category.
 

Constructor parameters in org.processmining.framework.models.petrinet.algorithms.logReplay with type arguments of type AnalysisResult
AnalysisGUI(java.util.Set<AnalysisResult> analysisResults)
          Default constructor.