Uses of Class
solar.service.fap.Pipe

Packages that use Pipe
solar.service.dan Contains DAN (Data Aggregation Network) service and related classes. 
solar.service.fap Contains FAP (Filter-and-Pipe) service and related classes. 
 

Uses of Pipe in solar.service.dan
 

Methods in solar.service.dan that return Pipe
 Pipe[] NodeHandler.getOutputPipes()
           
 Pipe[] NodeHandler.getInputPipes()
           
 

Methods in solar.service.dan with parameters of type Pipe
 void NodeHandler.attachOutputPipe(Pipe pipe, OutputPort outport)
           
 void NodeHandler.attachInputPipe(Pipe pipe, InputPort inport)
           
 

Uses of Pipe in solar.service.fap
 

Subclasses of Pipe in solar.service.fap
 class DirectPipe
          A direct pipe has no buffer inside.
 

Methods in solar.service.fap that return Pipe
static Pipe PipeFactory.makePipe(Id pid, int type, FapService fap)
          Make a supported pipe.
 Pipe FapClientService.getPipe(Id pid)
           
 Pipe[] DataSource.getOutputPipes()
          Return all the output pipes in an array.
 Pipe[] DataSink.getInputPipes()
          Return all the input pipes in an array.
 Pipe FapService.getPipe(Id pid)
          Return a pipe given its ID.
 

Methods in solar.service.fap with parameters of type Pipe
protected  void FapClientService.registerPipe(Id pid, Pipe pipe)
           
 void DataSource.attachOutputPipe(Pipe pipe, OutputPort outport)
          Attach an output pipe to this data source at a specific port.
 void DataSink.attachInputPipe(Pipe pipe, InputPort inport)
          Attach an input pipe to this data sink.