Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Category:Object Teams Patterns"

(Data Flow)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=Patterns by category=
 
=Patterns by category=
 
''These listings are not disjoint as a single pattern can be attributed to different categories.''
 
''These listings are not disjoint as a single pattern can be attributed to different categories.''
 +
 +
==Architectural Patterns==
 +
* [[OTPattern/Connector|Connector]]
 +
* [[OTPattern/ObserversMediatorActuators|ObserversMediatorActuators]]
 +
* [[OTPattern/TeamComponent|TeamComponent]]
  
 
==Behavioral Patterns==
 
==Behavioral Patterns==
Line 7: Line 12:
 
* [[OTPattern/Double Dispatch|Double Dispatch]]
 
* [[OTPattern/Double Dispatch|Double Dispatch]]
 
* [[OTPattern/Notification|Notification]]
 
* [[OTPattern/Notification|Notification]]
 +
* [[OTPattern/PeerNotification|PeerNotification]]
 +
* [[OTPattern/PerThreadRole|PerThreadRole]]
  
 
===Data Flow===
 
===Data Flow===
 
* [[OTPattern/TeamComponent|TeamComponent]]
 
* [[OTPattern/TeamComponent|TeamComponent]]
 +
* [[OTPattern/AssociateByNesting|AssociateByNesting]]
  
 
===State===
 
===State===
 
* [[OTPattern/InnerState|InnerState]]
 
* [[OTPattern/InnerState|InnerState]]
 
* [[OTPattern/StateRole|StateRole]]
 
* [[OTPattern/StateRole|StateRole]]
 +
* [[OTPattern/PerThreadRole|PerThreadRole]]
  
 
== Structural Patterns==
 
== Structural Patterns==
 +
* [[OTPattern/BaseclassGeneralization|BaseclassGeneralization]]
 
* [[OTPattern/TeamComponent|TeamComponent]]
 
* [[OTPattern/TeamComponent|TeamComponent]]
 +
* [[OTPattern/TournamentPolymorphism|TournamentPolymorphism]]
 +
* [[OTPattern/TransparentRole|TransparentRole]]
 +
* [[OTPattern/VirtualAssociation|VirtualAssociation]]
 +
* [[OTPattern/VirtualRefactoring|VirtualRefactoring]]
 +
 +
== Idioms ==
 +
* [[OTPattern/ObjectRegistration|ObjectRegistration]]
  
 
[[Category:Object Teams|Patterns]]
 
[[Category:Object Teams|Patterns]]

Latest revision as of 17:13, 28 November 2010

Patterns by category

These listings are not disjoint as a single pattern can be attributed to different categories.

Architectural Patterns

Behavioral Patterns

Control Flow

Data Flow

State

Structural Patterns

Idioms

Back to the top