All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.rwth.swc.coffee4j.model.manager.CombinatorialTestManagerFactory Maven / Gradle / Ivy

package de.rwth.swc.coffee4j.model.manager;

import de.rwth.swc.coffee4j.engine.InputParameterModel;
import de.rwth.swc.coffee4j.engine.CombinatorialTestModel;
import de.rwth.swc.coffee4j.engine.manager.CombinatorialTestConfiguration;
import de.rwth.swc.coffee4j.engine.manager.CombinatorialTestManager;

import java.util.function.BiFunction;

/**
 * A factory for creating new {@link CombinatorialTestManager} instances from a given configuration.
 * This is needed to reuse {@link CombinatorialTestConsumerManagerConfiguration} instances, as they can now
 * be reused for multiple {@link InputParameterModel}s.
 */
@FunctionalInterface
public interface CombinatorialTestManagerFactory extends BiFunction {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy