|
Home >
Real-time Mantra >
System Design Examples >
Automated Store
| ||||||||||||||||||||
|
HelixStore is a fully automated store. Order taking, shipping
and product stocking are handled automatically. The use case analysis,
system design and object design of the system are presented here. |
|
Use Case Analysis and System Design |
|
|
Introduces the concept and basic design of HelixStore.com |
|
Interactions between the HelixStore and its users is covered as use case definitions. |
|
|
|
Use Cases represented as Sequence Diagrams |
Graphical use cases and unit testplans related to HelixStore are listed on this page. |
|
Object Design |
|
|
Helix Router requirements and object design and covered in this section. Objects implementing the Helix Router are identified. |
|
|
Sequence diagrams are drawn using the identified objects. This covers the complete dynamic component of the design. |
|
|
Here we develop the complete source code for Input Conveyor Belt. A hierarchical state machine is developed. |
|
|