Lines Matching refs:ControlConstructList
35 import org.mindswap.owls.process.ControlConstructList;
54 ControlConstructList components = getComponents();
63 public ControlConstructList getComponents() {
64 return (ControlConstructList) getPropertyAs(OWLS.Process.components, ControlConstructList.class);
73 ControlConstructList components = getComponents();
77 components = (ControlConstructList) components.getRest();
88 ControlConstructList components = getComponents();
89 components = (ControlConstructList) components.remove(CC);
100 ControlConstructList list = getComponents();