public final class SaturationMixingRatioBean extends ClockedBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OUTPUT_PROPERTY_NAME
The name of the saturation mixing-ratio output-property.
|
Constructor and Description |
---|
SaturationMixingRatioBean(BeanNetwork network)
Constructs from the network in which this bean will be a component.
|
Modifier and Type | Method and Description |
---|---|
visad.Data |
getSaturationMixingRatio()
Returns the value of the saturation mixing-ratio property.
|
void |
setDewPoint(visad.Real dewPoint)
Sets the input dew-point.
|
void |
setPressure(visad.Real pressure)
Sets the input pressure.
|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
public static final java.lang.String OUTPUT_PROPERTY_NAME
public SaturationMixingRatioBean(BeanNetwork network)
network
- The bean network.public void setDewPoint(visad.Real dewPoint) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
dewPoint
- The input dew-point.java.lang.NullPointerException
- if the argument is null
.visad.TypeException
- if the profile has the wrong type.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public void setPressure(visad.Real pressure) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
pressure
- The input pressure.java.lang.NullPointerException
- if the argument is null
.visad.TypeException
- if the pressure has the wrong type.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public visad.Data getSaturationMixingRatio()