package org.opentrafficsim.xml.bindings; import org.djunits.value.vdouble.scalar.LinearDensity; import org.djutils.logger.CategoryLogger; /** * LinearDensityAdapter converts between the XML String for a LinearDensity and the DJUnits LinearDensity. *
* Copyright (c) 2003-2021 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. * BSD-style license. See OpenTrafficSim License. *
* @author Alexander Verbraeck */ public class LinearDensityAdapter extends UnitAdapter