HECRAS_V1_0.java [src/java/m/hydrotools/conv] Revision:   Date:
/*
 * 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.conv;

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

/**
 * HECRAS converter for Hydrotools.
 *
 * @author od
 */
@Name("HECRAS converter Hydrotools")
@Description("HECRAS converter.")
@Path("m/hecras/1.0")
@Polling(first = 10000, next = 2000)
@Resource(file = "/bin/lin-amd64/HECRAS_Converter_V31.exe", type = ResourceType.EXECUTABLE, id = "auto")
@Resource(file = "*.inp *.err *.dbg *stdout.txt *stderr.txt", type = ResourceType.OUTPUT)
public class HECRAS_V1_0 extends ModelDataService {
  // nothing else to do here :)
}