V1_0.java [src/java/m/hydrotools/tr20] Revision: df57a55ea7dd4f9f640ae39adfb2b9404a2fdad8  Date: Wed Sep 26 10:53:45 MDT 2018
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package m.hydrotools.tr20;

import csip.ModelDataService;
import csip.annotations.*;
import javax.ws.rs.Path;

/**
 * TR20 Service. Plain execution of the original executable.
 *
 * @author od
 */
@Name("Hydrotools")
@Description("TR20")
@Path("m/tr20/1.0")
@Polling(first = 10000, next = 2000)
@Resource(file = "/bin/lin-amd64/TR20.exe", type = ResourceType.EXECUTABLE, id = "auto")
@Resource(file = "*.out *.hyd *.err *.dbg stdout.txt stderr.txt", type = ResourceType.OUTPUT)
public class V1_0 extends ModelDataService {

}