The model schedules its first event to take the links down
at startTime_ + E(upInterval_);
It also defines the procedures, []up and []down;
each procedure invokes the base class procedure to perform the actual operation.
This routine then reschedules the next event at
E(upInterval) or E(downInterval_) respectively.