Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. @startuml
  2.  
  3. title Simple State Model
  4. [*] -> FS : Parcel Made Succesfully
  5. FS --> FCR : CoinRelai recieved the parcel
  6. FCR --> FED : External Delivery recieved the parcel
  7. FED --> FCD : Company Delivery recieved the parcel
  8. FCD --> FEM : Entry Manager recieved the parcel
  9. FEM --> SC : (Success)The parcel is professional and respect website conditions
  10. SC --> [*]
  11. [*]--> ST : STORE
  12. ST --> AR : The parcel put in the area.
  13. FEM --> AR : (Return State)The parcel doesn't respect website conditions,\n or The parcel is for particular,the parcel is professional\n but not premium,it should be put In the right Area.
  14. AR --> TCD : The Company Delivery recover the parcel from tha area
  15. TCD --> TED : The external Delivery Rrecieved the parcel from the company Deliver
  16. TED --> TCR : CoinRelai recieved the parcel from External deliver
  17. TCR --> RC : Parcel Reception
  18. RC --> RP : Return Parcel of a product(Professional)
  19. RP --> FCR : CoinRelai recieved return parcel
  20. RC --> [*]: after 48H - OR if it's particular
  21.  
  22. @enduml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement