Abstraction 定义抽象的接口 该接口包含实现具体行为、具体特征的Implementor接口 Refined Abstraction 抽象接口Abstraction的子类,依旧是一个抽象的事物名 Implementor 定义具体行为、具体特征的应用接口 ConcreteImplementor 实现Implementor接口