diff artifacts/src/main/java/org/dive4elements/river/artifacts/states/WQSelect.java @ 5867:59ff03ff48f1

River artifacts: Renamed FLYSArtifact(Collection) to D4EArtifact(Collection).
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:23:01 +0200
parents 73da40528cf2
children af13ceeba52a
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/states/WQSelect.java	Sun Apr 28 15:14:30 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/states/WQSelect.java	Sun Apr 28 15:23:01 2013 +0200
@@ -29,7 +29,7 @@
 import org.dive4elements.river.model.River;
 import org.dive4elements.river.model.Wst;
 
-import org.dive4elements.river.artifacts.FLYSArtifact;
+import org.dive4elements.river.artifacts.D4EArtifact;
 import org.dive4elements.river.artifacts.WINFOArtifact;
 
 import org.dive4elements.river.artifacts.model.WstFactory;
@@ -87,7 +87,7 @@
 
     @Override
     protected Element createStaticData(
-        FLYSArtifact   flys,
+        D4EArtifact   flys,
         ElementCreator creator,
         CallContext    cc,
         String         name,
@@ -393,7 +393,7 @@
      * max values could be determined, this method will return
      * [Double.MIN_VALUE, Double.MAX_VALUE].
      *
-     * @param artifact The FLYSArtifact.
+     * @param artifact The D4EArtifact.
      *
      * @return the min and max W values for the current gauge.
      */
@@ -415,7 +415,7 @@
      * max values could be determined, this method will return
      * [Double.MIN_VALUE, Double.MAX_VALUE].
      *
-     * @param artifact The FLYSArtifact.
+     * @param artifact The D4EArtifact.
      *
      * @return the min and max W values.
      */
@@ -449,7 +449,7 @@
      * max values could be determined, this method will return
      * [Double.MIN_VALUE, Double.MAX_VALUE].
      *
-     * @param artifact The FLYSArtifact.
+     * @param artifact The D4EArtifact.
      *
      * @return the min and max Q values for the current gauge.
      */
@@ -477,7 +477,7 @@
      * Determines the min and max Q value for the current kilometer range. If no
      * min and max values could be determined, this method will return
      *
-     * @param artifact The FLYSArtifact.
+     * @param artifact The D4EArtifact.
      *
      * @return the min and max Q values for the current kilometer range.
      */

http://dive4elements.wald.intevation.org