public final class RegularBaseQuantity extends BaseQuantity
AMOUNT_OF_SUBSTANCE, ELECTRIC_CURRENT, LENGTH, LUMINOUS_INTENSITY, MASS, PLANE_ANGLE, SOLID_ANGLE, THERMODYNAMIC_TEMPERATURE, TIME, UNKNOWN
Modifier | Constructor and Description |
---|---|
|
RegularBaseQuantity(String name,
String symbol)
Constructs from a name and symbol.
|
protected |
RegularBaseQuantity(String name,
String symbol,
boolean trusted)
Constructs from a name and a symbol.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDimensionless()
Indicates if this base quantity is dimensionless.
|
public RegularBaseQuantity(String name, String symbol) throws NameException
name
- The name of the base unit.symbol
- The symbol of the base unit.NameException
public boolean isDimensionless()
isDimensionless
in interface Base
isDimensionless
in class BaseQuantity
false
.Copyright © 1999–2013 UCAR/Unidata. All rights reserved.