Class 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 Detail

      • ABS_LIST

        public static final List<String> ABS_LIST
        List of absolute classes.
      • REL_WITH_ABS_LIST

        public static final List<String> REL_WITH_ABS_LIST
        List of relative-with-absolute classes.
      • REL_LIST

        public static final List<String> REL_LIST
        List of relative classes, except SI.
      • REL_ALL_LIST

        public static final List<String> REL_ALL_LIST
        List of all relative classes, except SI.
      • ALL_LIST

        public static final List<String> ALL_LIST
        List of all classes, except SI.
      • ALL_NODIM_LIST

        public static final List<String> ALL_NODIM_LIST
        List of all classes, except Dimensionless and SI.