Lines Matching refs:repeat
480 RepeatUntil repeat = (RepeatUntil) translate(repeatInfo, RepeatUntil.class, OWLS_1_1.Process.RepeatUntil);
483 createCondition(repeat, inputOnt.getProperties(repeatInfo, OWLS_1_0.Process.untilCondition));
487 "\n RepeatUntil: " + repeat + ")");
497 repeat.setComponent(untilComponent);
504 "\n RepeatUntil: " + repeat + ")");
506 return repeat;
510 RepeatWhile repeat = (RepeatWhile) translate(repeatInfo, RepeatWhile.class, OWLS_1_1.Process.RepeatWhile);
513 createCondition(repeat, inputOnt.getProperties(repeatInfo, OWLS_1_0.Process.whileCondition));
517 "\n RepeatWhile: " + repeat + ")");
527 repeat.setComponent(whileComponent);
534 "\n RepeatWhile: " + repeat + ")");
536 return repeat;