MobileApp:User Guide: Difference between revisions
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
Waiting [label="Waiting"]; | Waiting [label="Waiting"]; | ||
TransferingWorklist [label="Transfering Worklist"]; | TransferingWorklist [label="Transfering Worklist"]; | ||
ReceivingImages [label="Receiving Images | ReceivingImages [label="Receiving Images"]; | ||
ExecutingModel [label="Executing model"]; | |||
End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2]; | End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2]; | ||
// Edges | // Edges | ||
| Line 20: | Line 21: | ||
Waiting -> ReceivingImages [label="Mobile request"]; | Waiting -> ReceivingImages [label="Mobile request"]; | ||
ReceivingImages -> Waiting; // [constraint=false]; | ReceivingImages -> Waiting; // [constraint=false]; | ||
ReceivingImages -> ExecutingModel [label="Last image of a test"]; | |||
ExecutingModel -> ReceivingImages; // [constraint=false]; | |||
Waiting -> End [label="Disable Bluetooth"]; // [constraint=false]; | Waiting -> End [label="Disable Bluetooth"]; // [constraint=false]; | ||