401402403404405406407408
commandService.execute( new DeleteCommand( handle ) ); } public void update(FactHandle handle, Object object) { commandService.execute( new UpdateCommand( handle, object ) ); }
388389390391392393394395
commandService.execute( new RetractCommand( handle ) ); } public void update(FactHandle handle, Object object) { commandService.execute( new UpdateCommand( handle, object ) ); }