Searched refs:repeat (Results 1 - 4 of 4) sorted by relevance

/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java480 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 DPresentationSyntaxWriter.java145 private String repeat( char c, int n ) { method in class:PresentationSyntaxWriter
356 String pad = repeat( ' ', extraIndent );
/owl-s/lib/jena/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...

Completed in 53 milliseconds