System Design Activities
System Design Activities
System Design Activities
Engineering
Atique Zafar
An Overview of System Design Activities
Design goals guide the decisions to be made by the
developers especially when trade-offs are needed.
Developers divide the system into manageable pieces to
deal with complexity:
Each subsystem is assigned to a team and realized
independently.
In order for this to be possible, though, developers need to
address system-wide issues when decomposing the system.
In case of replanning by the driver, this class will transparently request the
CommunicationSubsystem to retrieve the information associated with its
corresponding Segments on the PlanningSubsystem.
Finally, the CommunicationSubsystem is used for transferring a complete
trip from PlanningSubsystem to RouteAssistant.
The revised design model and the additional class descriptions are depicted
in Figure.