|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Base
Interface for "base" entities like base units or base quantities.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||