| 12345678910111213141516171819202122232425262728293031323334353637 |
- digraph G {
- "Composition:\nfriction" -> "Composition:\nplan";
- "Composition:\nplan" -> "Composition:\nbody";
- "Composition:\nbody" -> "Composition:\nwheel";
- "Composition:\nwheel" -> "Rectangle:\nouter";
- "Rectangle:\nouter" -> "Curve:\nrectangle";
- "Composition:\nbody" -> "Force:\nN";
- "Force:\nN" -> "Line:\narrow (1)";
- "Line:\narrow (1)" -> "Curve:\nline (1)";
- "Force:\nN" -> "Text:\ntext (1)";
- "Composition:\nbody" -> "Text:\nmc";
- "Composition:\nplan" -> "Wall:\ninclined wall";
- "Wall:\ninclined wall" -> "Curve:\nwall";
- "Composition:\nplan" -> "Line:\nx start";
- "Line:\nx start" -> "Curve:\nline (2)";
- "Composition:\nplan" -> "Axis:\nx axis";
- "Axis:\nx axis" -> "Arrow3:\narrow";
- "Arrow3:\narrow" -> "Line:\nline";
- "Line:\nline" -> "Curve:\nline (3)";
- "Arrow3:\narrow" -> "Line:\nhead left";
- "Line:\nhead left" -> "Curve:\nline (4)";
- "Arrow3:\narrow" -> "Line:\nhead right";
- "Line:\nhead right" -> "Curve:\nline (5)";
- "Axis:\nx axis" -> "Text:\nlabel";
- "Composition:\nplan" -> "Text:\nmA";
- "Composition:\nplan" -> "Text:\nmB";
- "Composition:\nfriction" -> "Line:\nground";
- "Line:\nground" -> "Curve:\nline (6)";
- "Composition:\nfriction" -> "Gravity:\nmg";
- "Gravity:\nmg" -> "Line:\narrow (2)";
- "Line:\narrow (2)" -> "Curve:\nline (7)";
- "Gravity:\nmg" -> "Text:\ntext (2)";
- "Composition:\nfriction" -> "Arc_wText:\nangle";
- "Arc_wText:\nangle" -> "Arc:\narc";
- "Arc:\narc" -> "Curve:\narc";
- "Arc_wText:\nangle" -> "Text:\ntext (3)";
- }
|