Package jasima.core.experiment
Interface AbstractMultiConfExperiment.ConfigurationValidator
-
- All Superinterfaces:
Serializable
- Enclosing class:
- AbstractMultiConfExperiment
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface AbstractMultiConfExperiment.ConfigurationValidator extends Serializable
An (optional) way to veto certain configurations, because some combinations of factors and their values might not make sense.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid(Experiment e, Map<String,Object> configuration)
-
-
-
Method Detail
-
isValid
boolean isValid(Experiment e, Map<String,Object> configuration)
-
-