Changes between Initial Version and Version 1 of DespoinaLog/test_graphviz


Ignore:
Timestamp:
2010-10-27T14:13:48+02:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/test_graphviz

    v1 v1  
     1{{{
     2
     3#!graphviz
     4
     5digraph components
     6
     7{
     8
     9!MatrixInterface -> Matrix
     10
     11Matrix -> !DatabaseMatrix
     12
     13Matrix -> !BinaryMatrix
     14
     15Matrix -> !FileMatrix
     16
     17Matrix -> !MemoryMatrix
     18
     19}
     20
     21}}}