Uses of Class
org.processmining.est2miner.algorithms.placeevaluation.LpoESTValidationResult.ValidationPhase
-
Packages that use LpoESTValidationResult.ValidationPhase Package Description org.processmining.est2miner.algorithms.placeevaluation -
-
Uses of LpoESTValidationResult.ValidationPhase in org.processmining.est2miner.algorithms.placeevaluation
Methods in org.processmining.est2miner.algorithms.placeevaluation that return LpoESTValidationResult.ValidationPhase Modifier and Type Method Description static LpoESTValidationResult.ValidationPhaseLpoESTValidationResult.ValidationPhase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LpoESTValidationResult.ValidationPhase[]LpoESTValidationResult.ValidationPhase. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.processmining.est2miner.algorithms.placeevaluation with parameters of type LpoESTValidationResult.ValidationPhase Constructor Description LpoESTValidationResult(java.lang.String placeName, boolean valid, LpoESTValidationResult.ValidationPhase phase)LpoESTValidationResult(java.lang.String placeName, LpoESTValidationResult.ValidationPhase phase, boolean overfed, boolean underfed)
-