Searched refs:ForEachExample (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/examples/
H A DForEachExample.java58 public class ForEachExample { class
117 ForEachExample test = new ForEachExample();
H A DRunAllExamples.java48 // Run ForEachExample
51 System.out.println("START ForEachExample");
52 ForEachExample test = new ForEachExample();
55 System.out.println("ForEachExample threw exception: " + e);
57 System.out.println("END ForEachExample");

Completed in 174 milliseconds