Behavioral pattern: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 94.194.226.54 identified as vandalism to last revision by AlleborgoBot. (TW)
Line 18:
* [[Single-serving visitor pattern]]: Optimise the implementation of a visitor that is allocated, used only once, and then deleted
* [[Hierarchical visitor pattern]]: Provide a way to visit every node in a hierarchical [[data structure]] such as a tree.
* [[Scheduled-task pattern]]: A task is scheduled to be performed at a particular interval or clock time (used in [[real-time computing]])
 
==See also==