|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.quantities.Quantity
public abstract class Quantity
Provides support for physical quantities.
| Constructor Summary | |
|---|---|
protected |
Quantity()
Constructs from nothing. |
protected |
Quantity(RealTupleType realTupleType)
Constructs from an existing RealTupleType. |
| Method Summary | |
|---|---|
protected RealTupleType |
realTupleType()
Returns the associated RealTupleType. |
protected void |
setRealTupleType(RealTupleType realTupleType)
Should only be used by subclasses immediately after super() invocation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Quantity()
protected Quantity(RealTupleType realTupleType)
RealTupleType.
realTupleType - The existing RealTupleType.| Method Detail |
|---|
protected final RealTupleType realTupleType()
RealTupleType.
RealTupleType.protected final void setRealTupleType(RealTupleType realTupleType)
realTupleType - Sets the associated RealTupleType.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||