类分层结构
- java.lang.Object
- net.congyh.designpatterns.command.macro.ChopCommand (implements net.congyh.designpatterns.command.macro.ICommand)
- net.congyh.designpatterns.command.macro.CoolCook (implements net.congyh.designpatterns.command.macro.ICook)
- net.congyh.designpatterns.command.macro.DuckCommand (implements net.congyh.designpatterns.command.macro.ICommand)
- net.congyh.designpatterns.command.macro.HotCook (implements net.congyh.designpatterns.command.macro.ICook)
- net.congyh.designpatterns.command.macro.MenuCommand (implements net.congyh.designpatterns.command.macro.ICommand)
- net.congyh.designpatterns.command.macro.PorkCommand (implements net.congyh.designpatterns.command.macro.ICommand)
接口分层结构
- net.congyh.designpatterns.command.macro.ICommand
- net.congyh.designpatterns.command.macro.ICook
Copyright © 2016. All rights reserved.