Searched refs:createExecutionEngine (Results 1 - 9 of 9) sorted by relevance

/owl-s/src/org/mindswap/owls/
H A DOWLSFactory.java45 public ProcessExecutionEngine createExecutionEngine(); method in interface:OWLSFactory.Interface
62 public static ProcessExecutionEngine createExecutionEngine() { method in class:OWLSFactory
63 return factory.createExecutionEngine();
/owl-s/src/impl/owls/
H A DOWLSFactoryImpl.java30 public ProcessExecutionEngine createExecutionEngine() { method in class:OWLSFactoryImpl
/owl-s/src/examples/
H A DCreateJavaGrounding.java82 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
H A DForEachExample.java65 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
H A DPreconditionCheck.java50 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
H A DExecutionMonitor.java195 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
H A DCreateSequence.java242 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
H A DRunService.java69 exec = OWLSFactory.createExecutionEngine();
H A DCreateComplexProcess.java329 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();

Completed in 239 milliseconds