This class models the accelerometer physical device containing one only operation called stimulate which will hand in the stimulus to the rateController that process the information from this sensor.
\begin{vdm_al} class Accelerometer issubclassof GLOBAL
operations
public
stimulate : ActivityData ==> ()
stimulate (a) == Pacemaker`rateController.stimulate(a);