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

integraal.services.AbstractInteGraalService Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package integraal.services;

import fr.boreal.component_builder.api.IAlgorithmParameters;
import fr.boreal.component_builder.api.IInputDataScenario;
import tools.service.AbstractService;

/**
 *  
 */

public abstract class AbstractInteGraalService extends AbstractService {

	/**
	 * @param ids input data scenario
	 * @param iap algorithm parameters
	 */

	public AbstractInteGraalService(IInputDataScenario ids, IAlgorithmParameters iap) {
		super(ids, iap);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy