-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRegulatedMotorDemo.dot
More file actions
26 lines (24 loc) · 1.12 KB
/
RegulatedMotorDemo.dot
File metadata and controls
26 lines (24 loc) · 1.12 KB
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
#!/usr/local/bin/dot
#
# Class diagram
# Generated by UMLGraph version R5_6-24-gf6e263 (http://www.umlgraph.org/)
#
digraph G {
edge [fontname="Helvetica",fontsize=10,labelfontname="Helvetica",labelfontsize=10];
node [fontname="Helvetica",fontsize=10,shape=plaintext];
nodesep=0.25;
ranksep=0.5;
// ev3dev.java.examples.RegulatedMotorDemo
c5774 [label=<<table title="ev3dev.java.examples.RegulatedMotorDemo" border="0" cellborder="1" cellspacing="0" cellpadding="2" port="p" bgcolor="lemonChiffon" href="./RegulatedMotorDemo.html">
<tr><td><table border="0" cellspacing="0" cellpadding="1">
<tr><td align="center" balign="center"> RegulatedMotorDemo </td></tr>
</table></td></tr>
<tr><td><table border="0" cellspacing="0" cellpadding="1">
<tr><td align="left" balign="left"> </td></tr>
</table></td></tr>
<tr><td><table border="0" cellspacing="0" cellpadding="1">
<tr><td align="left" balign="left"> + RegulatedMotorDemo() </td></tr>
<tr><td align="left" balign="left"> + main(args : String[]) </td></tr>
</table></td></tr>
</table>>, URL="./RegulatedMotorDemo.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
}