Package | Description |
---|---|
org.djunits.unit |
Classes for the unit system.
|
Modifier and Type | Method and Description |
---|---|
static SI |
SI.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SI[] |
SI.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumMap<SI,Integer> |
SICoefficients.getCoefficientsMap() |
static EnumMap<SI,Integer> |
SICoefficients.parse(String coefficientString) |
Modifier and Type | Method and Description |
---|---|
protected static String |
SICoefficients.enumMapToString(EnumMap<SI,Integer> map)
Convert an enumMap of coefficient to the normalized string representation.
|
Constructor and Description |
---|
SICoefficients(EnumMap<SI,Integer> coefficients)
Construct an instance of SICoefficients.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.