Searched defs:removeInput (Results 1 - 4 of 4) sorted by relevance
/owl-s/src/impl/owls/process/ | ||
H A D | ProcessImpl.java | 314 public void removeInput(Input input) {
method in class:ProcessImpl 322 removeInput((Input) list.individualAt(i)); 349 removeInput(input); |
/owl-s/src/impl/owls/profile/ | ||
H A D | ProfileImpl.java | 368 public void removeInput(Input input) {
method in class:ProfileImpl 376 removeInput((Input) list.individualAt(i)); |
/owl-s/src/org/mindswap/owls/process/ | ||
H A D | Process.java | 221 public void removeInput(Input input);
method in interface:Process |
/owl-s/src/org/mindswap/owls/profile/ | ||
H A D | Profile.java | 287 public void removeInput(Input input);
method in interface:Profile |
Completed in 14 milliseconds