comparison artifacts/src/main/java/org/dive4elements/river/artifacts/access/ExtremeAccess.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 4897a58c8746
children af13ceeba52a
comparison
equal deleted inserted replaced
5866:9a6741ccf6d4 5867:59ff03ff48f1
8 8
9 package org.dive4elements.river.artifacts.access; 9 package org.dive4elements.river.artifacts.access;
10 10
11 import org.dive4elements.artifacts.CallContext; 11 import org.dive4elements.artifacts.CallContext;
12 12
13 import org.dive4elements.river.artifacts.FLYSArtifact; 13 import org.dive4elements.river.artifacts.D4EArtifact;
14 14
15 import org.dive4elements.river.artifacts.model.RangeWithValues; 15 import org.dive4elements.river.artifacts.model.RangeWithValues;
16 16
17 import org.dive4elements.river.utils.DoubleUtil; 17 import org.dive4elements.river.utils.DoubleUtil;
18 18
36 protected String function; 36 protected String function;
37 37
38 protected List<RangeWithValues> ranges; 38 protected List<RangeWithValues> ranges;
39 39
40 40
41 public ExtremeAccess(FLYSArtifact artifact, CallContext context) { 41 public ExtremeAccess(D4EArtifact artifact, CallContext context) {
42 super(artifact, context); 42 super(artifact, context);
43 } 43 }
44 44
45 45
46 /** Returns the percent given. */ 46 /** Returns the percent given. */

http://dive4elements.wald.intevation.org