view flys-artifacts/src/main/java/de/intevation/flys/artifacts/math/Function.java @ 1988:158b3aabda2c

Prepare the OutGenerator during the describe() operation of the FLYS Collection to enable the OutGenerator to return an initial Settings object. flys-artifacts/trunk@3422 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 15 Dec 2011 10:09:02 +0000 (2011-12-15)
parents 913b52064449
children
line wrap: on
line source
package de.intevation.flys.artifacts.math;

public interface Function {
    double value(double x);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org