Searched defs:removeOutput (Results 1 - 4 of 4) sorted by relevance

/owl-s/src/impl/owls/process/
H A DProcessImpl.java337 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 DProfileImpl.java379 public void removeOutput(Output output) { method in class:ProfileImpl
387 removeOutput((Output) list.individualAt(i));
/owl-s/src/org/mindswap/owls/process/
H A DProcess.java235 public void removeOutput(Output output); method in interface:Process
/owl-s/src/org/mindswap/owls/profile/
H A DProfile.java301 public void removeOutput(Output output); method in interface:Profile

Completed in 14 milliseconds