@@ -237,35 +237,35 @@ <h1>Raw test of jamrules</h1>
237237
238238 //
239239 $ ( "#msg" ) . append ( "<h2>prepare configuration of Mastermind </h2>" ) ;
240- rulesEngineBlack1 . selectConfigurationPropertyValue ( "dotColor1" , "red" , 1 ) ;
241- rulesEngineBlack2 . selectConfigurationPropertyValue ( "dotColor2" , "blue" , 1 ) ;
242- rulesEngineBlack3 . selectConfigurationPropertyValue ( "dotColor3" , "red" , 1 ) ;
243- rulesEngineBlack4 . selectConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
240+ rulesEngineBlack1 . checkConfigurationPropertyValue ( "dotColor1" , "red" , 1 ) ;
241+ rulesEngineBlack2 . checkConfigurationPropertyValue ( "dotColor2" , "blue" , 1 ) ;
242+ rulesEngineBlack3 . checkConfigurationPropertyValue ( "dotColor3" , "red" , 1 ) ;
243+ rulesEngineBlack4 . checkConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
244244
245- rulesEngineWhite1 . selectConfigurationPropertyValue ( "dotColor1" , "red" , 1 , false ) ;
246- rulesEngineWhite1 . selectConfigurationPropertyValue ( "dotColor2" , "blue" , 1 , false ) ;
247- rulesEngineWhite1 . selectConfigurationPropertyValue ( "dotColor3" , "red" , 1 , false ) ;
248- rulesEngineWhite1 . selectConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
245+ rulesEngineWhite1 . checkConfigurationPropertyValue ( "dotColor1" , "red" , 1 , false ) ;
246+ rulesEngineWhite1 . checkConfigurationPropertyValue ( "dotColor2" , "blue" , 1 , false ) ;
247+ rulesEngineWhite1 . checkConfigurationPropertyValue ( "dotColor3" , "red" , 1 , false ) ;
248+ rulesEngineWhite1 . checkConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
249249
250- rulesEngineWhite2 . selectConfigurationPropertyValue ( "dotColor1" , "red" , 1 , false ) ;
251- rulesEngineWhite2 . selectConfigurationPropertyValue ( "dotColor2" , "blue" , 1 , false ) ;
252- rulesEngineWhite2 . selectConfigurationPropertyValue ( "dotColor3" , "red" , 1 , false ) ;
253- rulesEngineWhite2 . selectConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
250+ rulesEngineWhite2 . checkConfigurationPropertyValue ( "dotColor1" , "red" , 1 , false ) ;
251+ rulesEngineWhite2 . checkConfigurationPropertyValue ( "dotColor2" , "blue" , 1 , false ) ;
252+ rulesEngineWhite2 . checkConfigurationPropertyValue ( "dotColor3" , "red" , 1 , false ) ;
253+ rulesEngineWhite2 . checkConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
254254
255- rulesEngineWhite3 . selectConfigurationPropertyValue ( "dotColor1" , "red" , 1 , false ) ;
256- rulesEngineWhite3 . selectConfigurationPropertyValue ( "dotColor2" , "blue" , 1 , false ) ;
257- rulesEngineWhite3 . selectConfigurationPropertyValue ( "dotColor3" , "red" , 1 , false ) ;
258- rulesEngineWhite3 . selectConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
255+ rulesEngineWhite3 . checkConfigurationPropertyValue ( "dotColor1" , "red" , 1 , false ) ;
256+ rulesEngineWhite3 . checkConfigurationPropertyValue ( "dotColor2" , "blue" , 1 , false ) ;
257+ rulesEngineWhite3 . checkConfigurationPropertyValue ( "dotColor3" , "red" , 1 , false ) ;
258+ rulesEngineWhite3 . checkConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
259259
260- rulesEngineWhite4 . selectConfigurationPropertyValue ( "dotColor1" , "red" , 1 , false ) ;
261- rulesEngineWhite4 . selectConfigurationPropertyValue ( "dotColor2" , "blue" , 1 , false ) ;
262- rulesEngineWhite4 . selectConfigurationPropertyValue ( "dotColor3" , "red" , 1 , false ) ;
263- rulesEngineWhite4 . selectConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
260+ rulesEngineWhite4 . checkConfigurationPropertyValue ( "dotColor1" , "red" , 1 , false ) ;
261+ rulesEngineWhite4 . checkConfigurationPropertyValue ( "dotColor2" , "blue" , 1 , false ) ;
262+ rulesEngineWhite4 . checkConfigurationPropertyValue ( "dotColor3" , "red" , 1 , false ) ;
263+ rulesEngineWhite4 . checkConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
264264
265- rulesEngineWin . selectConfigurationPropertyValue ( "dotColor1" , "red" , 1 , false ) ;
266- rulesEngineWin . selectConfigurationPropertyValue ( "dotColor2" , "blue" , 1 , false ) ;
267- rulesEngineWin . selectConfigurationPropertyValue ( "dotColor3" , "red" , 1 , false ) ;
268- rulesEngineWin . selectConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
265+ rulesEngineWin . checkConfigurationPropertyValue ( "dotColor1" , "red" , 1 , false ) ;
266+ rulesEngineWin . checkConfigurationPropertyValue ( "dotColor2" , "blue" , 1 , false ) ;
267+ rulesEngineWin . checkConfigurationPropertyValue ( "dotColor3" , "red" , 1 , false ) ;
268+ rulesEngineWin . checkConfigurationPropertyValue ( "dotColor4" , "yellow" , 1 ) ;
269269
270270 $ ( "#msg" ) . append ( "<h3>configuration of the configurator:</h3><pre>" + JSON . stringify ( rulesEngineWin . propertiesConfiguration ) + "</pre>" ) ;
271271 </ script >
0 commit comments