Design Pattern Examples
Overview of object-oriented design patterns
strategy Directory Reference
Directory dependency graph for strategy:
strategy

Files

file  strategy/__init__.py [code]
 Python implementation of the Strategy Pattern example.
 
file  strategy_entryinformation.py [code]
 
file  strategy_exercise.py [code]
 Implementation of the Strategy_Exercise() function as used in the Strategy Pattern.
 
file  strategy_isortentries.py [code]
 Declaration of the SortOptions enumeration and the implementation of the ISortEntries interface as used in the Strategy Pattern.
 
file  strategy_showentries_class.py [code]
 Implementation of the Strategy_ShowEntries_Class class as used in the Strategy Pattern.
 
file  strategy_sortentries_class.py [code]
 Implementation of the Strategy_SortEntries_ClassFactory class as used in the Strategy Pattern.