42 import java.util.List;
43 import okw.OKW_Helper;
61 private int LevelCounter = 0;
63 private Boolean cvbDebugMode =
false;
82 System.out.println(this.BlanksBefore +
"ERROR: " + fps_Message);
92 System.out.print(this.BlanksBefore +
"Exception: ");
93 System.out.println(fps_Message);
124 this.
LogPrint(fpb_Return.toString());
138 for (String Value : fpls_Return)
157 for (
int i = 0; i < fpsParameter.length; i += 2)
159 this.
LogPrint(fpsParameter[i] +
": >>" + fpsParameter[i + 1] +
"<<");
181 String String2Print = fps_KeyWordName;
184 if (fpsParameter.length == 0)
187 String2Print = String2Print +
"()";
190 else if (fpsParameter.length == 1)
192 String2Print = String2Print +
": \"" + fpsParameter[0] +
"\"";
195 else if (fpsParameter.length == 2)
197 String2Print = String2Print +
": \"" + fpsParameter[0] +
"\" = \"" + fpsParameter[1] +
"\"";
202 String2Print = String2Print +
"(\"" + fpsParameter[0] +
"\"";
204 for (
int i = 1; i < fpsParameter.length; i++)
206 String2Print = String2Print +
", \"" + fpsParameter[i] +
"\"";
209 String2Print = String2Print +
")";
257 String choiceValue, String featureName,
258 String localCategoryName, String sourceExcerpt,
261 this.
LogPrint(
"Step: " + sourceExcerpt);
263 this.
LogPrint(
" Feature Name:" + featureName);
264 this.
LogPrint(
" Category Name:" + categoryName );
265 this.
LogPrint(
" Category Type:" + categoryType );
266 this.
LogPrint(
" Choice Value:" + choiceValue);
267 this.
LogPrint(
"Local Category Name:" + localCategoryName);
323 System.out.println(this.BlanksBefore +
"Pass: " + fps_Message);
333 System.out.println(this.BlanksBefore + fps_Message);
341 public void LogSourceLocation( String Start, String End, String featureName, String sourceType )
343 System.out.println(this.BlanksBefore + featureName);
344 System.out.println(this.BlanksBefore + Start);
345 System.out.println(this.BlanksBefore + End);
346 System.out.println(this.BlanksBefore + sourceType);
356 System.out.println(this.BlanksBefore +
"WARNING: " + fps_Message);
366 if (this.LevelCounter > 0)
372 this.LevelCounter = 0;
409 LogPrint(
"-------------------------------------------------------------------------");
420 LogPrint(
"-------------------------------------------------------------------------");
427 String fps_SequenceName, String... fpsParameter )
429 int i = fpsParameter.length;
432 String[] newArray =
new String[n];
434 newArray[0] = fpsWindowFN;
435 newArray[1] = fps_SequenceName;
437 for(
int cnt=2; cnt<i; cnt++)
439 newArray[cnt] = fpsParameter[cnt-2];
459 if (this.cvbDebugMode)
471 if (this.cvbDebugMode)
483 if (this.cvbDebugMode)
494 if (this.cvbDebugMode)
505 if (this.cvbDebugMode)
517 if (this.cvbDebugMode)
529 if (this.cvbDebugMode)
542 if (this.cvbDebugMode)
553 this.cvbDebugMode = cvbDebugMode;