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

ngmf.util.cosu.luca.ExecutionHandle Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package ngmf.util.cosu.luca;

import oms3.dsl.cosu.Step;

/**
 *
 * @author od
 */
public interface ExecutionHandle {

    void execute(Step.Data stepData) throws Exception;
    void writeParameterFile(Step.Data stepData) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy