for ( int i = 0; i < 3; i++ ) {
Object[] args = query.getElements();
((Variable)args[0]).setValue( "string_0_" + i );
((Variable)args[2]).setValue( "string_2_" + i );
((Variable)args[5]).setValue( "string_5_" + i );
collector.rowAdded( rule, null, null, this );
}
} else {
super.insert( handle, object, rule, activation, typeConf );
}
}