this.steps.put( EXISTS_NODE,
new ExistsNodeStep( this.reteTesterHelper ) );
this.steps.put( ACCUMULATE_NODE,
new AccumulateNodeStep( this.reteTesterHelper ) );
this.steps.put( RULE_TERMINAL_NODE,
new RuleTerminalNodeStep( this.reteTesterHelper ) );
this.steps.put( EVAL_NODE,
new EvalNodeStep( this.reteTesterHelper ) );
this.steps.put( RIGHT_INPUT_ADAPTER_NODE,
new RIANodeStep( this.reteTesterHelper ) );
this.steps.put( FACTS,