Mercurial > dive4elements > river
view flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WQKmsResult.java @ 4443:af728a5e0329
Introduce a new Interface to abstract the data to curve generation
A Processor class should be used to generate curves from a specific data input
(e.g. WQKm).
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 07 Nov 2012 14:07:52 +0100 |
parents | cc5461a16b3f |
children |
line wrap: on
line source
package de.intevation.flys.artifacts.model; import de.intevation.flys.artifacts.model.WQKms; /** A result that delivers WQKms. */ public interface WQKmsResult { public WQKms[] getWQKms(); }