-
Notifications
You must be signed in to change notification settings - Fork 0
/
program.dot
30 lines (26 loc) · 1.44 KB
/
program.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
digraph textX {
fontname = "Bitstream Vera Sans"
fontsize = 8
node[
shape=record,
style=filled,
fillcolor=aliceblue
]
nodesep = 0.3
edge[dir=black,arrowtail=empty]
2112977733704 -> 2112977739080 [label="commands:0" arrowtail=diamond dir=both]
2112977739080[label="{:ImportFunction|+functionName:str='calTax'\l+fileName:str='file1'\l+newFunctionName:str='CalcularTax'\l}"]
2112977733704 -> 2112977737480 [label="commands:1" arrowtail=diamond dir=both]
2112977737480[label="{:CreateWindow|+windowID:str='toll'\lcoor:list=[]\l}"]
2112977733704 -> 2112977736392 [label="commands:2" arrowtail=diamond dir=both]
2112977736392 -> 2112977738504 [label="parameter:0" arrowtail=diamond dir=both]
2112977738504[label="{:Input|+inputType:str='DECIMALINPUT'\l+inputName:str='taxRate'\l}"]
2112977736392 -> 2112977739144 [label="parameter:1" arrowtail=diamond dir=both]
2112977739144[label="{:Input|+inputType:str='DECIMALINPUT'\l+inputName:str='income'\l}"]
2112977736392 -> 2112977739400 [label="parameter:2" arrowtail=diamond dir=both]
2112977739400[label="{:Input|+inputType:str='DECIMALINPUT'\l+inputName:str='extra'\l}"]
2112977736392 -> 2112977738632 [label="parameter:3" arrowtail=diamond dir=both]
2112977738632[label="{:Input|+inputType:str='OUTPUT'\l+inputName:str='result'\l}"]
2112977736392[label="{:CreateFunction|+functionName:str='CalcularTax'\l+buttonName:str='CalcularT'\l}"]
2112977733704[label="{:Program|}"]
}