Uses of Enum Class
com.knezevic.edaf.v3.problems.discrete.disjunct.DisjunctMatrixValidationMode
Packages that use DisjunctMatrixValidationMode
-
Uses of DisjunctMatrixValidationMode in com.knezevic.edaf.v3.problems.discrete.disjunct
Subclasses with type arguments of type DisjunctMatrixValidationMode in com.knezevic.edaf.v3.problems.discrete.disjunctModifier and TypeClassDescriptionenumValidation execution strategy.Methods in com.knezevic.edaf.v3.problems.discrete.disjunct that return DisjunctMatrixValidationModeModifier and TypeMethodDescriptionDisjunctMatrixValidationResult.mode()Returns the value of themoderecord component.static DisjunctMatrixValidationModeReturns the enum constant of this class with the specified name.static DisjunctMatrixValidationMode[]DisjunctMatrixValidationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.knezevic.edaf.v3.problems.discrete.disjunct with parameters of type DisjunctMatrixValidationModeModifierConstructorDescriptionDisjunctMatrixValidationResult(String definition, DisjunctMatrixValidationMode mode, boolean valid, boolean exact, long evaluatedSubsets, long totalSubsets, long violatingSubsets, double estimatedViolationRate, double confidenceLevel, double errorBound, double violationRateUpperBound, int witnessDeviation, int[] witnessSubset, String message) Creates an instance of aDisjunctMatrixValidationResultrecord class.