public interface Base
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Indicates if this base entity is semantically the same as another object.
|
String |
getID()
Returns the identifier for the base entity.
|
boolean |
isDimensionless()
Indicates if this base entity is dimensionless.
|
boolean isDimensionless()
true
if and only if the base entity is dimensionless
(e.g. (BaseQuantity.SOLID_ANGLE).String getID()
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.