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

/owl-s/src/impl/owls/process/execution/
H A DThreadedProcessExecutionEngineImpl.java64 * @see impl.owls.process.execution.ProcessExecutionEngineImpl#executeConstruct(org.mindswap.owls.process.ControlConstruct)
66 protected void executeConstruct(ControlConstruct cc) { method in class:ThreadedProcessExecutionEngineImpl
73 super.executeConstruct(cc);
H A DProcessExecutionEngineImpl.java381 executeConstruct(process.getComposedOf());
504 protected void executeConstruct(ControlConstruct cc) { method in class:ProcessExecutionEngineImpl
537 executeConstruct(component);
551 executeConstruct(component);
565 executeConstruct(component);
574 executeConstruct(thenCC);
576 executeConstruct(elseCC);
584 executeConstruct(loopBody);
592 executeConstruct(loopBody);
618 executeConstruct(loopBod
[all...]

Completed in 696 milliseconds