root/doc/latex/classbdm_1_1BMEF__coll__graph.dot @ 269

Revision 269, 1.1 kB (checked in by smidl, 16 years ago)

doc

Line 
1digraph G
2{
3  edge [fontname="FreeSans",fontsize=10,labelfontname="FreeSans",labelfontsize=10];
4  node [fontname="FreeSans",fontsize=10,shape=record];
5  Node1 [label="bdm::BMEF",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
6  Node2 -> Node1 [dir=back,color="midnightblue",fontsize=10,style="solid"];
7  Node2 [label="bdm::BM",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1BM.html",tooltip="Bayesian Model of a system, i.e. all uncertainty is modeled by probabilities."];
8  Node3 -> Node2 [dir=back,color="midnightblue",fontsize=10,style="solid"];
9  Node3 [label="bdm::bdmroot",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1bdmroot.html",tooltip="Root class of BDM objects."];
10  Node4 -> Node2 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="drv\nrv"];
11  Node4 [label="bdm::RV",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1RV.html",tooltip="Class representing variables, most often random variables."];
12  Node3 -> Node4 [dir=back,color="midnightblue",fontsize=10,style="solid"];
13}
Note: See TracBrowser for help on using the browser.