View Javadoc
1   package org.djunits.value;
2   
3   /**
4    * Absolute values are quantities that are measured from some agreed upon reference point. <br>
5    * Values are Absolute when the sum of two values makes no sense, but the difference does (but results in a Relative).
6    * <p>
7    * This file was generated by the djunits value classes generator, 26 jun, 2015
8    * <p>
9    * Copyright (c) 2015-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. <br>
10   * BSD-style license. See <a href="http://djunits.org/docs/license.html">DJUNITS License</a>.
11   * <p>
12   * $LastChangedDate: 2019-01-18 00:35:01 +0100 (Fri, 18 Jan 2019) $, @version $Revision: 324 $, by $Author: averbraeck $,
13   * initial version 26 jun, 2015 <br>
14   * @author <a href="http://www.tbm.tudelft.nl/averbraeck">Alexander Verbraeck</a>
15   * @author <a href="http://www.tudelft.nl/pknoppers">Peter Knoppers</a>
16   */
17  public interface Absolute
18  {
19      // This interface does not force anything to be implemented in classes that implement it
20  }