Class Diagram
2017-04-11 13:58:28 0 举报
类图(Class Diagram)是一种用于描述系统结构和行为的静态图形表示方法。它展示了系统中的类、接口、关联关系、继承关系、实现关系等元素,并显示了它们之间的交互和依赖。类图中的每个类都用一个矩形表示,矩形中包含类名、属性和方法。类之间的关系用箭头表示,箭头的类型表示关系的性质,如关联、聚合、组合、继承等。通过类图,我们可以直观地了解系统的组成部分、模块划分以及各个类的职责和功能,从而有助于更好地设计和实现软件系统。
作者其他创作
大纲/内容
Command包
NetCommandExtension
- NetCommandExtension()- init(Interp)
-涉及华为数通域设备机密,指令省略
MIUCommandExtension
- MIUCommandExtension()- init(Interp)
- RENAME_SOURCE_COMMAND : String = \"rename ::source ::realsource\"- RENAME_FILE_COMMAND : String = \"rename ::file ::realfile\"
EncryptMonitorCommand
SendCommand
FileMonitorCommand
LogCommand
DCCommandExtension
- DCCommandExtension()- init(Interp)
DebugCommand
InterpreterType
- InterpreterType()
- TCL : InterpreterType- PYTHON : InterpreterType
InterpreterFactory
createInterpreter(InterpreterType) : IInterpreter
OpenMonitorCommand
TclCommandExtension
- TclCommandExtension()- init(Interp)
- CLOSE_MONITOR : String = \"closeMonitor\"- OPEN_MONITOR : String = \"openMonitor\"
IInterpreter
TclInterpreter
- interp : Interp = null- lock :Object = new Object()- logger : Logger = LoggerFactory.getLogger(TclInterpreter.class.getName())- BIG_MSG_TCL_PARA : int = 1- BIG_MSG_SUF : String = \"TOO_BIG_MESSAGE\"- STACK_INFO : String = \"errorinfo\"- ERROR_MSG_INDEX : int = 1- ERROR_CODE_INDEX : int =2- BIG_MSG_TCLEXCEPTION : int = 250- interpreterType : InterpreterType = TCL
SetDevice
CloseMonitorCommand
CommandExtension
- CommandExtension()- init(Interp)
- LOG_COMMAND : String = \"log\"- SEND_COMMAND : String = \"send\"- SET_DEVICE_COMMAND : String = \"setDevice\"- DEBUG_COMMAND : String = \"debug\"
0 条评论
下一页