comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/collision/CollisionLoadYearEpochAccess.java @ 9058:d3bef221b7d9

sinfo.collision states
author gernotbelger
date Fri, 04 May 2018 16:13:10 +0200
parents
children
comparison
equal deleted inserted replaced
9057:2be202a8cb89 9058:d3bef221b7d9
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10 package org.dive4elements.river.artifacts.sinfo.collision;
11
12 import org.dive4elements.river.artifacts.D4EArtifact;
13 import org.dive4elements.river.artifacts.access.RangeAccess;
14
15 /**
16 * @author Domenico Nardi Tironi
17 *
18 */
19 public class CollisionLoadYearEpochAccess extends RangeAccess {
20
21 private int[][] epochs;
22
23 private int[] years;
24
25 public CollisionLoadYearEpochAccess(final D4EArtifact artifact) {
26 // TODO Auto-generated constructor stub
27 }
28
29 public int[] getYears() {
30 // TODO Auto-generated method stub
31 return null;
32 }
33
34 }

http://dive4elements.wald.intevation.org