Boost logo

Boost :

From: Jonathan de Halleux (dehalleux_at_[hidden])
Date: 2003-09-05 06:43:03


Does write_graphviz supports node ports using record shape ? Basically, I
need to write

digraph G
{
0[labeljust=l label="{<f0> Clients | <pk> ClientID }"];
1[label="{<f0> Products | <pk>ProductID}"];
2[label="{<f0> Orders| <pk>OrderID| <cfk>ClientID| <pfk>ProductID}"];
2:cfk->0:pk ;
2:pfk->1:pk ;
}

As you can see, the edge are written with :cfk , etc... Any idea ?

-----------------------------------------------------------------------------------
Jonathan de Halleux, Research Assistant
Center for Systems Engineering and Applied Mechanics (CESAME)
Universite catholique de Louvain
Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595
B-1348 Louvain-la-Neuve Belgium
E-mail : dehalleux_at_[hidden]
-----------------------------------------------------------------------------------



Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk