166167168169170171172
this.steps.put( WITH, new WithStep( this.reteTesterHelper ) ); this.steps.put( LEFT_TUPLE_SINK_STEP, new LeftTupleSinkStep( this.reteTesterHelper ) ); this.steps.put( BETA_NODE_STEP, new BetaNodeStep( this.reteTesterHelper ) ); }
167168169170171172173
164165166167168169170