Object Oriented Software Engineering   View all facts   Glossary   Help
subject > symbol > symbol in activity diagram
Next symbolsymbol in collaboration diagram    Upsymbol    Previous symbolJava symbol   

symbol in activity diagram comparison table
Subject draw as have cause has definition
forka short line at which transitions can start and endone incoming transitionexecution to split into two concurrent threadsA symbol in an activity diagram indicating splitting of control into multiple threads
joina short line at which transitions can start and endone outgoing transition that will be taken when all incoming transitions have been triggered A symbol in an activity diagram indicating a point where several threads wait for each other. When all threads reach the join, control continues in a single thread
rendezvousa short line at which transitions can start and endmultiple outgoing transitions that must be triggered in separate threads once all the incoming transitions are triggered In concurrent programming, a situation where several threads meet and wait for each other
swimlanea box that form a column, containing activities associated with one class  A division in a UML activity diagram showing the activities performed by a particular object

Next symbolsymbol in collaboration diagram    Upsymbol    Previous symbolJava symbol