In short sequence diagrams as name says show us message and communication between objects. These diagrams help to implement specific interaction and activity diagrams.

  • makeCalculation()seqDiag TD makeCalculation()
  • calculationSummer()seq PM-HAPs calculationSummer()

Those functions are most important right now in my opinion. Of course in future there will be need to prepare more such diagrams, but right now this is enough. Next post should be about generating and preparing code for implementation.

Leave a Reply