Searched defs:removeOutput (Results 1 - 4 of 4) sorted by relevance
/owl-s/src/impl/owls/process/ | ||
H A D | ProcessImpl.java | 337 public void removeOutput(Output output) {
method in class:ProcessImpl 345 removeOutput((Output) list.individualAt(i)); 373 removeOutput(output); |
/owl-s/src/impl/owls/profile/ | ||
H A D | ProfileImpl.java | 379 public void removeOutput(Output output) {
method in class:ProfileImpl 387 removeOutput((Output) list.individualAt(i)); |
/owl-s/src/org/mindswap/owls/process/ | ||
H A D | Process.java | 235 public void removeOutput(Output output);
method in interface:Process |
/owl-s/src/org/mindswap/owls/profile/ | ||
H A D | Profile.java | 301 public void removeOutput(Output output);
method in interface:Profile |
Completed in 14 milliseconds