Changes between Version 8 and Version 9 of sandbox
- Timestamp:
- 11/06/09 22:23:39 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sandbox
v8 v9 1 1 [[graphviz(digraph G {fontname = "Bitstream Vera Sans" fontsize = 8 node [fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record"] edge [fontname = "Bitstream Vera Sans" fontsize = 8] Animal [label = "{Animal|+ name : string\l+ age : int\l|+ die() : void\l}"] subgraph clusterAnimalImpl {label = "Package animal.impl" Dog [label = "{Dog||+ bark() : void\l}"] Cat [label = "{Cat||+ meow() : void\l}"] } edge [arrowhead = "empty"] Dog -> Animal Cat -> Animal edge [arrowhead = "none" headlabel = "0..*" taillabel = "0..*"] Dog -> Cat})]] 2 xmlrpc works
