Package org.djunits.value
Class CLASSNAMES
- java.lang.Object
-
- org.djunits.value.CLASSNAMES
-
public final class CLASSNAMES extends Object
CLASSNAMES.java.Copyright (c) 2019-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License- Author:
- Alexander Verbraeck
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>ABS_LISTList of absolute classes.static List<String>ALL_LISTList of all classes, except SI.static List<String>ALL_NODIM_LISTList of all classes, except Dimensionless and SI.static List<String>REL_ALL_LISTList of all relative classes, except SI.static List<String>REL_LISTList of relative classes, except SI.static List<String>REL_WITH_ABS_LISTList of relative-with-absolute classes.
-