Click or drag to resize
NodeMediatorOrJoin Class
OrJoin 节点处理类
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.Core.PatternNodeMediatorGateway
    Slickflow.Engine.Core.PatternNodeMediatorOrJoin

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal class NodeMediatorOrJoin : NodeMediatorGateway, 
	ICompleteAutomaticlly

The NodeMediatorOrJoin type exposes the following members.

Constructors
  NameDescription
Protected methodNodeMediatorOrJoin
Initializes a new instance of the NodeMediatorOrJoin class
Top
Methods
  NameDescription
Protected methodCompleteActivityInstance
节点对象的完成方法
(Inherited from NodeMediatorGateway.)
Public methodCompleteAutomaticlly
OrJoin合并时的节点完成方法 1. 如果有满足条件的OrJoin前驱转移,则会重新生成新的OrJoin节点实例
Protected methodCreateActivityInstanceObject
创建节点对象
(Inherited from NodeMediatorGateway.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetInstanceGatewayCount
获取分支实例的个数
(Inherited from NodeMediatorGateway.)
Protected methodGetTokensRequired
Public methodGetType (Inherited from Object.)
Protected methodInsertActivityInstance
插入实例数据
(Inherited from NodeMediatorGateway.)
Protected methodInsertTransitionInstance
插入连线实例的方法
(Inherited from NodeMediatorGateway.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
See Also