1 package org.opentrafficsim.core.value;
2
3 /**
4 * Values are stored sparsely (lots of zero values expected).
5 * <p>
6 * This file was generated by the OpenTrafficSim value classes generator, 09 mrt, 2015
7 * <p>
8 * Copyright (c) 2014 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. <br>
9 * BSD-style license. See <a href="http://opentrafficsim.org/node/13">OpenTrafficSim License</a>.
10 * <p>
11 * @version 09 mrt, 2015 <br>
12 * @author <a href="http://www.tbm.tudelft.nl/averbraeck">Alexander Verbraeck</a>
13 * @author <a href="http://www.tudelft.nl/pknoppers">Peter Knoppers</a>
14 */
15 public interface SparseData
16 {
17 // This interface does not force anything to be implemented in classes that implement it
18 }