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

Implementation of the StateContext_Class class as used in the State Pattern. More...

Go to the source code of this file.

Classes

class  StateContext_Class
 Represents the State Machine to the application. More...
 

Namespaces

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

Detailed Description

Implementation of the StateContext_Class class as used in the State Pattern.

Definition in file state_class.py.