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