Example #1
0
 /**
  * Return true unless none of the branches were enabled in the most recent invocation of fire().
  *
  * @return True if another iteration can occur.
  */
 public boolean postfire() {
   super.postfire();
   return _branchEnabled;
 }