Uses of Class
ucar.unidata.view.sounding.ClockedBean

Packages that use ClockedBean
ucar.unidata.view.sounding Provides support for aerological diagrams. 
 

Uses of ClockedBean in ucar.unidata.view.sounding
 

Subclasses of ClockedBean in ucar.unidata.view.sounding
 class BuoyancyProfileBean
          A Java Bean that computes an atmospheric buoyancy-profile of the trajectory of a parcel of air from in-situ temperature and dew-point profiles.
 class CapeBean
          A Java Bean that computes the Convective Available Potential Energy (CAPE) an atmospheric buoyancy-profile.
 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).
 class DewPointExtractorBean
          A Java Bean that extracts the dew-point temperature from a dew-point temperature profile at a given pressure.
 class LclPressureBean
          A Java Bean that computes the pressure of the saturation-point from an initial pressure and temperature, and a saturation-point pressure
 class LclTemperatureBean
          A Java Bean that computes the temperature of the saturation-point from an initial pressure, temperature, and water-vapor mixing-ratio.
 class LfcBean
          A Java Bean that computes the Level of Free Convection (LFC) from an atmospheric buoyancy-profile.
 class SaturationMixingRatioBean
          A Java Bean that computes saturation mixing ratio from a pressure and the dew-point at that pressure.
 class WetTrajectoryBean
          A Java Bean that computes the trajectory of a parcel of saturated air lifted pseudo-adiabatically from its saturation point.
 

Methods in ucar.unidata.view.sounding that return ClockedBean
 ClockedBean ClockedBeanCycleException.getClockedBean()
          Returns the clocked JavaBean at which a cycle was detected.
 

Constructors in ucar.unidata.view.sounding with parameters of type ClockedBean
ClockedBeanCycleException(ClockedBean bean)
          Constructs from the clocked JavaBean that is part of a cycle.