Mercurial > dive4elements > river
view gwt-client/src/test/java/test/IFilenameMapper.java @ 9526:51212d40ff56
Set default fitting function to log-inear („W(Q)=a*ln(m*Q+b)“)
author | gernotbelger |
---|---|
date | Mon, 01 Oct 2018 18:08:31 +0200 (2018-10-01) |
parents | e567fac95e3d |
children |
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde * Software engineering by * Björnsen Beratende Ingenieure GmbH * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt * * This file is Free Software under the GNU AGPL (>=v3) * and comes with ABSOLUTELY NO WARRANTY! Check out the * documentation coming with Dive4Elements River for details. */ package test; /** * @author Domenico Nardi Tironi * */ public interface IFilenameMapper { String getFilename(); }