khalilj / sarasvati

Automatically exported from code.google.com/p/sarasvati
0 stars 0 forks source link

Allow different join strategies #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Allow different join strategies

Original issue reported on code.google.com by plor...@gmail.com on 13 May 2009 at 2:40

GoogleCodeExporter commented 8 years ago
This change moves from using 

<node name="foo" isJoin="true'>

to 

<node name="foo" joinType="labelAnd">

There are currently three join types supported:

 * or - join is satisfied when
   * an arc token arrives at a node
 * and - join is satisfied when an 
   * arc token arrives at a node 
   * all other incoming arcs to that node have arc tokens present
 * labelAnd - join is satisfied when
   * an arc token arrives at a node on arc _a_ with label _l_
   * and all other incoming arcs to that node with label _l_ have arc tokens on them

Original comment by plor...@gmail.com on 13 May 2009 at 9:38

GoogleCodeExporter commented 8 years ago

Original comment by plor...@gmail.com on 29 Apr 2010 at 3:40

GoogleCodeExporter commented 8 years ago
Released with version 1.0.0

Original comment by plor...@gmail.com on 29 Apr 2010 at 3:53