Changes between Initial Version and Version 1 of DespoinaLog/test_graphviz
- Timestamp:
- 2010-10-27T14:13:48+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DespoinaLog/test_graphviz
v1 v1 1 {{{ 2 3 #!graphviz 4 5 digraph components 6 7 { 8 9 !MatrixInterface -> Matrix 10 11 Matrix -> !DatabaseMatrix 12 13 Matrix -> !BinaryMatrix 14 15 Matrix -> !FileMatrix 16 17 Matrix -> !MemoryMatrix 18 19 } 20 21 }}}