public abstract class Quantity
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Quantity()
Constructs from nothing.
|
protected |
Quantity(visad.RealTupleType realTupleType)
Constructs from an existing
RealTupleType . |
Modifier and Type | Method and Description |
---|---|
protected visad.RealTupleType |
realTupleType()
Returns the associated
RealTupleType . |
protected void |
setRealTupleType(visad.RealTupleType realTupleType)
Should only be used by subclasses immediately after super() invocation.
|
protected Quantity()
protected Quantity(visad.RealTupleType realTupleType)
RealTupleType
.realTupleType
- The existing RealTupleType
.protected final visad.RealTupleType realTupleType()
RealTupleType
.RealTupleType
.protected final void setRealTupleType(visad.RealTupleType realTupleType)
realTupleType
- Sets the associated RealTupleType
.