Uses of Interface
oo.HasHLT

Uses of HasHLT in oo
 

Subinterfaces of HasHLT in oo
 interface PRYable
          Something that can pitch, roll, and yaw.
 

Classes in oo that implement HasHLT
 class Mattress1
          A mattress and its orientations;  the mattress's state (its orientation) is implemented with three booleans.
 class Mattress2
          A mattress and its orientations;  state implemented as a single object of an inner class.
 class Mattress3
          A mattress and its orientations;  state implemented as a single object of an inner class.
 class Orientation
          An orientation of a mattress.
(package private)  class OrientationFLB
          Singleton class for the FLB orientation.
(package private)  class OrientationFRT
          Singleton class for the FRT orientation.
(package private)  class OrientationHLT
          Singleton class for the HLT orientation.
(package private)  class OrientationHRB
          Singleton class for the HRB orientation.