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

/owl-s/src/examples/
H A DPreconditionCheck.java47 public class PreconditionCheck { class
132 PreconditionCheck test = new PreconditionCheck();
H A DRunAllExamples.java81 // Run PreconditionCheck
84 System.out.println("START PreconditionCheck");
85 PreconditionCheck test = new PreconditionCheck();
88 System.out.println("PreconditionCheck threw exception: " + e);
90 System.out.println("END PreconditionCheck");

Completed in 9 milliseconds