|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Sink
Interface for objects containing multiple Sources. This object recieves input lines.
| Method Summary | |
|---|---|
java.lang.Object |
addSource(Source s)
Add a Source |
Source[] |
getSources()
Get array of sources. |
void |
removeSource(Source s)
Remove a Source |
| Method Detail |
|---|
java.lang.Object addSource(Source s)
throws SinkIsFullException
s - Source to add
SinkIsFullExceptionvoid removeSource(Source s)
s - Source to removeSource[] getSources()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||