|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Although impossible to describe in a Java interface, Sources are
PipeElement which are expected to pour
Propertys into a Sink. A pipe
element that is both a Source and a Sink is called a
Filter.
PipeElement,
Filter,
Sink| Method Summary | |
Sink |
getSink()
Get the Sink in which properties will be poured. |
void |
setSink(Sink sink)
Sets the Sink in which properties will be poured. |
| Methods inherited from interface org.treebind.PipeElement |
getPipe, setPipe |
| Method Detail |
public void setSink(Sink sink)
Sink in which properties will be poured.
sink - the sinkpublic Sink getSink()
Sink in which properties will be poured.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||