Searched defs:ccList (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/impl/owls/process/execution/
H A DProcessExecutionEngineImpl.java532 ControlConstructList ccList = cc.getComponents();
534 for(int i = 0; i < ccList.size(); i++) {
535 ControlConstruct component = ccList.constructAt(i);
542 ControlConstructBag ccList = cc.getComponents();
547 OWLIndividualList list = ccList.getAll();
556 ControlConstructBag ccList = choice.getComponents();
560 int size = ccList.size();
563 ControlConstruct component = ccList.constructAt(index);
687 protected void executeParallel(ControlConstructBag ccList, boolean join) { argument
688 ProcessExecutionThread[] threads = new ProcessExecutionThread[ccList
[all...]

Completed in 709 milliseconds