| 程序包 | 说明 |
|---|---|
| net.congyh.designpatterns.decorator |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConcreteComponent
Created by congyihao on 16-10-31.
|
class |
Decorator
Created by congyihao on 16-10-31.
|
class |
GroupPrizeDecorator
Created by congyihao on 16-10-31.
|
class |
MonthPrizeDecorator
Created by congyihao on 16-10-31.
|
class |
SumPrizeDecorator
Created by congyihao on 16-10-31.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Component |
Decorator.component |
| 构造器和说明 |
|---|
Decorator(Component component) |
GroupPrizeDecorator(Component component) |
MonthPrizeDecorator(Component component) |
SumPrizeDecorator(Component component) |
Copyright © 2016. All rights reserved.