public final class CapeBean extends ClockedBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OUTPUT_PROPERTY_NAME
The name of the output property.
|
Constructor and Description |
---|
CapeBean(BeanNetwork network)
Constructs from the network in which this bean will be a component.
|
Modifier and Type | Method and Description |
---|---|
visad.Real |
getCape()
Returns the value of the output CAPE property.
|
void |
setBuoyancyProfile(visad.Field buoy)
Sets the input, buoyancy profile.
|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
public static final java.lang.String OUTPUT_PROPERTY_NAME
public CapeBean(BeanNetwork network)
network
- The bean network.public void setBuoyancyProfile(visad.Field buoy) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
buoy
- The input, buoyancy profile.visad.TypeException
- if the domain quantity isn't pressure or the
range quantity isn't volume per mass.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public visad.Real getCape()