|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Quantity
Abstraction for physical quantity.
| Method Summary | |
|---|---|
StringBuffer |
format(StringBuffer buf)
Format this Quantity |
String |
getName()
Get the name of this Quantity. |
boolean |
isAssignable(ucar.units.Unit unit)
See if the Unit is assignable to this quantity. |
boolean |
isAssignable(Value value)
See if a Value is assignable to this Quantity |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getName()
boolean isAssignable(ucar.units.Unit unit)
Unit is assignable to this quantity.
i.e, is it a compatible unit
unit - Unit in question
boolean isAssignable(Value value)
Value is assignable to this Quantity
value - Value to check.
StringBuffer format(StringBuffer buf)
buf - input/output buffer
buf with formatted info
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||