Lines Matching refs:perform
393 Perform perform = outputOnt.createPerform();
396 perform.setProcess(process);
398 return perform;
601 Perform perform = getCachedPerform(process, process2);
603 // add binding to the perform
604 perform.addBinding((Input) param1, Perform.TheParentPerform, (Input) param2);
614 result.addBinding((Output) param1, perform, (Output) param2);
618 Perform perform = getCachedPerform(process, process1);
620 // add binding to the perform
621 perform.addBinding((Input) param2, Perform.TheParentPerform, (Input) param1);
631 result.addBinding((Output) param2, perform, (Output) param1);