Files | |
file | strategy/__init__.py [code] |
Python implementation of the Strategy Pattern example. | |
file | strategy_entryinformation.py [code] |
Implementation of the EntryInformation class as used in the Strategy Pattern. | |
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. | |