246247248249250251252253
commandService.execute( new RetractCommand( handle ) ); } public void update(FactHandle handle, Object object) { commandService.execute( new UpdateCommand( handle, object ) ); }
305306307308309310311312