peeps.put(p.getName(), fh);
for ( int i = 1; i < 100; i++ ) {
p = new Person( "x" + i, 101);
fh = ( InternalFactHandle ) wm.insert( p );
wm.fireAllRules();
peeps.put(p.getName(), fh);
}
List<RightTuple> list = new ArrayList<RightTuple>(100);
FastIterator it = n.getRightIterator( bm.getRightTupleMemory() );