Searched refs:repeat (Results 1 - 4 of 4) sorted by relevance
/owl-s/src/impl/owls/ |
H A D | OWLSTranslator_1_0.java | 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 [all...] |
/owl-s/src/org/mindswap/owls/io/ |
H A D | PresentationSyntaxWriter.java | 145 private String repeat( char c, int n ) {
method in class:PresentationSyntaxWriter 356 String pad = repeat( ' ', extraIndent );
|
/owl-s/lib/jena/ |
H A D | junit.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ... |
/owl-s/lib/pellet/ |
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |
Completed in 53 milliseconds