Uses of Interface
solar.service.fap.FapService

Packages that use FapService
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 FapService in solar.service.dan
 

Fields in solar.service.dan declared as FapService
protected  FapService DanClientService._fap
           
protected  FapService PipeConnector._fap
           
protected  FapService AbstractDanService._fap
           
 

Methods in solar.service.dan that return FapService
 FapService DanClientService.getFapService()
           
 FapService AbstractDanService.getFapService()
           
 FapService DanService.getFapService()
          Get the fap service used by DAN.
 

Uses of FapService in solar.service.fap
 

Classes in solar.service.fap that implement FapService
 class FapClientService
          Implementation of Filter-and-Pipe (FAP) service.
 class SolarFapService
          Implementation of Filter-and-Pipe (FAP) service.
 

Methods in solar.service.fap with parameters of type FapService
static Pipe PipeFactory.makePipe(Id pid, int type, FapService fap)
          Make a supported pipe.
 

Constructors in solar.service.fap with parameters of type FapService
DirectPipe(Id pid, int type, FapService fap)