All examples By author By category About

1Cr18Ni9

PackTree(logical Tree)

Author: cxhair@163.com

Amended based on my previous work: Dynamic Pack.

Node category:

How does node merging work

  1. If two dataNodes come close merge them into a new andNode
  2. If two andNodes come close,one of them will grow into a bigger andNode and the another will be removed
  3. If two orNodes come close merge them into a new bigger orNode
  4. If one node is dataNode and another is logic node(wrapper node), dataNode will be merged into that logic node
  5. If both are logic node but NOT the same type, andNode will be merged into orNode

Chart Events

Dialog Events