You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
932 B
Plaintext
40 lines
932 B
Plaintext
|
|
|
|
|
|
digraph structs {
|
|
node [shape=plaintext]
|
|
rankdir=LR
|
|
edge [arrowsize=0.5]
|
|
fontname="times"
|
|
|
|
|
|
filter [label=<
|
|
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
|
|
<TR>
|
|
<TD ALIGN="CENTER" PORT="i">filter<BR/>(ProcessingNode)</TD>
|
|
</TR>
|
|
</TABLE>>];
|
|
|
|
sink [label=<
|
|
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
|
|
<TR>
|
|
<TD ALIGN="CENTER" PORT="i">sink<BR/>(Sink)</TD>
|
|
</TR>
|
|
</TABLE>>];
|
|
|
|
source [label=<
|
|
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
|
|
<TR>
|
|
<TD ALIGN="CENTER" PORT="i">source<BR/>(Source)</TD>
|
|
</TR>
|
|
</TABLE>>];
|
|
|
|
|
|
|
|
source:i -> filter:i [headlabel=<<FONT COLOR="blue" POINT-SIZE="12.0" >7</FONT>>,taillabel=<<FONT COLOR="blue" POINT-SIZE="12.0" >5</FONT>>,label="f32(11)"]
|
|
|
|
filter:i -> sink:i [headlabel=<<FONT COLOR="blue" POINT-SIZE="12.0" >5</FONT>>,taillabel=<<FONT COLOR="blue" POINT-SIZE="12.0" >5</FONT>>,label="f32(5)"]
|
|
|
|
|
|
}
|