Class LpoESTValidationResult
- java.lang.Object
-
- org.processmining.est2miner.algorithms.placeevaluation.LpoESTValidationResult
-
public class LpoESTValidationResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLpoESTValidationResult.ValidationPhase
-
Constructor Summary
Constructors Constructor Description LpoESTValidationResult(java.lang.String placeName, boolean valid, LpoESTValidationResult.ValidationPhase phase)LpoESTValidationResult(java.lang.String placeName, LpoESTValidationResult.ValidationPhase phase, boolean overfed, boolean underfed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOverfed()booleanisUnderfed()java.lang.StringtoString()
-
-
-
Constructor Detail
-
LpoESTValidationResult
public LpoESTValidationResult(java.lang.String placeName, boolean valid, LpoESTValidationResult.ValidationPhase phase)
-
LpoESTValidationResult
public LpoESTValidationResult(java.lang.String placeName, LpoESTValidationResult.ValidationPhase phase, boolean overfed, boolean underfed)
-
-