|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.view.sounding.ClockedBean
ucar.unidata.view.sounding.LclPressureBean
public final class LclPressureBean
A Java Bean that computes the pressure of the saturation-point from an initial pressure and temperature, and a saturation-point pressure
| Field Summary | |
|---|---|
static String |
OUTPUT_PROPERTY_NAME
The name of the saturation-point pressure property. |
| Constructor Summary | |
|---|---|
LclPressureBean(BeanNetwork network)
Constructs from the network in which this bean will be a component. |
|
| Method Summary | |
|---|---|
Data |
getSaturationPointPressure()
Returns the value of the saturation-point pressure property. |
void |
setPressure(Real initPres)
Sets the initial pressure. |
void |
setSaturationPointTemperature(Real lclTemp)
Sets the saturation-point temperature. |
void |
setTemperature(Real initTemp)
Sets the initial temperature. |
| Methods inherited from class ucar.unidata.view.sounding.ClockedBean |
|---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OUTPUT_PROPERTY_NAME
| Constructor Detail |
|---|
public LclPressureBean(BeanNetwork network)
network - The bean network.| Method Detail |
|---|
public void setPressure(Real initPres)
throws TypeException,
VisADException,
RemoteException
initPres - The initial pressure.
NullPointerException - if the argument is null.
TypeException - if the pressure has the wrong type.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.
public void setTemperature(Real initTemp)
throws TypeException,
VisADException,
RemoteException
initTemp - The initial temperature.
NullPointerException - if the argument is null.
TypeException - if the temperature has the wrong type.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.
public void setSaturationPointTemperature(Real lclTemp)
throws TypeException,
VisADException,
RemoteException
lclTemp - The saturation-point temperature.
NullPointerException - if the argument is null.
TypeException - if the temperature has the wrong type.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.public Data getSaturationPointPressure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||