-
Notifications
You must be signed in to change notification settings - Fork 2
/
test9.vas
104 lines (104 loc) · 2.53 KB
/
test9.vas
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.6.0_02" class="java.beans.XMLDecoder">
<object class="graph.Header">
<void method="put">
<string>application</string>
<string>VisualAp</string>
</void>
<void method="put">
<string>comment</string>
<string>Created on Fri Jan 11 19:09:21 CET 2008</string>
</void>
<void method="put">
<string>version</string>
<string>1.0</string>
</void>
</object>
<object class="java.util.HashMap">
<void method="put">
<string>blocksize</string>
<int>1024</int>
</void>
</object>
<object class="graph.GList">
<void method="add">
<object class="graph.NodeText">
<void property="label">
<string>text$0</string>
</void>
<void property="origin">
<object class="java.awt.Point">
<int>14</int>
<int>23</int>
</object>
</void>
<void property="text">
<string>This is an example</string>
</void>
</object>
</void>
<void method="add">
<object class="graph.NodeText">
<void property="label">
<string>text$2</string>
</void>
<void property="origin">
<object class="java.awt.Point">
<int>63</int>
<int>76</int>
</object>
</void>
<void property="text">
<string>Plays an audio file using the speaker</string>
</void>
</object>
</void>
<void method="add">
<object class="graph.NodeBean">
<void property="label">
<string>ReadFile</string>
</void>
<void property="object">
<object class="test.readfile.ReadFile">
<void property="file">
<string>ding.wav</string>
</void>
</object>
</void>
<void property="origin">
<object class="java.awt.Point">
<int>91</int>
<int>198</int>
</object>
</void>
<void property="serialUID">
<long>621984702336837585</long>
</void>
</object>
</void>
<void method="add">
<object class="graph.NodeBean">
<void property="label">
<string>Speaker</string>
</void>
<void property="object">
<object class="test.speaker.Speaker"/>
</void>
<void property="origin">
<object class="java.awt.Point">
<int>284</int>
<int>181</int>
</object>
</void>
<void property="serialUID">
<long>-1982168458360538704</long>
</void>
</object>
</void>
</object>
<array class="java.lang.Object" length="1">
<void index="0">
<string>ReadFile.output0,Speaker.input0</string>
</void>
</array>
</java>