dotter

graphiz helpers
git clone git://deadbeef.fr/dotter.git
Log | Files | Refs | README | LICENSE

uml.dt (230B)


      1 private
      2 class animal
      3 var int num_paw 4
      4 var bool have_tail
      5 virtual bool attack animal meh
      6 class dog
      7 class cat
      8 fun void climb coord:c
      9 inherit dog animal
     10 inherit cat animal
     11 associate cat dog fight
     12 class muzzle
     13 aggreg dog muzzle wear