Ref #11 added some UML
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@startuml
|
||||
|
||||
participant Queue
|
||||
participant Algorithm
|
||||
participant Ready
|
||||
participant Retry
|
||||
|
||||
Queue -> Algorithm : get next node
|
||||
|
||||
alt retry == false
|
||||
|
||||
Algorithm -> Ready : append(node)
|
||||
|
||||
else retry == true
|
||||
|
||||
Algorithm -> Retry : append(node)
|
||||
|
||||
end
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user