The Strategy Pattern

Use the Strategy pattern to allow clients to dynamically modify an algorithm used by a service provider object's (Context) method:

diagram