Searched defs:repeatInfo (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java479 private RepeatUntil createRepeatUntil(OWLIndividual repeatInfo) { argument
480 RepeatUntil repeat = (RepeatUntil) translate(repeatInfo, RepeatUntil.class, OWLS_1_1.Process.RepeatUntil);
482 if(inputOnt.hasProperty(repeatInfo, OWLS_1_0.Process.untilCondition)) {
483 createCondition(repeat, inputOnt.getProperties(repeatInfo, OWLS_1_0.Process.untilCondition));
489 if(inputOnt.hasProperty(repeatInfo, OWLS_1_0.Process.components)) {
493 if(inputOnt.hasProperty(repeatInfo, OWLS_1_0.Process.untilProcess)) {
494 OWLIndividual untilComponentInfo = inputOnt.getProperty(repeatInfo, OWLS_1_0.Process.untilProcess);
500 "\n RepeatUntil: " + repeatInfo + ")");
509 private RepeatWhile createRepeatWhile(OWLIndividual repeatInfo) { argument
510 RepeatWhile repeat = (RepeatWhile) translate(repeatInfo, RepeatWhil
[all...]

Completed in 174 milliseconds