public interface Base
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Indicates if this base entity is semantically the same as another object.
|
java.lang.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).java.lang.String getID()
boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - The other object.true if and only if this base entity is semantically
the same as object.