Design Pattern Examples
Overview of object-oriented design patterns
DesignPatternExamples_python.state.state_interface Namespace Reference

Classes

class  CurrentState
 Represents the current state of the state machine. More...
 
class  IStateBehavior
 Represents a class that implements one state of the state machine. More...
 
class  IStateContext
 Represents the context as passed to each state class. More...
 
class  SpecialCase
 This class contain special characters. More...