This commit is contained in:
parent
0ea80328a4
commit
e988891414
|
@ -4,7 +4,7 @@
|
|||
cond At(Robot, Coffee)
|
||||
selector
|
||||
sequence
|
||||
cond Holding(Nothing)
|
||||
cond Not Holding(Nothing)
|
||||
act PickUp(Coffee)
|
||||
act PutDown(Anything, Anywhere)
|
||||
selector
|
||||
|
|
|
@ -7,7 +7,7 @@ selector
|
|||
{
|
||||
sequence
|
||||
{
|
||||
cond Holding(Nothing)
|
||||
cond Not Holding(Nothing)
|
||||
act PickUp(Coffee)
|
||||
} act PutDown(Anything, Anywhere)
|
||||
} selector
|
||||
|
|
|
@ -3,59 +3,59 @@ ordering=out;
|
|||
graph [fontname="times-roman"];
|
||||
node [fontname="times-roman"];
|
||||
edge [fontname="times-roman"];
|
||||
"3966e37f-61fa-4266-b3a2-b5719d0eaa54" [fillcolor="#B0FFFF", fontcolor=black, fontsize=20, height=0.01, label="?", shape=box, style=filled, width=0.01];
|
||||
"2670a901-5db5-4886-a69c-57f55807a77b" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"3966e37f-61fa-4266-b3a2-b5719d0eaa54" -> "2670a901-5db5-4886-a69c-57f55807a77b";
|
||||
"b8e77d71-eee6-46b1-bf56-ba4bc655b1d3" [fillcolor=ghostwhite, fontcolor=black, fontsize=20, label=Inverter, shape=ellipse, style=filled];
|
||||
"2670a901-5db5-4886-a69c-57f55807a77b" -> "b8e77d71-eee6-46b1-bf56-ba4bc655b1d3";
|
||||
"c98609a2-cfb4-4456-9563-0153cdaf77f1" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="At(Robot,Coffee)", shape=ellipse, style=filled];
|
||||
"b8e77d71-eee6-46b1-bf56-ba4bc655b1d3" -> "c98609a2-cfb4-4456-9563-0153cdaf77f1";
|
||||
"ecfbef2b-c1e5-4ba4-a734-b1eaecb78128" [fillcolor="#B0FFFF", fontcolor=black, fontsize=20, height=0.01, label="?", shape=box, style=filled, width=0.01];
|
||||
"2670a901-5db5-4886-a69c-57f55807a77b" -> "ecfbef2b-c1e5-4ba4-a734-b1eaecb78128";
|
||||
"5ea6af3b-4ed9-4c31-9893-6599911c89bc" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"ecfbef2b-c1e5-4ba4-a734-b1eaecb78128" -> "5ea6af3b-4ed9-4c31-9893-6599911c89bc";
|
||||
"55c2a21d-6684-4273-8231-5fa834dd2c32" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="Holding(Nothing)", shape=ellipse, style=filled];
|
||||
"5ea6af3b-4ed9-4c31-9893-6599911c89bc" -> "55c2a21d-6684-4273-8231-5fa834dd2c32";
|
||||
"f95979e2-7328-44e4-9eaa-a4d7e8351751" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PickUp(Coffee)", shape=box, style=filled];
|
||||
"5ea6af3b-4ed9-4c31-9893-6599911c89bc" -> "f95979e2-7328-44e4-9eaa-a4d7e8351751";
|
||||
"b49cc444-b073-4f14-b709-70be469292d2" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PutDown(Anything,Anywhere)", shape=box, style=filled];
|
||||
"ecfbef2b-c1e5-4ba4-a734-b1eaecb78128" -> "b49cc444-b073-4f14-b709-70be469292d2";
|
||||
"09f2f623-a9ed-4637-9a03-e3eba9e1368d" [fillcolor="#B0FFFF", fontcolor=black, fontsize=20, height=0.01, label="?", shape=box, style=filled, width=0.01];
|
||||
"2670a901-5db5-4886-a69c-57f55807a77b" -> "09f2f623-a9ed-4637-9a03-e3eba9e1368d";
|
||||
"b9ebf069-8434-403e-a6f7-4641fe9ef0c0" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"09f2f623-a9ed-4637-9a03-e3eba9e1368d" -> "b9ebf069-8434-403e-a6f7-4641fe9ef0c0";
|
||||
"49275b8a-b220-4222-a76f-20c273db7137" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="Holding(Coffee)", shape=ellipse, style=filled];
|
||||
"b9ebf069-8434-403e-a6f7-4641fe9ef0c0" -> "49275b8a-b220-4222-a76f-20c273db7137";
|
||||
"0672b275-28ef-4275-9a0e-f1d35deb9de8" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="At(Robot,WaterTable)", shape=ellipse, style=filled];
|
||||
"b9ebf069-8434-403e-a6f7-4641fe9ef0c0" -> "0672b275-28ef-4275-9a0e-f1d35deb9de8";
|
||||
"ce0b68ed-9606-4d17-8ef9-0f2f60b778c8" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PutDown(Coffee,WaterTable)", shape=box, style=filled];
|
||||
"b9ebf069-8434-403e-a6f7-4641fe9ef0c0" -> "ce0b68ed-9606-4d17-8ef9-0f2f60b778c8";
|
||||
"05155dc9-7a6a-4129-b869-7ed4254a82e2" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="MoveTo(WaterTable)", shape=box, style=filled];
|
||||
"09f2f623-a9ed-4637-9a03-e3eba9e1368d" -> "05155dc9-7a6a-4129-b869-7ed4254a82e2";
|
||||
"ea7271b8-6f06-4b73-a495-bd19b149b6c2" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"3966e37f-61fa-4266-b3a2-b5719d0eaa54" -> "ea7271b8-6f06-4b73-a495-bd19b149b6c2";
|
||||
"7301fc34-e40d-472c-bc73-7e5c6b7d39c6" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="At(Robot,Coffee)", shape=ellipse, style=filled];
|
||||
"ea7271b8-6f06-4b73-a495-bd19b149b6c2" -> "7301fc34-e40d-472c-bc73-7e5c6b7d39c6";
|
||||
"ad3774e1-4c5c-4120-901b-8208a465a2d4" [fillcolor="#B0FFFF", fontcolor=black, fontsize=20, height=0.01, label="?", shape=box, style=filled, width=0.01];
|
||||
"ea7271b8-6f06-4b73-a495-bd19b149b6c2" -> "ad3774e1-4c5c-4120-901b-8208a465a2d4";
|
||||
"98f9d98b-1647-4cfc-8715-65f7a6bf37de" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"ad3774e1-4c5c-4120-901b-8208a465a2d4" -> "98f9d98b-1647-4cfc-8715-65f7a6bf37de";
|
||||
"07528c29-c1a1-4e7e-97b4-beebafe55e6f" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="Holding(Nothing)", shape=ellipse, style=filled];
|
||||
"98f9d98b-1647-4cfc-8715-65f7a6bf37de" -> "07528c29-c1a1-4e7e-97b4-beebafe55e6f";
|
||||
"af81f991-d3c8-4560-bf5b-ea7d0755c0d2" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PickUp(Coffee)", shape=box, style=filled];
|
||||
"98f9d98b-1647-4cfc-8715-65f7a6bf37de" -> "af81f991-d3c8-4560-bf5b-ea7d0755c0d2";
|
||||
"97577672-eeb2-4921-bb7b-e232a3dcd886" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PutDown(Anything,Anywhere)", shape=box, style=filled];
|
||||
"ad3774e1-4c5c-4120-901b-8208a465a2d4" -> "97577672-eeb2-4921-bb7b-e232a3dcd886";
|
||||
"6382c654-de14-45ca-a1b4-a5767d0120c3" [fillcolor="#B0FFFF", fontcolor=black, fontsize=20, height=0.01, label="?", shape=box, style=filled, width=0.01];
|
||||
"ea7271b8-6f06-4b73-a495-bd19b149b6c2" -> "6382c654-de14-45ca-a1b4-a5767d0120c3";
|
||||
"7870a21a-2410-414c-b408-bc3b39c28f1e" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"6382c654-de14-45ca-a1b4-a5767d0120c3" -> "7870a21a-2410-414c-b408-bc3b39c28f1e";
|
||||
"05e4706c-93e8-4361-8acb-87af236afeeb" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="Holding(Coffee)", shape=ellipse, style=filled];
|
||||
"7870a21a-2410-414c-b408-bc3b39c28f1e" -> "05e4706c-93e8-4361-8acb-87af236afeeb";
|
||||
"938a274e-cf4d-45ed-a821-2497c3f72a64" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="At(Robot,BrightTable6)", shape=ellipse, style=filled];
|
||||
"7870a21a-2410-414c-b408-bc3b39c28f1e" -> "938a274e-cf4d-45ed-a821-2497c3f72a64";
|
||||
"c0c19eae-dc22-4038-83d7-45304bba30ee" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PutDown(Coffee,BrightTable6)", shape=box, style=filled];
|
||||
"7870a21a-2410-414c-b408-bc3b39c28f1e" -> "c0c19eae-dc22-4038-83d7-45304bba30ee";
|
||||
"594058dd-ed6d-468e-b493-f1076d6f811e" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="MoveTo(BrightTable6)", shape=box, style=filled];
|
||||
"6382c654-de14-45ca-a1b4-a5767d0120c3" -> "594058dd-ed6d-468e-b493-f1076d6f811e";
|
||||
"abdeedb3-6a60-45a3-bf5c-4217e223451b" [fillcolor="#B0FFFF", fontcolor=black, fontsize=20, height=0.01, label="?", shape=box, style=filled, width=0.01];
|
||||
"c9ce156f-5d47-4da9-8596-9e8067de52bc" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"abdeedb3-6a60-45a3-bf5c-4217e223451b" -> "c9ce156f-5d47-4da9-8596-9e8067de52bc";
|
||||
"c6db8fa2-bd8d-4dd7-b0f4-7e8729613a4b" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="At(Robot,Coffee)", shape=ellipse, style=filled];
|
||||
"c9ce156f-5d47-4da9-8596-9e8067de52bc" -> "c6db8fa2-bd8d-4dd7-b0f4-7e8729613a4b";
|
||||
"fca0766e-ad16-465f-9b5a-1bddb0c8a0f0" [fillcolor="#B0FFFF", fontcolor=black, fontsize=20, height=0.01, label="?", shape=box, style=filled, width=0.01];
|
||||
"c9ce156f-5d47-4da9-8596-9e8067de52bc" -> "fca0766e-ad16-465f-9b5a-1bddb0c8a0f0";
|
||||
"7a297880-5745-4051-8ac5-253822cca740" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"fca0766e-ad16-465f-9b5a-1bddb0c8a0f0" -> "7a297880-5745-4051-8ac5-253822cca740";
|
||||
"45480b6d-a2a3-466a-98d6-c6205f235d44" [fillcolor=ghostwhite, fontcolor=black, fontsize=20, label=Inverter, shape=ellipse, style=filled];
|
||||
"7a297880-5745-4051-8ac5-253822cca740" -> "45480b6d-a2a3-466a-98d6-c6205f235d44";
|
||||
"25a03ca7-e5cc-4ce1-ba90-e6fa5188d3d5" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="Holding(Nothing)", shape=ellipse, style=filled];
|
||||
"45480b6d-a2a3-466a-98d6-c6205f235d44" -> "25a03ca7-e5cc-4ce1-ba90-e6fa5188d3d5";
|
||||
"b9881fe7-d88e-4b34-b325-af0b72cf0ced" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PickUp(Coffee)", shape=box, style=filled];
|
||||
"7a297880-5745-4051-8ac5-253822cca740" -> "b9881fe7-d88e-4b34-b325-af0b72cf0ced";
|
||||
"a1ab1c7c-8afe-49a3-be68-fcd64882f6d9" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PutDown(Anything,Anywhere)", shape=box, style=filled];
|
||||
"fca0766e-ad16-465f-9b5a-1bddb0c8a0f0" -> "a1ab1c7c-8afe-49a3-be68-fcd64882f6d9";
|
||||
"eb74d1b0-3325-42a1-84f7-625a38a5eba3" [fillcolor="#B0FFFF", fontcolor=black, fontsize=20, height=0.01, label="?", shape=box, style=filled, width=0.01];
|
||||
"c9ce156f-5d47-4da9-8596-9e8067de52bc" -> "eb74d1b0-3325-42a1-84f7-625a38a5eba3";
|
||||
"e135a667-429c-471b-91d2-070b2234a38b" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"eb74d1b0-3325-42a1-84f7-625a38a5eba3" -> "e135a667-429c-471b-91d2-070b2234a38b";
|
||||
"b7885ccf-1dc9-4b95-8d1f-7cc5ce59a298" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="Holding(Coffee)", shape=ellipse, style=filled];
|
||||
"e135a667-429c-471b-91d2-070b2234a38b" -> "b7885ccf-1dc9-4b95-8d1f-7cc5ce59a298";
|
||||
"05b82aae-73dd-48a5-ad3d-0ebaa2152087" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="At(Robot,WaterTable)", shape=ellipse, style=filled];
|
||||
"e135a667-429c-471b-91d2-070b2234a38b" -> "05b82aae-73dd-48a5-ad3d-0ebaa2152087";
|
||||
"2bebdc8c-8f6e-4515-bf9e-fe1f4046233d" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PutDown(Coffee,WaterTable)", shape=box, style=filled];
|
||||
"e135a667-429c-471b-91d2-070b2234a38b" -> "2bebdc8c-8f6e-4515-bf9e-fe1f4046233d";
|
||||
"d5fa89b7-bf10-4b6c-9cfd-37a8b657104f" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="MoveTo(WaterTable)", shape=box, style=filled];
|
||||
"eb74d1b0-3325-42a1-84f7-625a38a5eba3" -> "d5fa89b7-bf10-4b6c-9cfd-37a8b657104f";
|
||||
"6e3a9acb-4e15-4563-a955-fc4bb1e7f050" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"abdeedb3-6a60-45a3-bf5c-4217e223451b" -> "6e3a9acb-4e15-4563-a955-fc4bb1e7f050";
|
||||
"30c67d65-5101-4ead-9035-9ca926b3da02" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="At(Robot,Coffee)", shape=ellipse, style=filled];
|
||||
"6e3a9acb-4e15-4563-a955-fc4bb1e7f050" -> "30c67d65-5101-4ead-9035-9ca926b3da02";
|
||||
"318fa99d-666a-4551-9977-05b1305a6705" [fillcolor="#B0FFFF", fontcolor=black, fontsize=20, height=0.01, label="?", shape=box, style=filled, width=0.01];
|
||||
"6e3a9acb-4e15-4563-a955-fc4bb1e7f050" -> "318fa99d-666a-4551-9977-05b1305a6705";
|
||||
"d059767f-ed5c-46dc-bb1c-0e4773a448ef" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"318fa99d-666a-4551-9977-05b1305a6705" -> "d059767f-ed5c-46dc-bb1c-0e4773a448ef";
|
||||
"7d718ac1-d947-461e-ba4f-350ae37ee6c1" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="Holding(Nothing)", shape=ellipse, style=filled];
|
||||
"d059767f-ed5c-46dc-bb1c-0e4773a448ef" -> "7d718ac1-d947-461e-ba4f-350ae37ee6c1";
|
||||
"0b34eaf0-1a37-48c6-b689-73e62d71257c" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PickUp(Coffee)", shape=box, style=filled];
|
||||
"d059767f-ed5c-46dc-bb1c-0e4773a448ef" -> "0b34eaf0-1a37-48c6-b689-73e62d71257c";
|
||||
"e1d00e96-c30c-4879-82bd-2237a652bea2" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PutDown(Anything,Anywhere)", shape=box, style=filled];
|
||||
"318fa99d-666a-4551-9977-05b1305a6705" -> "e1d00e96-c30c-4879-82bd-2237a652bea2";
|
||||
"3c11d76d-6940-47f2-968f-e01158dc89c1" [fillcolor="#B0FFFF", fontcolor=black, fontsize=20, height=0.01, label="?", shape=box, style=filled, width=0.01];
|
||||
"6e3a9acb-4e15-4563-a955-fc4bb1e7f050" -> "3c11d76d-6940-47f2-968f-e01158dc89c1";
|
||||
"37fa5b66-dc77-4df2-a9bf-b62297dc7060" [fillcolor="#FF8080", fontcolor=black, fontsize=20, height=0.01, label="→", shape=box, style=filled, width=0.01];
|
||||
"3c11d76d-6940-47f2-968f-e01158dc89c1" -> "37fa5b66-dc77-4df2-a9bf-b62297dc7060";
|
||||
"3797bd82-c99b-4e50-bf59-1550e34a4efa" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="Holding(Coffee)", shape=ellipse, style=filled];
|
||||
"37fa5b66-dc77-4df2-a9bf-b62297dc7060" -> "3797bd82-c99b-4e50-bf59-1550e34a4efa";
|
||||
"5a7ff51a-ccf2-48a8-84e2-6e1b5ccec0dc" [fillcolor="#FFFF80", fontcolor=black, fontsize=20, label="At(Robot,BrightTable6)", shape=ellipse, style=filled];
|
||||
"37fa5b66-dc77-4df2-a9bf-b62297dc7060" -> "5a7ff51a-ccf2-48a8-84e2-6e1b5ccec0dc";
|
||||
"81bcce3c-6965-44e7-bbc2-eef5e0e1eafe" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="PutDown(Coffee,BrightTable6)", shape=box, style=filled];
|
||||
"37fa5b66-dc77-4df2-a9bf-b62297dc7060" -> "81bcce3c-6965-44e7-bbc2-eef5e0e1eafe";
|
||||
"9541bac2-ac45-47ab-afc1-71e541b7811d" [fillcolor=lightgreen, fontcolor=black, fontsize=20, label="MoveTo(BrightTable6)", shape=box, style=filled];
|
||||
"3c11d76d-6940-47f2-968f-e01158dc89c1" -> "9541bac2-ac45-47ab-afc1-71e541b7811d";
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 127 KiB |
|
@ -4,340 +4,340 @@
|
|||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: pastafarianism Pages: 1 -->
|
||||
<svg width="2460pt" height="347pt"
|
||||
viewBox="0.00 0.00 2460.20 347.08" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 343.08)">
|
||||
<svg width="2402pt" height="419pt"
|
||||
viewBox="0.00 0.00 2402.20 419.08" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 415.08)">
|
||||
<title>pastafarianism</title>
|
||||
<polygon fill="white" stroke="none" points="-4,4 -4,-343.08 2456.2,-343.08 2456.2,4 -4,4"/>
|
||||
<!-- 3966e37f-61fa-4266-b3a2-b5719d0eaa54 -->
|
||||
<polygon fill="white" stroke="none" points="-4,4 -4,-415.08 2398.2,-415.08 2398.2,4 -4,4"/>
|
||||
<!-- abdeedb3-6a60-45a3-bf5c-4217e223451b -->
|
||||
<g id="node1" class="node">
|
||||
<title>3966e37f-61fa-4266-b3a2-b5719d0eaa54</title>
|
||||
<polygon fill="#b0ffff" stroke="black" points="880.7,-339.08 855.7,-339.08 855.7,-307.83 880.7,-307.83 880.7,-339.08"/>
|
||||
<text text-anchor="middle" x="868.2" y="-316.08" font-family="Times New Roman,serif" font-size="20.00">?</text>
|
||||
<title>abdeedb3-6a60-45a3-bf5c-4217e223451b</title>
|
||||
<polygon fill="#b0ffff" stroke="black" points="886.7,-411.08 861.7,-411.08 861.7,-379.83 886.7,-379.83 886.7,-411.08"/>
|
||||
<text text-anchor="middle" x="874.2" y="-388.08" font-family="Times New Roman,serif" font-size="20.00">?</text>
|
||||
</g>
|
||||
<!-- 2670a901-5db5-4886-a69c-57f55807a77b -->
|
||||
<!-- c9ce156f-5d47-4da9-8596-9e8067de52bc -->
|
||||
<g id="node2" class="node">
|
||||
<title>2670a901-5db5-4886-a69c-57f55807a77b</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="653.32,-271.83 617.07,-271.83 617.07,-240.58 653.32,-240.58 653.32,-271.83"/>
|
||||
<text text-anchor="middle" x="635.2" y="-248.83" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
<title>c9ce156f-5d47-4da9-8596-9e8067de52bc</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="687.32,-343.83 651.07,-343.83 651.07,-312.58 687.32,-312.58 687.32,-343.83"/>
|
||||
<text text-anchor="middle" x="669.2" y="-320.83" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
</g>
|
||||
<!-- 3966e37f-61fa-4266-b3a2-b5719d0eaa54->2670a901-5db5-4886-a69c-57f55807a77b -->
|
||||
<!-- abdeedb3-6a60-45a3-bf5c-4217e223451b->c9ce156f-5d47-4da9-8596-9e8067de52bc -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>3966e37f-61fa-4266-b3a2-b5719d0eaa54->2670a901-5db5-4886-a69c-57f55807a77b</title>
|
||||
<path fill="none" stroke="black" d="M855.34,-318.86C819.14,-308.72 715.69,-279.75 664.55,-265.43"/>
|
||||
<polygon fill="black" stroke="black" points="665.63,-262.1 655.06,-262.77 663.75,-268.84 665.63,-262.1"/>
|
||||
<title>abdeedb3-6a60-45a3-bf5c-4217e223451b->c9ce156f-5d47-4da9-8596-9e8067de52bc</title>
|
||||
<path fill="none" stroke="black" d="M861.37,-390.38C829.12,-380.11 743.97,-353.01 698.61,-338.57"/>
|
||||
<polygon fill="black" stroke="black" points="699.76,-335.26 689.17,-335.56 697.64,-341.93 699.76,-335.26"/>
|
||||
</g>
|
||||
<!-- ea7271b8-6f06-4b73-a495-bd19b149b6c2 -->
|
||||
<!-- 6e3a9acb-4e15-4563-a955-fc4bb1e7f050 -->
|
||||
<g id="node16" class="node">
|
||||
<title>ea7271b8-6f06-4b73-a495-bd19b149b6c2</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="1483.32,-271.83 1447.07,-271.83 1447.07,-240.58 1483.32,-240.58 1483.32,-271.83"/>
|
||||
<text text-anchor="middle" x="1465.2" y="-248.83" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
<title>6e3a9acb-4e15-4563-a955-fc4bb1e7f050</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="1336.32,-343.83 1300.07,-343.83 1300.07,-312.58 1336.32,-312.58 1336.32,-343.83"/>
|
||||
<text text-anchor="middle" x="1318.2" y="-320.83" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
</g>
|
||||
<!-- 3966e37f-61fa-4266-b3a2-b5719d0eaa54->ea7271b8-6f06-4b73-a495-bd19b149b6c2 -->
|
||||
<!-- abdeedb3-6a60-45a3-bf5c-4217e223451b->6e3a9acb-4e15-4563-a955-fc4bb1e7f050 -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>3966e37f-61fa-4266-b3a2-b5719d0eaa54->ea7271b8-6f06-4b73-a495-bd19b149b6c2</title>
|
||||
<path fill="none" stroke="black" d="M880.94,-321.06C954.65,-313.01 1326.82,-272.33 1435.41,-260.46"/>
|
||||
<polygon fill="black" stroke="black" points="1435.7,-263.95 1445.26,-259.39 1434.93,-256.99 1435.7,-263.95"/>
|
||||
<title>abdeedb3-6a60-45a3-bf5c-4217e223451b->6e3a9acb-4e15-4563-a955-fc4bb1e7f050</title>
|
||||
<path fill="none" stroke="black" d="M887.01,-392.58C947.03,-383.75 1201.2,-346.4 1288.56,-333.56"/>
|
||||
<polygon fill="black" stroke="black" points="1288.86,-337.06 1298.25,-332.14 1287.85,-330.13 1288.86,-337.06"/>
|
||||
</g>
|
||||
<!-- b8e77d71-eee6-46b1-bf56-ba4bc655b1d3 -->
|
||||
<!-- c6db8fa2-bd8d-4dd7-b0f4-7e8729613a4b -->
|
||||
<g id="node3" class="node">
|
||||
<title>b8e77d71-eee6-46b1-bf56-ba4bc655b1d3</title>
|
||||
<ellipse fill="ghostwhite" stroke="black" cx="258.2" cy="-182.49" rx="55.86" ry="22.1"/>
|
||||
<text text-anchor="middle" x="258.2" y="-175.11" font-family="Times New Roman,serif" font-size="20.00">Inverter</text>
|
||||
<title>c6db8fa2-bd8d-4dd7-b0f4-7e8729613a4b</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="471.2" cy="-254.49" rx="113.14" ry="22.1"/>
|
||||
<text text-anchor="middle" x="471.2" y="-247.11" font-family="Times New Roman,serif" font-size="20.00">At(Robot,Coffee)</text>
|
||||
</g>
|
||||
<!-- 2670a901-5db5-4886-a69c-57f55807a77b->b8e77d71-eee6-46b1-bf56-ba4bc655b1d3 -->
|
||||
<!-- c9ce156f-5d47-4da9-8596-9e8067de52bc->c6db8fa2-bd8d-4dd7-b0f4-7e8729613a4b -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>2670a901-5db5-4886-a69c-57f55807a77b->b8e77d71-eee6-46b1-bf56-ba4bc655b1d3</title>
|
||||
<path fill="none" stroke="black" d="M616.76,-251.7C563.3,-241.53 406.47,-211.69 318.97,-195.05"/>
|
||||
<polygon fill="black" stroke="black" points="319.84,-191.65 309.36,-193.22 318.53,-198.53 319.84,-191.65"/>
|
||||
<title>c9ce156f-5d47-4da9-8596-9e8067de52bc->c6db8fa2-bd8d-4dd7-b0f4-7e8729613a4b</title>
|
||||
<path fill="none" stroke="black" d="M650.93,-320.59C624.56,-311.04 574.56,-292.93 533.98,-278.23"/>
|
||||
<polygon fill="black" stroke="black" points="535.37,-275.01 524.77,-274.89 532.98,-281.59 535.37,-275.01"/>
|
||||
</g>
|
||||
<!-- ecfbef2b-c1e5-4ba4-a734-b1eaecb78128 -->
|
||||
<g id="node5" class="node">
|
||||
<title>ecfbef2b-c1e5-4ba4-a734-b1eaecb78128</title>
|
||||
<polygon fill="#b0ffff" stroke="black" points="532.7,-198.11 507.7,-198.11 507.7,-166.86 532.7,-166.86 532.7,-198.11"/>
|
||||
<text text-anchor="middle" x="520.2" y="-175.11" font-family="Times New Roman,serif" font-size="20.00">?</text>
|
||||
</g>
|
||||
<!-- 2670a901-5db5-4886-a69c-57f55807a77b->ecfbef2b-c1e5-4ba4-a734-b1eaecb78128 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>2670a901-5db5-4886-a69c-57f55807a77b->ecfbef2b-c1e5-4ba4-a734-b1eaecb78128</title>
|
||||
<path fill="none" stroke="black" d="M616.72,-243.68C596.53,-231.09 564.19,-210.92 542.58,-197.44"/>
|
||||
<polygon fill="black" stroke="black" points="544.55,-194.55 534.22,-192.23 540.85,-200.49 544.55,-194.55"/>
|
||||
</g>
|
||||
<!-- 09f2f623-a9ed-4637-9a03-e3eba9e1368d -->
|
||||
<g id="node10" class="node">
|
||||
<title>09f2f623-a9ed-4637-9a03-e3eba9e1368d</title>
|
||||
<polygon fill="#b0ffff" stroke="black" points="733.7,-198.11 708.7,-198.11 708.7,-166.86 733.7,-166.86 733.7,-198.11"/>
|
||||
<text text-anchor="middle" x="721.2" y="-175.11" font-family="Times New Roman,serif" font-size="20.00">?</text>
|
||||
</g>
|
||||
<!-- 2670a901-5db5-4886-a69c-57f55807a77b->09f2f623-a9ed-4637-9a03-e3eba9e1368d -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>2670a901-5db5-4886-a69c-57f55807a77b->09f2f623-a9ed-4637-9a03-e3eba9e1368d</title>
|
||||
<path fill="none" stroke="black" d="M653.02,-240.35C666.58,-229.04 685.3,-213.43 699.69,-201.42"/>
|
||||
<polygon fill="black" stroke="black" points="701.83,-204.2 707.26,-195.11 697.34,-198.82 701.83,-204.2"/>
|
||||
</g>
|
||||
<!-- c98609a2-cfb4-4456-9563-0153cdaf77f1 -->
|
||||
<!-- fca0766e-ad16-465f-9b5a-1bddb0c8a0f0 -->
|
||||
<g id="node4" class="node">
|
||||
<title>c98609a2-cfb4-4456-9563-0153cdaf77f1</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="184.2" cy="-102.29" rx="113.14" ry="22.1"/>
|
||||
<text text-anchor="middle" x="184.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">At(Robot,Coffee)</text>
|
||||
<title>fca0766e-ad16-465f-9b5a-1bddb0c8a0f0</title>
|
||||
<polygon fill="#b0ffff" stroke="black" points="627.7,-270.11 602.7,-270.11 602.7,-238.86 627.7,-238.86 627.7,-270.11"/>
|
||||
<text text-anchor="middle" x="615.2" y="-247.11" font-family="Times New Roman,serif" font-size="20.00">?</text>
|
||||
</g>
|
||||
<!-- b8e77d71-eee6-46b1-bf56-ba4bc655b1d3->c98609a2-cfb4-4456-9563-0153cdaf77f1 -->
|
||||
<!-- c9ce156f-5d47-4da9-8596-9e8067de52bc->fca0766e-ad16-465f-9b5a-1bddb0c8a0f0 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>b8e77d71-eee6-46b1-bf56-ba4bc655b1d3->c98609a2-cfb4-4456-9563-0153cdaf77f1</title>
|
||||
<path fill="none" stroke="black" d="M239.14,-161.35C230.86,-152.6 221,-142.18 211.93,-132.6"/>
|
||||
<polygon fill="black" stroke="black" points="214.68,-130.41 205.27,-125.55 209.6,-135.22 214.68,-130.41"/>
|
||||
<title>c9ce156f-5d47-4da9-8596-9e8067de52bc->fca0766e-ad16-465f-9b5a-1bddb0c8a0f0</title>
|
||||
<path fill="none" stroke="black" d="M658.01,-312.35C650.84,-302.83 641.38,-290.26 633.17,-279.36"/>
|
||||
<polygon fill="black" stroke="black" points="636.09,-277.42 627.28,-271.54 630.5,-281.63 636.09,-277.42"/>
|
||||
</g>
|
||||
<!-- 5ea6af3b-4ed9-4c31-9893-6599911c89bc -->
|
||||
<g id="node6" class="node">
|
||||
<title>5ea6af3b-4ed9-4c31-9893-6599911c89bc</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="351.32,-117.92 315.07,-117.92 315.07,-86.67 351.32,-86.67 351.32,-117.92"/>
|
||||
<text text-anchor="middle" x="333.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
<!-- eb74d1b0-3325-42a1-84f7-625a38a5eba3 -->
|
||||
<g id="node10" class="node">
|
||||
<title>eb74d1b0-3325-42a1-84f7-625a38a5eba3</title>
|
||||
<polygon fill="#b0ffff" stroke="black" points="734.7,-270.11 709.7,-270.11 709.7,-238.86 734.7,-238.86 734.7,-270.11"/>
|
||||
<text text-anchor="middle" x="722.2" y="-247.11" font-family="Times New Roman,serif" font-size="20.00">?</text>
|
||||
</g>
|
||||
<!-- ecfbef2b-c1e5-4ba4-a734-b1eaecb78128->5ea6af3b-4ed9-4c31-9893-6599911c89bc -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>ecfbef2b-c1e5-4ba4-a734-b1eaecb78128->5ea6af3b-4ed9-4c31-9893-6599911c89bc</title>
|
||||
<path fill="none" stroke="black" d="M507.23,-176.83C481.68,-167.55 423.12,-145.81 375.2,-124.39 370.76,-122.4 366.1,-120.2 361.58,-117.98"/>
|
||||
<polygon fill="black" stroke="black" points="363.29,-114.92 352.78,-113.58 360.15,-121.18 363.29,-114.92"/>
|
||||
<!-- c9ce156f-5d47-4da9-8596-9e8067de52bc->eb74d1b0-3325-42a1-84f7-625a38a5eba3 -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>c9ce156f-5d47-4da9-8596-9e8067de52bc->eb74d1b0-3325-42a1-84f7-625a38a5eba3</title>
|
||||
<path fill="none" stroke="black" d="M680.18,-312.35C687.21,-302.83 696.5,-290.26 704.56,-279.36"/>
|
||||
<polygon fill="black" stroke="black" points="707.2,-281.67 710.33,-271.54 701.57,-277.51 707.2,-281.67"/>
|
||||
</g>
|
||||
<!-- b49cc444-b073-4f14-b709-70be469292d2 -->
|
||||
<!-- 7a297880-5745-4051-8ac5-253822cca740 -->
|
||||
<g id="node5" class="node">
|
||||
<title>7a297880-5745-4051-8ac5-253822cca740</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="278.32,-194.01 242.07,-194.01 242.07,-162.76 278.32,-162.76 278.32,-194.01"/>
|
||||
<text text-anchor="middle" x="260.2" y="-171.01" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
</g>
|
||||
<!-- fca0766e-ad16-465f-9b5a-1bddb0c8a0f0->7a297880-5745-4051-8ac5-253822cca740 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>fca0766e-ad16-465f-9b5a-1bddb0c8a0f0->7a297880-5745-4051-8ac5-253822cca740</title>
|
||||
<path fill="none" stroke="black" d="M602.24,-238.65C599.48,-236.23 596.42,-233.99 593.2,-232.39 566.14,-218.94 366.15,-192.71 289.75,-183.06"/>
|
||||
<polygon fill="black" stroke="black" points="290.45,-179.63 280.09,-181.85 289.58,-186.57 290.45,-179.63"/>
|
||||
</g>
|
||||
<!-- a1ab1c7c-8afe-49a3-be68-fcd64882f6d9 -->
|
||||
<g id="node9" class="node">
|
||||
<title>b49cc444-b073-4f14-b709-70be469292d2</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="656.07,-120.29 384.32,-120.29 384.32,-84.29 656.07,-84.29 656.07,-120.29"/>
|
||||
<text text-anchor="middle" x="520.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">PutDown(Anything,Anywhere)</text>
|
||||
<title>a1ab1c7c-8afe-49a3-be68-fcd64882f6d9</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="686.07,-196.39 414.32,-196.39 414.32,-160.39 686.07,-160.39 686.07,-196.39"/>
|
||||
<text text-anchor="middle" x="550.2" y="-171.01" font-family="Times New Roman,serif" font-size="20.00">PutDown(Anything,Anywhere)</text>
|
||||
</g>
|
||||
<!-- ecfbef2b-c1e5-4ba4-a734-b1eaecb78128->b49cc444-b073-4f14-b709-70be469292d2 -->
|
||||
<!-- fca0766e-ad16-465f-9b5a-1bddb0c8a0f0->a1ab1c7c-8afe-49a3-be68-fcd64882f6d9 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>ecfbef2b-c1e5-4ba4-a734-b1eaecb78128->b49cc444-b073-4f14-b709-70be469292d2</title>
|
||||
<path fill="none" stroke="black" d="M520.2,-166.41C520.2,-156.73 520.2,-143.83 520.2,-132.22"/>
|
||||
<polygon fill="black" stroke="black" points="523.7,-132.29 520.2,-122.29 516.7,-132.29 523.7,-132.29"/>
|
||||
<title>fca0766e-ad16-465f-9b5a-1bddb0c8a0f0->a1ab1c7c-8afe-49a3-be68-fcd64882f6d9</title>
|
||||
<path fill="none" stroke="black" d="M602.36,-238.85C594.01,-229.33 582.88,-216.65 573.06,-205.45"/>
|
||||
<polygon fill="black" stroke="black" points="575.75,-203.21 566.53,-198 570.49,-207.83 575.75,-203.21"/>
|
||||
</g>
|
||||
<!-- 55c2a21d-6684-4273-8231-5fa834dd2c32 -->
|
||||
<!-- 45480b6d-a2a3-466a-98d6-c6205f235d44 -->
|
||||
<g id="node6" class="node">
|
||||
<title>45480b6d-a2a3-466a-98d6-c6205f235d44</title>
|
||||
<ellipse fill="ghostwhite" stroke="black" cx="114.2" cy="-102.29" rx="55.86" ry="22.1"/>
|
||||
<text text-anchor="middle" x="114.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">Inverter</text>
|
||||
</g>
|
||||
<!-- 7a297880-5745-4051-8ac5-253822cca740->45480b6d-a2a3-466a-98d6-c6205f235d44 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>7a297880-5745-4051-8ac5-253822cca740->45480b6d-a2a3-466a-98d6-c6205f235d44</title>
|
||||
<path fill="none" stroke="black" d="M241.71,-168C220.73,-157.36 185.79,-139.63 157.79,-125.41"/>
|
||||
<polygon fill="black" stroke="black" points="159.67,-122.45 149.17,-121.04 156.51,-128.69 159.67,-122.45"/>
|
||||
</g>
|
||||
<!-- b9881fe7-d88e-4b34-b325-af0b72cf0ced -->
|
||||
<g id="node8" class="node">
|
||||
<title>b9881fe7-d88e-4b34-b325-af0b72cf0ced</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="331.95,-120.29 188.45,-120.29 188.45,-84.29 331.95,-84.29 331.95,-120.29"/>
|
||||
<text text-anchor="middle" x="260.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">PickUp(Coffee)</text>
|
||||
</g>
|
||||
<!-- 7a297880-5745-4051-8ac5-253822cca740->b9881fe7-d88e-4b34-b325-af0b72cf0ced -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>7a297880-5745-4051-8ac5-253822cca740->b9881fe7-d88e-4b34-b325-af0b72cf0ced</title>
|
||||
<path fill="none" stroke="black" d="M260.2,-162.39C260.2,-153.61 260.2,-142.22 260.2,-131.78"/>
|
||||
<polygon fill="black" stroke="black" points="263.7,-132.12 260.2,-122.12 256.7,-132.12 263.7,-132.12"/>
|
||||
</g>
|
||||
<!-- 25a03ca7-e5cc-4ce1-ba90-e6fa5188d3d5 -->
|
||||
<g id="node7" class="node">
|
||||
<title>55c2a21d-6684-4273-8231-5fa834dd2c32</title>
|
||||
<title>25a03ca7-e5cc-4ce1-ba90-e6fa5188d3d5</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="114.2" cy="-22.1" rx="114.2" ry="22.1"/>
|
||||
<text text-anchor="middle" x="114.2" y="-14.72" font-family="Times New Roman,serif" font-size="20.00">Holding(Nothing)</text>
|
||||
</g>
|
||||
<!-- 5ea6af3b-4ed9-4c31-9893-6599911c89bc->55c2a21d-6684-4273-8231-5fa834dd2c32 -->
|
||||
<!-- 45480b6d-a2a3-466a-98d6-c6205f235d44->25a03ca7-e5cc-4ce1-ba90-e6fa5188d3d5 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>5ea6af3b-4ed9-4c31-9893-6599911c89bc->55c2a21d-6684-4273-8231-5fa834dd2c32</title>
|
||||
<path fill="none" stroke="black" d="M315.83,-86.22C312.75,-83.99 309.48,-81.88 306.2,-80.19 273.57,-63.37 235.2,-50.71 201.37,-41.64"/>
|
||||
<polygon fill="black" stroke="black" points="202.58,-38.34 192.02,-39.2 200.82,-45.11 202.58,-38.34"/>
|
||||
<title>45480b6d-a2a3-466a-98d6-c6205f235d44->25a03ca7-e5cc-4ce1-ba90-e6fa5188d3d5</title>
|
||||
<path fill="none" stroke="black" d="M114.2,-79.92C114.2,-72.51 114.2,-64.02 114.2,-55.9"/>
|
||||
<polygon fill="black" stroke="black" points="117.7,-55.95 114.2,-45.95 110.7,-55.95 117.7,-55.95"/>
|
||||
</g>
|
||||
<!-- f95979e2-7328-44e4-9eaa-a4d7e8351751 -->
|
||||
<g id="node8" class="node">
|
||||
<title>f95979e2-7328-44e4-9eaa-a4d7e8351751</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="389.95,-40.1 246.45,-40.1 246.45,-4.1 389.95,-4.1 389.95,-40.1"/>
|
||||
<text text-anchor="middle" x="318.2" y="-14.72" font-family="Times New Roman,serif" font-size="20.00">PickUp(Coffee)</text>
|
||||
</g>
|
||||
<!-- 5ea6af3b-4ed9-4c31-9893-6599911c89bc->f95979e2-7328-44e4-9eaa-a4d7e8351751 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>5ea6af3b-4ed9-4c31-9893-6599911c89bc->f95979e2-7328-44e4-9eaa-a4d7e8351751</title>
|
||||
<path fill="none" stroke="black" d="M330.31,-86.21C328.43,-76.43 325.92,-63.37 323.68,-51.66"/>
|
||||
<polygon fill="black" stroke="black" points="327.16,-51.23 321.84,-42.07 320.28,-52.55 327.16,-51.23"/>
|
||||
</g>
|
||||
<!-- b9ebf069-8434-403e-a6f7-4641fe9ef0c0 -->
|
||||
<!-- e135a667-429c-471b-91d2-070b2234a38b -->
|
||||
<g id="node11" class="node">
|
||||
<title>b9ebf069-8434-403e-a6f7-4641fe9ef0c0</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="739.32,-117.92 703.07,-117.92 703.07,-86.67 739.32,-86.67 739.32,-117.92"/>
|
||||
<text text-anchor="middle" x="721.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
<title>e135a667-429c-471b-91d2-070b2234a38b</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="740.32,-194.01 704.07,-194.01 704.07,-162.76 740.32,-162.76 740.32,-194.01"/>
|
||||
<text text-anchor="middle" x="722.2" y="-171.01" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
</g>
|
||||
<!-- 09f2f623-a9ed-4637-9a03-e3eba9e1368d->b9ebf069-8434-403e-a6f7-4641fe9ef0c0 -->
|
||||
<!-- eb74d1b0-3325-42a1-84f7-625a38a5eba3->e135a667-429c-471b-91d2-070b2234a38b -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>09f2f623-a9ed-4637-9a03-e3eba9e1368d->b9ebf069-8434-403e-a6f7-4641fe9ef0c0</title>
|
||||
<path fill="none" stroke="black" d="M721.2,-166.41C721.2,-156.02 721.2,-141.95 721.2,-129.72"/>
|
||||
<polygon fill="black" stroke="black" points="724.7,-129.84 721.2,-119.84 717.7,-129.84 724.7,-129.84"/>
|
||||
<title>eb74d1b0-3325-42a1-84f7-625a38a5eba3->e135a667-429c-471b-91d2-070b2234a38b</title>
|
||||
<path fill="none" stroke="black" d="M722.2,-238.49C722.2,-229.05 722.2,-216.61 722.2,-205.57"/>
|
||||
<polygon fill="black" stroke="black" points="725.7,-205.87 722.2,-195.87 718.7,-205.87 725.7,-205.87"/>
|
||||
</g>
|
||||
<!-- 05155dc9-7a6a-4129-b869-7ed4254a82e2 -->
|
||||
<!-- d5fa89b7-bf10-4b6c-9cfd-37a8b657104f -->
|
||||
<g id="node15" class="node">
|
||||
<title>05155dc9-7a6a-4129-b869-7ed4254a82e2</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="951.45,-120.29 756.95,-120.29 756.95,-84.29 951.45,-84.29 951.45,-120.29"/>
|
||||
<text text-anchor="middle" x="854.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">MoveTo(WaterTable)</text>
|
||||
<title>d5fa89b7-bf10-4b6c-9cfd-37a8b657104f</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="952.45,-196.39 757.95,-196.39 757.95,-160.39 952.45,-160.39 952.45,-196.39"/>
|
||||
<text text-anchor="middle" x="855.2" y="-171.01" font-family="Times New Roman,serif" font-size="20.00">MoveTo(WaterTable)</text>
|
||||
</g>
|
||||
<!-- 09f2f623-a9ed-4637-9a03-e3eba9e1368d->05155dc9-7a6a-4129-b869-7ed4254a82e2 -->
|
||||
<!-- eb74d1b0-3325-42a1-84f7-625a38a5eba3->d5fa89b7-bf10-4b6c-9cfd-37a8b657104f -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>09f2f623-a9ed-4637-9a03-e3eba9e1368d->05155dc9-7a6a-4129-b869-7ed4254a82e2</title>
|
||||
<path fill="none" stroke="black" d="M733.95,-173.99C752.42,-163.13 787.42,-142.55 814.92,-126.39"/>
|
||||
<polygon fill="black" stroke="black" points="816.51,-129.51 823.36,-121.42 812.96,-123.47 816.51,-129.51"/>
|
||||
<title>eb74d1b0-3325-42a1-84f7-625a38a5eba3->d5fa89b7-bf10-4b6c-9cfd-37a8b657104f</title>
|
||||
<path fill="none" stroke="black" d="M734.95,-246.38C753,-236.33 786.81,-217.49 814,-202.34"/>
|
||||
<polygon fill="black" stroke="black" points="815.69,-205.41 822.72,-197.48 812.28,-199.29 815.69,-205.41"/>
|
||||
</g>
|
||||
<!-- 49275b8a-b220-4222-a76f-20c273db7137 -->
|
||||
<!-- b7885ccf-1dc9-4b95-8d1f-7cc5ce59a298 -->
|
||||
<g id="node12" class="node">
|
||||
<title>49275b8a-b220-4222-a76f-20c273db7137</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="513.2" cy="-22.1" rx="105.71" ry="22.1"/>
|
||||
<text text-anchor="middle" x="513.2" y="-14.72" font-family="Times New Roman,serif" font-size="20.00">Holding(Coffee)</text>
|
||||
<title>b7885ccf-1dc9-4b95-8d1f-7cc5ce59a298</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="455.2" cy="-102.29" rx="105.71" ry="22.1"/>
|
||||
<text text-anchor="middle" x="455.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">Holding(Coffee)</text>
|
||||
</g>
|
||||
<!-- b9ebf069-8434-403e-a6f7-4641fe9ef0c0->49275b8a-b220-4222-a76f-20c273db7137 -->
|
||||
<!-- e135a667-429c-471b-91d2-070b2234a38b->b7885ccf-1dc9-4b95-8d1f-7cc5ce59a298 -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>b9ebf069-8434-403e-a6f7-4641fe9ef0c0->49275b8a-b220-4222-a76f-20c273db7137</title>
|
||||
<path fill="none" stroke="black" d="M702.79,-94.35C691.86,-90.23 677.74,-84.91 665.2,-80.19 635.27,-68.93 602.02,-56.44 574.26,-46.02"/>
|
||||
<polygon fill="black" stroke="black" points="575.53,-42.76 564.94,-42.52 573.07,-49.31 575.53,-42.76"/>
|
||||
<title>e135a667-429c-471b-91d2-070b2234a38b->b7885ccf-1dc9-4b95-8d1f-7cc5ce59a298</title>
|
||||
<path fill="none" stroke="black" d="M703.74,-164.67C700.96,-163.08 698.06,-161.59 695.2,-160.39 667.53,-148.76 598.22,-132.75 541.16,-120.64"/>
|
||||
<polygon fill="black" stroke="black" points="541.91,-117.23 531.4,-118.59 540.47,-124.08 541.91,-117.23"/>
|
||||
</g>
|
||||
<!-- 0672b275-28ef-4275-9a0e-f1d35deb9de8 -->
|
||||
<!-- 05b82aae-73dd-48a5-ad3d-0ebaa2152087 -->
|
||||
<g id="node13" class="node">
|
||||
<title>0672b275-28ef-4275-9a0e-f1d35deb9de8</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="780.2" cy="-22.1" rx="142.84" ry="22.1"/>
|
||||
<text text-anchor="middle" x="780.2" y="-14.72" font-family="Times New Roman,serif" font-size="20.00">At(Robot,WaterTable)</text>
|
||||
<title>05b82aae-73dd-48a5-ad3d-0ebaa2152087</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="722.2" cy="-102.29" rx="142.84" ry="22.1"/>
|
||||
<text text-anchor="middle" x="722.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">At(Robot,WaterTable)</text>
|
||||
</g>
|
||||
<!-- b9ebf069-8434-403e-a6f7-4641fe9ef0c0->0672b275-28ef-4275-9a0e-f1d35deb9de8 -->
|
||||
<!-- e135a667-429c-471b-91d2-070b2234a38b->05b82aae-73dd-48a5-ad3d-0ebaa2152087 -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>b9ebf069-8434-403e-a6f7-4641fe9ef0c0->0672b275-28ef-4275-9a0e-f1d35deb9de8</title>
|
||||
<path fill="none" stroke="black" d="M732.57,-86.21C739.58,-76.92 748.83,-64.68 757.3,-53.44"/>
|
||||
<polygon fill="black" stroke="black" points="760.03,-55.63 763.26,-45.54 754.44,-51.42 760.03,-55.63"/>
|
||||
<title>e135a667-429c-471b-91d2-070b2234a38b->05b82aae-73dd-48a5-ad3d-0ebaa2152087</title>
|
||||
<path fill="none" stroke="black" d="M722.2,-162.39C722.2,-154.78 722.2,-145.22 722.2,-136.01"/>
|
||||
<polygon fill="black" stroke="black" points="725.7,-136.24 722.2,-126.24 718.7,-136.24 725.7,-136.24"/>
|
||||
</g>
|
||||
<!-- ce0b68ed-9606-4d17-8ef9-0f2f60b778c8 -->
|
||||
<!-- 2bebdc8c-8f6e-4515-bf9e-fe1f4046233d -->
|
||||
<g id="node14" class="node">
|
||||
<title>ce0b68ed-9606-4d17-8ef9-0f2f60b778c8</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="1203.2,-40.1 941.2,-40.1 941.2,-4.1 1203.2,-4.1 1203.2,-40.1"/>
|
||||
<text text-anchor="middle" x="1072.2" y="-14.72" font-family="Times New Roman,serif" font-size="20.00">PutDown(Coffee,WaterTable)</text>
|
||||
<title>2bebdc8c-8f6e-4515-bf9e-fe1f4046233d</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="1145.2,-120.29 883.2,-120.29 883.2,-84.29 1145.2,-84.29 1145.2,-120.29"/>
|
||||
<text text-anchor="middle" x="1014.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">PutDown(Coffee,WaterTable)</text>
|
||||
</g>
|
||||
<!-- b9ebf069-8434-403e-a6f7-4641fe9ef0c0->ce0b68ed-9606-4d17-8ef9-0f2f60b778c8 -->
|
||||
<!-- e135a667-429c-471b-91d2-070b2234a38b->2bebdc8c-8f6e-4515-bf9e-fe1f4046233d -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>b9ebf069-8434-403e-a6f7-4641fe9ef0c0->ce0b68ed-9606-4d17-8ef9-0f2f60b778c8</title>
|
||||
<path fill="none" stroke="black" d="M737.81,-86.32C741.08,-83.97 744.61,-81.79 748.2,-80.19 766.59,-72 863.04,-55.51 945.96,-42.35"/>
|
||||
<polygon fill="black" stroke="black" points="946.47,-45.81 955.8,-40.79 945.38,-38.9 946.47,-45.81"/>
|
||||
<title>e135a667-429c-471b-91d2-070b2234a38b->2bebdc8c-8f6e-4515-bf9e-fe1f4046233d</title>
|
||||
<path fill="none" stroke="black" d="M740.63,-164.62C743.42,-163.03 746.33,-161.56 749.2,-160.39 777.46,-148.87 845.08,-134.37 904.95,-122.86"/>
|
||||
<polygon fill="black" stroke="black" points="905.37,-126.35 914.53,-121.04 904.06,-119.47 905.37,-126.35"/>
|
||||
</g>
|
||||
<!-- 7301fc34-e40d-472c-bc73-7e5c6b7d39c6 -->
|
||||
<!-- 30c67d65-5101-4ead-9035-9ca926b3da02 -->
|
||||
<g id="node17" class="node">
|
||||
<title>7301fc34-e40d-472c-bc73-7e5c6b7d39c6</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="1393.2" cy="-182.49" rx="113.14" ry="22.1"/>
|
||||
<text text-anchor="middle" x="1393.2" y="-175.11" font-family="Times New Roman,serif" font-size="20.00">At(Robot,Coffee)</text>
|
||||
<title>30c67d65-5101-4ead-9035-9ca926b3da02</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="1246.2" cy="-254.49" rx="113.14" ry="22.1"/>
|
||||
<text text-anchor="middle" x="1246.2" y="-247.11" font-family="Times New Roman,serif" font-size="20.00">At(Robot,Coffee)</text>
|
||||
</g>
|
||||
<!-- ea7271b8-6f06-4b73-a495-bd19b149b6c2->7301fc34-e40d-472c-bc73-7e5c6b7d39c6 -->
|
||||
<!-- 6e3a9acb-4e15-4563-a955-fc4bb1e7f050->30c67d65-5101-4ead-9035-9ca926b3da02 -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>ea7271b8-6f06-4b73-a495-bd19b149b6c2->7301fc34-e40d-472c-bc73-7e5c6b7d39c6</title>
|
||||
<path fill="none" stroke="black" d="M1450.28,-240.35C1442.25,-232.35 1432.06,-222.2 1422.52,-212.7"/>
|
||||
<polygon fill="black" stroke="black" points="1425,-210.23 1415.45,-205.65 1420.06,-215.19 1425,-210.23"/>
|
||||
<title>6e3a9acb-4e15-4563-a955-fc4bb1e7f050->30c67d65-5101-4ead-9035-9ca926b3da02</title>
|
||||
<path fill="none" stroke="black" d="M1303.28,-312.35C1295.25,-304.35 1285.06,-294.2 1275.52,-284.7"/>
|
||||
<polygon fill="black" stroke="black" points="1278,-282.23 1268.45,-277.65 1273.06,-287.19 1278,-282.23"/>
|
||||
</g>
|
||||
<!-- ad3774e1-4c5c-4120-901b-8208a465a2d4 -->
|
||||
<!-- 318fa99d-666a-4551-9977-05b1305a6705 -->
|
||||
<g id="node18" class="node">
|
||||
<title>ad3774e1-4c5c-4120-901b-8208a465a2d4</title>
|
||||
<polygon fill="#b0ffff" stroke="black" points="1549.7,-198.11 1524.7,-198.11 1524.7,-166.86 1549.7,-166.86 1549.7,-198.11"/>
|
||||
<text text-anchor="middle" x="1537.2" y="-175.11" font-family="Times New Roman,serif" font-size="20.00">?</text>
|
||||
<title>318fa99d-666a-4551-9977-05b1305a6705</title>
|
||||
<polygon fill="#b0ffff" stroke="black" points="1402.7,-270.11 1377.7,-270.11 1377.7,-238.86 1402.7,-238.86 1402.7,-270.11"/>
|
||||
<text text-anchor="middle" x="1390.2" y="-247.11" font-family="Times New Roman,serif" font-size="20.00">?</text>
|
||||
</g>
|
||||
<!-- ea7271b8-6f06-4b73-a495-bd19b149b6c2->ad3774e1-4c5c-4120-901b-8208a465a2d4 -->
|
||||
<!-- 6e3a9acb-4e15-4563-a955-fc4bb1e7f050->318fa99d-666a-4551-9977-05b1305a6705 -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>ea7271b8-6f06-4b73-a495-bd19b149b6c2->ad3774e1-4c5c-4120-901b-8208a465a2d4</title>
|
||||
<path fill="none" stroke="black" d="M1480.12,-240.35C1490.59,-229.91 1504.74,-215.82 1516.33,-204.27"/>
|
||||
<polygon fill="black" stroke="black" points="1518.54,-207.01 1523.16,-197.47 1513.6,-202.05 1518.54,-207.01"/>
|
||||
<title>6e3a9acb-4e15-4563-a955-fc4bb1e7f050->318fa99d-666a-4551-9977-05b1305a6705</title>
|
||||
<path fill="none" stroke="black" d="M1333.12,-312.35C1343.59,-301.91 1357.74,-287.82 1369.33,-276.27"/>
|
||||
<polygon fill="black" stroke="black" points="1371.54,-279.01 1376.16,-269.47 1366.6,-274.05 1371.54,-279.01"/>
|
||||
</g>
|
||||
<!-- 6382c654-de14-45ca-a1b4-a5767d0120c3 -->
|
||||
<!-- 3c11d76d-6940-47f2-968f-e01158dc89c1 -->
|
||||
<g id="node23" class="node">
|
||||
<title>6382c654-de14-45ca-a1b4-a5767d0120c3</title>
|
||||
<polygon fill="#b0ffff" stroke="black" points="1834.7,-198.11 1809.7,-198.11 1809.7,-166.86 1834.7,-166.86 1834.7,-198.11"/>
|
||||
<text text-anchor="middle" x="1822.2" y="-175.11" font-family="Times New Roman,serif" font-size="20.00">?</text>
|
||||
<title>3c11d76d-6940-47f2-968f-e01158dc89c1</title>
|
||||
<polygon fill="#b0ffff" stroke="black" points="1825.7,-270.11 1800.7,-270.11 1800.7,-238.86 1825.7,-238.86 1825.7,-270.11"/>
|
||||
<text text-anchor="middle" x="1813.2" y="-247.11" font-family="Times New Roman,serif" font-size="20.00">?</text>
|
||||
</g>
|
||||
<!-- ea7271b8-6f06-4b73-a495-bd19b149b6c2->6382c654-de14-45ca-a1b4-a5767d0120c3 -->
|
||||
<!-- 6e3a9acb-4e15-4563-a955-fc4bb1e7f050->3c11d76d-6940-47f2-968f-e01158dc89c1 -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>ea7271b8-6f06-4b73-a495-bd19b149b6c2->6382c654-de14-45ca-a1b4-a5767d0120c3</title>
|
||||
<path fill="none" stroke="black" d="M1483.39,-251.55C1542.92,-239.59 1731.86,-201.64 1798.58,-188.23"/>
|
||||
<polygon fill="black" stroke="black" points="1798.96,-191.72 1808.08,-186.32 1797.58,-184.86 1798.96,-191.72"/>
|
||||
<title>6e3a9acb-4e15-4563-a955-fc4bb1e7f050->3c11d76d-6940-47f2-968f-e01158dc89c1</title>
|
||||
<path fill="none" stroke="black" d="M1336.7,-324.53C1412.98,-313.47 1703.12,-271.44 1789.07,-258.98"/>
|
||||
<polygon fill="black" stroke="black" points="1789.32,-262.48 1798.72,-257.58 1788.32,-255.55 1789.32,-262.48"/>
|
||||
</g>
|
||||
<!-- 98f9d98b-1647-4cfc-8715-65f7a6bf37de -->
|
||||
<!-- d059767f-ed5c-46dc-bb1c-0e4773a448ef -->
|
||||
<g id="node19" class="node">
|
||||
<title>98f9d98b-1647-4cfc-8715-65f7a6bf37de</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="1469.32,-117.92 1433.07,-117.92 1433.07,-86.67 1469.32,-86.67 1469.32,-117.92"/>
|
||||
<text text-anchor="middle" x="1451.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
<title>d059767f-ed5c-46dc-bb1c-0e4773a448ef</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="1322.32,-194.01 1286.07,-194.01 1286.07,-162.76 1322.32,-162.76 1322.32,-194.01"/>
|
||||
<text text-anchor="middle" x="1304.2" y="-171.01" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
</g>
|
||||
<!-- ad3774e1-4c5c-4120-901b-8208a465a2d4->98f9d98b-1647-4cfc-8715-65f7a6bf37de -->
|
||||
<!-- 318fa99d-666a-4551-9977-05b1305a6705->d059767f-ed5c-46dc-bb1c-0e4773a448ef -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>ad3774e1-4c5c-4120-901b-8208a465a2d4->98f9d98b-1647-4cfc-8715-65f7a6bf37de</title>
|
||||
<path fill="none" stroke="black" d="M1524.24,-168.91C1521.29,-166.09 1518.15,-163.12 1515.2,-160.39 1502.74,-148.87 1488.69,-136.29 1476.94,-125.88"/>
|
||||
<polygon fill="black" stroke="black" points="1479.41,-123.39 1469.6,-119.39 1474.78,-128.64 1479.41,-123.39"/>
|
||||
<title>318fa99d-666a-4551-9977-05b1305a6705->d059767f-ed5c-46dc-bb1c-0e4773a448ef</title>
|
||||
<path fill="none" stroke="black" d="M1377.32,-240.83C1374.36,-238.01 1371.2,-235.06 1368.2,-232.39 1356.39,-221.86 1342.95,-210.62 1331.45,-201.22"/>
|
||||
<polygon fill="black" stroke="black" points="1333.85,-198.66 1323.88,-195.07 1329.43,-204.09 1333.85,-198.66"/>
|
||||
</g>
|
||||
<!-- 97577672-eeb2-4921-bb7b-e232a3dcd886 -->
|
||||
<!-- e1d00e96-c30c-4879-82bd-2237a652bea2 -->
|
||||
<g id="node22" class="node">
|
||||
<title>97577672-eeb2-4921-bb7b-e232a3dcd886</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="1759.07,-120.29 1487.32,-120.29 1487.32,-84.29 1759.07,-84.29 1759.07,-120.29"/>
|
||||
<text text-anchor="middle" x="1623.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">PutDown(Anything,Anywhere)</text>
|
||||
<title>e1d00e96-c30c-4879-82bd-2237a652bea2</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="1612.07,-196.39 1340.32,-196.39 1340.32,-160.39 1612.07,-160.39 1612.07,-196.39"/>
|
||||
<text text-anchor="middle" x="1476.2" y="-171.01" font-family="Times New Roman,serif" font-size="20.00">PutDown(Anything,Anywhere)</text>
|
||||
</g>
|
||||
<!-- ad3774e1-4c5c-4120-901b-8208a465a2d4->97577672-eeb2-4921-bb7b-e232a3dcd886 -->
|
||||
<!-- 318fa99d-666a-4551-9977-05b1305a6705->e1d00e96-c30c-4879-82bd-2237a652bea2 -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>ad3774e1-4c5c-4120-901b-8208a465a2d4->97577672-eeb2-4921-bb7b-e232a3dcd886</title>
|
||||
<path fill="none" stroke="black" d="M1549.89,-169.95C1561.95,-158.98 1580.49,-142.12 1595.91,-128.11"/>
|
||||
<polygon fill="black" stroke="black" points="1597.92,-131 1602.97,-121.68 1593.21,-125.82 1597.92,-131"/>
|
||||
<title>318fa99d-666a-4551-9977-05b1305a6705->e1d00e96-c30c-4879-82bd-2237a652bea2</title>
|
||||
<path fill="none" stroke="black" d="M1402.89,-242.55C1414.6,-232.46 1432.43,-217.1 1447.57,-204.05"/>
|
||||
<polygon fill="black" stroke="black" points="1449.67,-206.86 1454.96,-197.68 1445.1,-201.56 1449.67,-206.86"/>
|
||||
</g>
|
||||
<!-- 07528c29-c1a1-4e7e-97b4-beebafe55e6f -->
|
||||
<!-- 7d718ac1-d947-461e-ba4f-350ae37ee6c1 -->
|
||||
<g id="node20" class="node">
|
||||
<title>07528c29-c1a1-4e7e-97b4-beebafe55e6f</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="1335.2" cy="-22.1" rx="114.2" ry="22.1"/>
|
||||
<text text-anchor="middle" x="1335.2" y="-14.72" font-family="Times New Roman,serif" font-size="20.00">Holding(Nothing)</text>
|
||||
<title>7d718ac1-d947-461e-ba4f-350ae37ee6c1</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="1277.2" cy="-102.29" rx="114.2" ry="22.1"/>
|
||||
<text text-anchor="middle" x="1277.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">Holding(Nothing)</text>
|
||||
</g>
|
||||
<!-- 98f9d98b-1647-4cfc-8715-65f7a6bf37de->07528c29-c1a1-4e7e-97b4-beebafe55e6f -->
|
||||
<!-- d059767f-ed5c-46dc-bb1c-0e4773a448ef->7d718ac1-d947-461e-ba4f-350ae37ee6c1 -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>98f9d98b-1647-4cfc-8715-65f7a6bf37de->07528c29-c1a1-4e7e-97b4-beebafe55e6f</title>
|
||||
<path fill="none" stroke="black" d="M1432.82,-88.9C1417.34,-78.46 1394.64,-63.17 1375.03,-49.94"/>
|
||||
<polygon fill="black" stroke="black" points="1377.19,-47.19 1366.95,-44.5 1373.28,-52.99 1377.19,-47.19"/>
|
||||
<title>d059767f-ed5c-46dc-bb1c-0e4773a448ef->7d718ac1-d947-461e-ba4f-350ae37ee6c1</title>
|
||||
<path fill="none" stroke="black" d="M1298.73,-162.39C1295.9,-154.61 1292.32,-144.79 1288.9,-135.4"/>
|
||||
<polygon fill="black" stroke="black" points="1292.24,-134.34 1285.53,-126.15 1285.66,-136.74 1292.24,-134.34"/>
|
||||
</g>
|
||||
<!-- af81f991-d3c8-4560-bf5b-ea7d0755c0d2 -->
|
||||
<!-- 0b34eaf0-1a37-48c6-b689-73e62d71257c -->
|
||||
<g id="node21" class="node">
|
||||
<title>af81f991-d3c8-4560-bf5b-ea7d0755c0d2</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="1610.95,-40.1 1467.45,-40.1 1467.45,-4.1 1610.95,-4.1 1610.95,-40.1"/>
|
||||
<text text-anchor="middle" x="1539.2" y="-14.72" font-family="Times New Roman,serif" font-size="20.00">PickUp(Coffee)</text>
|
||||
<title>0b34eaf0-1a37-48c6-b689-73e62d71257c</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="1552.95,-120.29 1409.45,-120.29 1409.45,-84.29 1552.95,-84.29 1552.95,-120.29"/>
|
||||
<text text-anchor="middle" x="1481.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">PickUp(Coffee)</text>
|
||||
</g>
|
||||
<!-- 98f9d98b-1647-4cfc-8715-65f7a6bf37de->af81f991-d3c8-4560-bf5b-ea7d0755c0d2 -->
|
||||
<!-- d059767f-ed5c-46dc-bb1c-0e4773a448ef->0b34eaf0-1a37-48c6-b689-73e62d71257c -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>98f9d98b-1647-4cfc-8715-65f7a6bf37de->af81f991-d3c8-4560-bf5b-ea7d0755c0d2</title>
|
||||
<path fill="none" stroke="black" d="M1468.17,-86.21C1480.33,-75.41 1496.98,-60.61 1511.11,-48.05"/>
|
||||
<polygon fill="black" stroke="black" points="1513.24,-50.85 1518.39,-41.59 1508.59,-45.62 1513.24,-50.85"/>
|
||||
<title>d059767f-ed5c-46dc-bb1c-0e4773a448ef->0b34eaf0-1a37-48c6-b689-73e62d71257c</title>
|
||||
<path fill="none" stroke="black" d="M1322.8,-165.01C1325.57,-163.37 1328.42,-161.77 1331.2,-160.39 1358.6,-146.71 1390.12,-134.26 1417.18,-124.49"/>
|
||||
<polygon fill="black" stroke="black" points="1418.02,-127.91 1426.27,-121.26 1415.67,-121.31 1418.02,-127.91"/>
|
||||
</g>
|
||||
<!-- 7870a21a-2410-414c-b408-bc3b39c28f1e -->
|
||||
<!-- 37fa5b66-dc77-4df2-a9bf-b62297dc7060 -->
|
||||
<g id="node24" class="node">
|
||||
<title>7870a21a-2410-414c-b408-bc3b39c28f1e</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="1840.32,-117.92 1804.07,-117.92 1804.07,-86.67 1840.32,-86.67 1840.32,-117.92"/>
|
||||
<text text-anchor="middle" x="1822.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
<title>37fa5b66-dc77-4df2-a9bf-b62297dc7060</title>
|
||||
<polygon fill="#ff8080" stroke="black" points="1831.32,-194.01 1795.07,-194.01 1795.07,-162.76 1831.32,-162.76 1831.32,-194.01"/>
|
||||
<text text-anchor="middle" x="1813.2" y="-171.01" font-family="Times New Roman,serif" font-size="20.00">→</text>
|
||||
</g>
|
||||
<!-- 6382c654-de14-45ca-a1b4-a5767d0120c3->7870a21a-2410-414c-b408-bc3b39c28f1e -->
|
||||
<!-- 3c11d76d-6940-47f2-968f-e01158dc89c1->37fa5b66-dc77-4df2-a9bf-b62297dc7060 -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>6382c654-de14-45ca-a1b4-a5767d0120c3->7870a21a-2410-414c-b408-bc3b39c28f1e</title>
|
||||
<path fill="none" stroke="black" d="M1822.2,-166.41C1822.2,-156.02 1822.2,-141.95 1822.2,-129.72"/>
|
||||
<polygon fill="black" stroke="black" points="1825.7,-129.84 1822.2,-119.84 1818.7,-129.84 1825.7,-129.84"/>
|
||||
<title>3c11d76d-6940-47f2-968f-e01158dc89c1->37fa5b66-dc77-4df2-a9bf-b62297dc7060</title>
|
||||
<path fill="none" stroke="black" d="M1813.2,-238.49C1813.2,-229.05 1813.2,-216.61 1813.2,-205.57"/>
|
||||
<polygon fill="black" stroke="black" points="1816.7,-205.87 1813.2,-195.87 1809.7,-205.87 1816.7,-205.87"/>
|
||||
</g>
|
||||
<!-- 594058dd-ed6d-468e-b493-f1076d6f811e -->
|
||||
<!-- 9541bac2-ac45-47ab-afc1-71e541b7811d -->
|
||||
<g id="node28" class="node">
|
||||
<title>594058dd-ed6d-468e-b493-f1076d6f811e</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="2064.45,-120.29 1857.95,-120.29 1857.95,-84.29 2064.45,-84.29 2064.45,-120.29"/>
|
||||
<text text-anchor="middle" x="1961.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">MoveTo(BrightTable6)</text>
|
||||
<title>9541bac2-ac45-47ab-afc1-71e541b7811d</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="2055.45,-196.39 1848.95,-196.39 1848.95,-160.39 2055.45,-160.39 2055.45,-196.39"/>
|
||||
<text text-anchor="middle" x="1952.2" y="-171.01" font-family="Times New Roman,serif" font-size="20.00">MoveTo(BrightTable6)</text>
|
||||
</g>
|
||||
<!-- 6382c654-de14-45ca-a1b4-a5767d0120c3->594058dd-ed6d-468e-b493-f1076d6f811e -->
|
||||
<!-- 3c11d76d-6940-47f2-968f-e01158dc89c1->9541bac2-ac45-47ab-afc1-71e541b7811d -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>6382c654-de14-45ca-a1b4-a5767d0120c3->594058dd-ed6d-468e-b493-f1076d6f811e</title>
|
||||
<path fill="none" stroke="black" d="M1835.03,-174.27C1854.26,-163.45 1891.43,-142.54 1920.46,-126.21"/>
|
||||
<polygon fill="black" stroke="black" points="1922.03,-129.34 1929.03,-121.39 1918.6,-123.24 1922.03,-129.34"/>
|
||||
<title>3c11d76d-6940-47f2-968f-e01158dc89c1->9541bac2-ac45-47ab-afc1-71e541b7811d</title>
|
||||
<path fill="none" stroke="black" d="M1826.03,-246.65C1844.9,-236.58 1881.04,-217.32 1909.82,-201.98"/>
|
||||
<polygon fill="black" stroke="black" points="1911.14,-205.24 1918.32,-197.45 1907.85,-199.06 1911.14,-205.24"/>
|
||||
</g>
|
||||
<!-- 05e4706c-93e8-4361-8acb-87af236afeeb -->
|
||||
<!-- 3797bd82-c99b-4e50-bf59-1550e34a4efa -->
|
||||
<g id="node25" class="node">
|
||||
<title>05e4706c-93e8-4361-8acb-87af236afeeb</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="1734.2" cy="-22.1" rx="105.71" ry="22.1"/>
|
||||
<text text-anchor="middle" x="1734.2" y="-14.72" font-family="Times New Roman,serif" font-size="20.00">Holding(Coffee)</text>
|
||||
<title>3797bd82-c99b-4e50-bf59-1550e34a4efa</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="1676.2" cy="-102.29" rx="105.71" ry="22.1"/>
|
||||
<text text-anchor="middle" x="1676.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">Holding(Coffee)</text>
|
||||
</g>
|
||||
<!-- 7870a21a-2410-414c-b408-bc3b39c28f1e->05e4706c-93e8-4361-8acb-87af236afeeb -->
|
||||
<!-- 37fa5b66-dc77-4df2-a9bf-b62297dc7060->3797bd82-c99b-4e50-bf59-1550e34a4efa -->
|
||||
<g id="edge24" class="edge">
|
||||
<title>7870a21a-2410-414c-b408-bc3b39c28f1e->05e4706c-93e8-4361-8acb-87af236afeeb</title>
|
||||
<path fill="none" stroke="black" d="M1805.23,-86.21C1794.17,-76.39 1779.38,-63.25 1766.17,-51.51"/>
|
||||
<polygon fill="black" stroke="black" points="1768.7,-49.07 1758.9,-45.04 1764.05,-54.3 1768.7,-49.07"/>
|
||||
<title>37fa5b66-dc77-4df2-a9bf-b62297dc7060->3797bd82-c99b-4e50-bf59-1550e34a4efa</title>
|
||||
<path fill="none" stroke="black" d="M1794.72,-167.4C1776.49,-157.54 1747.87,-142.05 1723.31,-128.77"/>
|
||||
<polygon fill="black" stroke="black" points="1725.23,-125.83 1714.77,-124.15 1721.9,-131.99 1725.23,-125.83"/>
|
||||
</g>
|
||||
<!-- 938a274e-cf4d-45ed-a821-2497c3f72a64 -->
|
||||
<!-- 5a7ff51a-ccf2-48a8-84e2-6e1b5ccec0dc -->
|
||||
<g id="node26" class="node">
|
||||
<title>938a274e-cf4d-45ed-a821-2497c3f72a64</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="2009.2" cy="-22.1" rx="151.32" ry="22.1"/>
|
||||
<text text-anchor="middle" x="2009.2" y="-14.72" font-family="Times New Roman,serif" font-size="20.00">At(Robot,BrightTable6)</text>
|
||||
<title>5a7ff51a-ccf2-48a8-84e2-6e1b5ccec0dc</title>
|
||||
<ellipse fill="#ffff80" stroke="black" cx="1951.2" cy="-102.29" rx="151.32" ry="22.1"/>
|
||||
<text text-anchor="middle" x="1951.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">At(Robot,BrightTable6)</text>
|
||||
</g>
|
||||
<!-- 7870a21a-2410-414c-b408-bc3b39c28f1e->938a274e-cf4d-45ed-a821-2497c3f72a64 -->
|
||||
<!-- 37fa5b66-dc77-4df2-a9bf-b62297dc7060->5a7ff51a-ccf2-48a8-84e2-6e1b5ccec0dc -->
|
||||
<g id="edge25" class="edge">
|
||||
<title>7870a21a-2410-414c-b408-bc3b39c28f1e->938a274e-cf4d-45ed-a821-2497c3f72a64</title>
|
||||
<path fill="none" stroke="black" d="M1839.65,-86.37C1842.72,-84.13 1845.97,-81.97 1849.2,-80.19 1874.29,-66.39 1903.38,-54.84 1929.81,-45.82"/>
|
||||
<polygon fill="black" stroke="black" points="1930.75,-49.2 1939.13,-42.72 1928.54,-42.56 1930.75,-49.2"/>
|
||||
<title>37fa5b66-dc77-4df2-a9bf-b62297dc7060->5a7ff51a-ccf2-48a8-84e2-6e1b5ccec0dc</title>
|
||||
<path fill="none" stroke="black" d="M1831.66,-165.47C1834.5,-163.72 1837.41,-161.98 1840.2,-160.39 1859.1,-149.6 1880.25,-138.5 1898.97,-128.98"/>
|
||||
<polygon fill="black" stroke="black" points="1900.4,-132.18 1907.75,-124.55 1897.24,-125.93 1900.4,-132.18"/>
|
||||
</g>
|
||||
<!-- c0c19eae-dc22-4038-83d7-45304bba30ee -->
|
||||
<!-- 81bcce3c-6965-44e7-bbc2-eef5e0e1eafe -->
|
||||
<g id="node27" class="node">
|
||||
<title>c0c19eae-dc22-4038-83d7-45304bba30ee</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="2452.2,-40.1 2178.2,-40.1 2178.2,-4.1 2452.2,-4.1 2452.2,-40.1"/>
|
||||
<text text-anchor="middle" x="2315.2" y="-14.72" font-family="Times New Roman,serif" font-size="20.00">PutDown(Coffee,BrightTable6)</text>
|
||||
<title>81bcce3c-6965-44e7-bbc2-eef5e0e1eafe</title>
|
||||
<polygon fill="lightgreen" stroke="black" points="2394.2,-120.29 2120.2,-120.29 2120.2,-84.29 2394.2,-84.29 2394.2,-120.29"/>
|
||||
<text text-anchor="middle" x="2257.2" y="-94.92" font-family="Times New Roman,serif" font-size="20.00">PutDown(Coffee,BrightTable6)</text>
|
||||
</g>
|
||||
<!-- 7870a21a-2410-414c-b408-bc3b39c28f1e->c0c19eae-dc22-4038-83d7-45304bba30ee -->
|
||||
<!-- 37fa5b66-dc77-4df2-a9bf-b62297dc7060->81bcce3c-6965-44e7-bbc2-eef5e0e1eafe -->
|
||||
<g id="edge26" class="edge">
|
||||
<title>7870a21a-2410-414c-b408-bc3b39c28f1e->c0c19eae-dc22-4038-83d7-45304bba30ee</title>
|
||||
<path fill="none" stroke="black" d="M1838.44,-86.34C1841.79,-83.93 1845.45,-81.72 1849.2,-80.19 1981.7,-26.09 2027.24,-62.43 2169.2,-44.19 2174.48,-43.52 2179.86,-42.81 2185.3,-42.08"/>
|
||||
<polygon fill="black" stroke="black" points="2185.58,-45.58 2195.02,-40.77 2184.64,-38.64 2185.58,-45.58"/>
|
||||
<title>37fa5b66-dc77-4df2-a9bf-b62297dc7060->81bcce3c-6965-44e7-bbc2-eef5e0e1eafe</title>
|
||||
<path fill="none" stroke="black" d="M1831.55,-164.4C1834.35,-162.85 1837.28,-161.44 1840.2,-160.39 1954.46,-119.07 1990.85,-141.08 2111.2,-124.39 2115.91,-123.74 2120.7,-123.07 2125.54,-122.39"/>
|
||||
<polygon fill="black" stroke="black" points="2125.99,-125.86 2135.41,-121 2125.02,-118.93 2125.99,-125.86"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue