| Package | Description |
|---|---|
| com.axiomalaska.phenomena |
| Modifier and Type | Method and Description |
|---|---|
static UnitResolver |
UnitResolver.instance() |
static Phenomena |
Phenomena.instance() |
static CustomUnits |
CustomUnits.instance() |
static ucar.units.Unit |
UnitResolver.parseUnit(String unitString) |
static ucar.units.Unit |
UnitResolver.parseUnit(String unitString,
String symbol) |
static ucar.units.Unit |
UnitResolver.parseUnit(String unitString,
String name,
String symbol) |
static ucar.units.Unit |
UnitResolver.parseUnit(String unitString,
String name,
String plural,
String symbol)
Parse a unit string using the StandardUnitFormat, but also manually set the name and optionally plural name and symbol.
|
ucar.units.Unit |
UnitResolver.resolveUnit(String unitString)
Resolves a string to a ucar.units.Unit.
|
| Constructor and Description |
|---|
CustomUnits() |
Phenomena() |
Copyright © 2014. All Rights Reserved.