Interface Scalar.RelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends Scalar.Abs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends Scalar.RelWithAbs<AU,​A,​RU,​R>>

Type Parameters:
AU - the absolute unit belonging to the absoluteunit
A - the absolute scalar belonging to the relative scalar
RU - the absolute unit belonging to the relative unit
R - the relative scalar belonging to the absolute scalar
All Superinterfaces:
Cloneable, Comparable<R>, Relative<RU,​R>, Scalar<RU,​R>, Scalar.Rel<RU,​R>, Serializable, Value<RU,​R>, ValueFunctions<RU,​R>
All Known Subinterfaces:
DoubleScalarInterface.RelWithAbs<AU,​A,​RU,​R>, FloatScalarInterface.RelWithAbs<AU,​A,​RU,​R>
All Known Implementing Classes:
AbstractDoubleScalarRelWithAbs, AbstractFloatScalarRelWithAbs, Angle, Duration, FloatAngle, FloatDuration, FloatLength, FloatTemperature, Length, Temperature
Enclosing interface:
Scalar<U extends Unit<U>,​S extends Scalar<U,​S>>

public static interface Scalar.RelWithAbs<AU extends AbsoluteLinearUnit<AU,​RU>,​A extends Scalar.Abs<AU,​A,​RU,​R>,​RU extends Unit<RU>,​R extends Scalar.RelWithAbs<AU,​A,​RU,​R>>
extends Scalar.Rel<RU,​R>
Additional methods for Relative Scalar that has a corresponding Absolute Scalar. An example is the relative scalar Length that has a corresponding absolute scalar Position.

Copyright (c) 2019-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.

Author:
Alexander Verbraeck
  • Method Details

    • plus

      A plus​(A abs)
      Add an Absolute value to this relative value. A new value is returned due to immutability. The unit of the result is the unit of the absolute operand.
      Parameters:
      abs - A; A the right operand
      Returns:
      A; the sum of this value and the operand