com.beetle.framework.util.pattern.cor
类 ChainNode

java.lang.Object
  继承者 com.beetle.framework.util.pattern.cor.ChainNode

public class ChainNode
extends java.lang.Object

Title: Chain of Responsibility

Description: 管理节点处理对象的链接列表节点,运行并返回结果

Copyright: Copyright (c) 2003

Company: 甲壳虫软件

版本:
1.0
作者:
余浩东

构造方法摘要
ChainNode(NodeHandler handle)
          ChainLinkNode
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ChainNode

public ChainNode(NodeHandler handle)
ChainLinkNode

参数:
s - NodeHandle 策略(链接工作)对象