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

/owl-s/src/impl/owls/process/
H A DProcessImpl.java314 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 DProfileImpl.java368 public void removeInput(Input input) { method in class:ProfileImpl
376 removeInput((Input) list.individualAt(i));
/owl-s/src/org/mindswap/owls/process/
H A DProcess.java221 public void removeInput(Input input); method in interface:Process
/owl-s/src/org/mindswap/owls/profile/
H A DProfile.java287 public void removeInput(Input input); method in interface:Profile

Completed in 18 milliseconds