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

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

Uses of AnalysisMethodEnum in org.processmining.analysis.conformance
 

Methods in org.processmining.analysis.conformance that return AnalysisMethodEnum
 AnalysisMethodEnum StateSpaceExplorationMethod.getIdentifier()
          Gets the belonging identifier.
 AnalysisMethodEnum StructuralAnalysisMethod.getIdentifier()
          Gets the belonging identifier.
 

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

Fields in org.processmining.framework.models.petrinet.algorithms.logReplay declared as AnalysisMethodEnum
static AnalysisMethodEnum AnalysisMethodEnum.LOG_REPLAY
          The log replay analysis method.
static AnalysisMethodEnum AnalysisMethodEnum.STATE_SPACE
          The state space analysis method.
static AnalysisMethodEnum AnalysisMethodEnum.STRUCTURAL
          The structural analysis method.
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay that return AnalysisMethodEnum
 AnalysisMethodEnum AnalysisMethod.getIdentifier()
          Gets the belonging identifier.
 AnalysisMethodEnum LogReplayAnalysisMethod.getIdentifier()
          Gets the belonging identifier.
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay that return types with arguments of type AnalysisMethodEnum
 java.util.HashSet<AnalysisMethodEnum> AnalysisConfiguration.getAnalysisMethods()
          Gets the analysis method attributes, which indicates which kind of technique must be used in order to make use of this analysis option.
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay with parameters of type AnalysisMethodEnum
 void AnalysisConfiguration.addRequestedMethod(AnalysisMethodEnum methodEnum)
          Registers this top level category to be provided by the results from the specified analysis method.
 java.util.ArrayList<AnalysisConfiguration> AnalysisConfiguration.getEnabledOptionsForAnalysisMethod(java.util.ArrayList<AnalysisConfiguration> enabledOptions, AnalysisMethodEnum analysisMethod)
          Recursively retrieves all those enabled analysis options that require the given type of analysis method to be performed.
 boolean AnalysisConfiguration.hasRegisteredFor(AnalysisMethodEnum methodEnum)
          Determines whether this category has been registered to be provided with the results for the given analysis method.
 void AnalysisConfiguration.setNewAnalysisMethod(AnalysisMethodEnum analysisMethod)
          Adds the analysis method attribute, which indicates which kind of technique must be used in order to make use of this analysis option.