|
||||||||||
| 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.CinBean
public final class CinBean
A Java Bean that computes the Convective INhibition (CIN) from a buoyancy profile, a starting pressure, and the pressure at the Level of Free Convection (LFC).
| Field Summary | |
|---|---|
static String |
OUTPUT_PROPERTY_NAME
The name of the output property. |
| Constructor Summary | |
|---|---|
CinBean(BeanNetwork network)
Constructs from the network in which this bean will be a component. |
|
| Method Summary | |
|---|---|
Real |
getCin()
Returns the value of the output Convective INhibition (CIN) property. |
void |
setBuoyancyProfile(Field buoyProfile)
Sets the input, buoyancy profile. |
void |
setInitialPressure(Real initPres)
Sets the initial, starting pressure. |
void |
setLfcPressure(Real lfcPres)
Sets the pressure at the Level of Free Convection (LFC). |
| 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 CinBean(BeanNetwork network)
network - The bean network.| Method Detail |
|---|
public void setBuoyancyProfile(Field buoyProfile)
throws TypeException,
VisADException,
RemoteException
PropertyChangeEvent is fired for the output property if
it differs from the previous value.
buoyProfile - The input buoyancy-profile.
TypeException - if the domain quantity of the profile isn't
pressure or the range quantity of the
profile isn't massic volume.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.
public void setInitialPressure(Real initPres)
throws TypeException,
VisADException,
RemoteException
initPres - The initial, starting 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 setLfcPressure(Real lfcPres)
throws TypeException,
VisADException,
RemoteException
lfcPres - The pressure at the LFC.
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 Real getCin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||