文件名称:Visitor
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- te***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
访问者模式:表示一个作用于某对象结构中的各元素的操作。
它使你可以在不改变各元素的类的前提下定义作用于这些元素的新操作。-Visitor mode: indicates the operation of each element in the structure of a role of a particular object. It so that you can not change the new operating under the premise of the elements of the class definition of the role of these elements.
它使你可以在不改变各元素的类的前提下定义作用于这些元素的新操作。-Visitor mode: indicates the operation of each element in the structure of a role of a particular object. It so that you can not change the new operating under the premise of the elements of the class definition of the role of these elements.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Visitor\ConcreteVisitor.java
.......\FloatElement.java
.......\StringElement.java
.......\test.java
.......\Visitable.java
.......\Visitor.java
Visitor
.......\FloatElement.java
.......\StringElement.java
.......\test.java
.......\Visitable.java
.......\Visitor.java
Visitor