void
MSOffTrafficLightLogic::init(NLDetectorBuilder &nb) throw(ProcessError) {
    rebuildPhase();
}
// ----------- Handling of controlled links
void
MSOffTrafficLightLogic::adaptLinkInformationFrom(const MSTrafficLightLogic &logic) throw() {
    MSTrafficLightLogic::adaptLinkInformationFrom(logic);
    rebuildPhase();
}
void
MSOffTrafficLightLogic::init(NLDetectorBuilder&) {
    rebuildPhase();
}