ngmf.util.cosu.luca.ExecutionHandle Maven / Gradle / Ivy
/*
* 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