|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.treebind.DefaultPipeElementImplementation
Default implementation of a TreeBind pipe element. This class takes care of setting and getting the pipe in which a pipe element may be embedded.
PipeElement| Constructor Summary | |
DefaultPipeElementImplementation()
Creates a pipe element. |
|
DefaultPipeElementImplementation(Pipe pipe)
Creates a pipe element in a pipe. |
|
| Method Summary | |
Pipe |
getPipe()
Get the pipe. |
void |
setPipe(Pipe pipe)
Sets the pipe. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultPipeElementImplementation(Pipe pipe)
pipe - the pipe containing the pipe element.public DefaultPipeElementImplementation()
| Method Detail |
public void setPipe(Pipe pipe)
PipeElement
setPipe in interface PipeElementpipe - the pipe.public Pipe getPipe()
PipeElement
getPipe in interface PipeElement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||