Changes between Version 1 and Version 2 of ExampleUseCase


Ignore:
Timestamp:
2011-11-26T00:04:09+01:00 (12 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExampleUseCase

    v1 v2  
    88(Login)>(Captcha)
    99}}}
     10
     11This is an example class diagram:
     12
     13{{{
     14#!YumlClass
     15[Customer]+1->*[Order]
     16[Order]++1-items >*[LineItem]
     17[Order]-0..1>[PaymentMethod]
     18}}}
     19
     20This is an example activity diagram:
     21
     22{{{
     23#!YumlActivity
     24(start)-><d1>logged in->(Show Dashboard)->|a|->(end)
     25<d1>not logged in->(Show Login)->|a|
     26}}}