view 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
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
 * Software engineering by
 *  Björnsen Beratende Ingenieure GmbH
 *  Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
 *
 * This file is Free Software under the GNU AGPL (>=v3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out the
 * documentation coming with Dive4Elements River for details.
 */
package org.dive4elements.river.artifacts.sinfo.collision;

import org.dive4elements.river.artifacts.D4EArtifact;
import org.dive4elements.river.artifacts.access.RangeAccess;

/**
 * @author Domenico Nardi Tironi
 *
 */
public class CollisionLoadYearEpochAccess extends RangeAccess {

    private int[][] epochs;

    private int[] years;

    public CollisionLoadYearEpochAccess(final D4EArtifact artifact) {
        // TODO Auto-generated constructor stub
    }

    public int[] getYears() {
        // TODO Auto-generated method stub
        return null;
    }

}

http://dive4elements.wald.intevation.org