MobileApp:User Guide: Difference between revisions
Jump to navigation
Jump to search
| Line 37: | Line 37: | ||
// Nodes | // Nodes | ||
Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2]; | Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2]; | ||
EWL_EIR [label="Empty worklist\n Empty Image Repository"]; | |||
EWL_FIR [label="Empty worklist\n Filled Image Repository"]; | |||
FWL_EIR [label="Filled worklist\n Empty Image Repository"]; | |||
FWL_FIR [label="Filled worklist\n Filled Image Repository"]; | |||
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 | ||
Begin -> | Begin -> EWL_EIR; // [constraint=false]; | ||
EWL_EIR -> End; | |||
EWL_FIR -> End; | |||
FWL_EIR -> End; | |||
FWL_FIR -> End; | |||
//{ rank=same; Begin Registered Processing WithResults Validated} | //{ rank=same; Begin Registered Processing WithResults Validated} | ||