Searched refs:getAllBindings (Results 1 - 4 of 4) sorted by relevance
/owl-s/src/org/mindswap/owls/process/ | ||
H A D | CompositeProcess.java | 70 public BindingList getAllBindings();
method in interface:CompositeProcess |
H A D | ControlConstruct.java | 63 public BindingList getAllBindings();
method in interface:ControlConstruct 98 * @see #getAllBindings() used for retrieving the bindings from and to the given CC |
/owl-s/src/impl/owls/process/ | ||
H A D | CompositeProcessImpl.java | 62 public BindingList getAllBindings() {
method in class:CompositeProcessImpl 64 return cc.getAllBindings(); |
/owl-s/src/impl/owls/process/constructs/ | ||
H A D | ControlConstructImpl.java | 69 public BindingList getAllBindings() {
method in class:ControlConstructImpl |
Completed in 1164 milliseconds