public class CliUnitConverters extends Object
java -jar ProgramApp.jar --timeout=5min
Modifier and Type | Class and Description |
---|---|
static class |
CliUnitConverters.ABSOLUTETEMPERATURE
Convert an absolute temperature String with unit on the command line to an AbsoluteTemperature scalar.
|
static class |
CliUnitConverters.ACCELERATION
Convert an acceleration String with unit on the command line to an Acceleration scalar.
|
static class |
CliUnitConverters.ANGLE
Convert an angle String with unit on the command line to an Angle scalar.
|
static class |
CliUnitConverters.ANGLESOLID
Convert a solid angle String with unit on the command line to an AngleSolid scalar.
|
static class |
CliUnitConverters.AREA
Convert an area String with unit on the command line to an Area scalar.
|
static class |
CliUnitConverters.DENSITY
Convert a density String with unit on the command line to a Density scalar.
|
static class |
CliUnitConverters.DIMENSIONLESS
Convert a dimensionless String with unit on the command line to a Dimensionless scalar.
|
static class |
CliUnitConverters.DIRECTION
Convert a direction String with unit on the command line to a Direction scalar.
|
static class |
CliUnitConverters.DURATION
Convert a duration String with unit on the command line to a Duration scalar.
|
static class |
CliUnitConverters.ELECTRICALCHARGE
Convert an electrical charge String with unit on the command line to an ElectricalCharge scalar.
|
static class |
CliUnitConverters.ELECTRICALCURRENT
Convert an electrical current String with unit on the command line to an ElectricalCurrent scalar.
|
static class |
CliUnitConverters.ELECTRICALPOTENTIAL
Convert an electrical potential String with unit on the command line to an ElectricalPotential scalar.
|
static class |
CliUnitConverters.ELECTRICALRESISTANCE
Convert an electrical resistance String with unit on the command line to an ElectricalResistance scalar.
|
static class |
CliUnitConverters.ENERGY
Convert an energy String with unit on the command line to an Energy scalar.
|
static class |
CliUnitConverters.FLOWMASS
Convert a flow mass String with unit on the command line to a FlowMass scalar.
|
static class |
CliUnitConverters.FLOWVOLUME
Convert a flow volume String with unit on the command line to a FlowVolume scalar.
|
static class |
CliUnitConverters.FORCE
Convert a force String with unit on the command line to a Force scalar.
|
static class |
CliUnitConverters.FREQUENCY
Convert a frequency String with unit on the command line to a Frequency scalar.
|
static class |
CliUnitConverters.LENGTH
Convert a length String with unit on the command line to a Length scalar.
|
static class |
CliUnitConverters.LINEARDENSITY
Convert a linear density String with unit on the command line to a LinearDensity scalar.
|
static class |
CliUnitConverters.MASS
Convert a mass String with unit on the command line to a Mass scalar.
|
static class |
CliUnitConverters.POSITION
Convert a position String with unit on the command line to a Position scalar.
|
static class |
CliUnitConverters.POWER
Convert a power String with unit on the command line to a Power scalar.
|
static class |
CliUnitConverters.PRESSURE
Convert a pressure String with unit on the command line to a Pressure scalar.
|
static class |
CliUnitConverters.SPEED
Convert a speed String with unit on the command line to a Speed scalar.
|
static class |
CliUnitConverters.TEMPERATURE
Convert a temperature String with unit on the command line to a Temperature scalar.
|
static class |
CliUnitConverters.TIME
Convert a time String with unit on the command line to a Time scalar.
|
static class |
CliUnitConverters.TORQUE
Convert a torque String with unit on the command line to a Torque scalar.
|
static class |
CliUnitConverters.VOLUME
Convert a volume String with unit on the command line to a Volume scalar.
|
Constructor and Description |
---|
CliUnitConverters() |
Modifier and Type | Method and Description |
---|---|
static void |
registerAll(CommandLine cmd)
Register all DJUNITS converters for a CommandLine.
|
public static void registerAll(CommandLine cmd)
cmd
- String; the CommandLine for which the DJUNITS converters should be registeredCopyright © 2018–2019 Delft University of Technology. All rights reserved.