|
||||||||||
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(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. |
Method Detail |
---|
boolean isDimensionless()
true
if and only if the base entity is dimensionless
(e.g. (BaseQuantity.SOLID_ANGLE).String getID()
boolean equals(Object object)
equals
in class Object
object
- 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 |