Closed behrisch closed 7 years ago
@namdre commented:
Why can the different dependencies not be handled by triggering additional GNEChange_* objects at the time of modification/deletion/creation? I would discuss this before making major redesigns.
@palvarezlopez commented:
Finally GNEChange_Additional will not be divided into subclasses. Instead all cases will be implemented in GNEChange_Additional.h/.cpp
@behrisch changed milestone from "1.0.0" to "0.30.0"
Due a problem found in Ticket #2885, is neccesary to divide the GNEChange_Additionals into differentes GNEChanges, every for a type of additional:
The reason is that every type of additional has different dependences (Lanes, Edges, anther additionals, etc..) and this cause problems during Undo/Redo.
Migrated from http://sumo.dlr.de/ticket/2912