Design Pattern Examples
Overview of object-oriented design patterns
strategy_showentries_class.py File Reference

Implementation of the Strategy_ShowEntries_Class class as used in the Strategy Pattern. More...

Go to the source code of this file.

Classes

class  Strategy_ShowEntries_Class
 Represents a way of displaying a list of EntryInformation objects in a particular order. More...
 

Namespaces

namespace  DesignPatternExamples_python
 The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace.
 
namespace  DesignPatternExamples_python.strategy
 
namespace  DesignPatternExamples_python.strategy.strategy_showentries_class
 

Detailed Description

Implementation of the Strategy_ShowEntries_Class class as used in the Strategy Pattern.

Definition in file strategy_showentries_class.py.