|
The Physiologist's Friend Simulation API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AcceptsInput
Common interface to simulation components that accept inputs.
Method Summary | |
---|---|
ServesOutput |
getInput()
Returns the first (if any) input. |
Collection |
getInputs()
Returns a collection of all inputs to this simulation component. |
void |
setInput(ServesOutput input)
Sets the first (and only) input. |
void |
setInputs(Collection inputs)
Sets the collection of all inputs to this simulation component to the given. |
Method Detail |
---|
Collection getInputs()
void setInputs(Collection inputs)
inputs
- The inputs.ServesOutput getInput()
void setInput(ServesOutput input)
input
- The input.
|
http://www.ini.unizh.ch/~tobi/friend | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |