Uses of Class
edu.uoc.pfc.search.SearchGenerator

Packages that use SearchGenerator
edu.uoc.pfc.search   
edu.uoc.pfc.service   
edu.uoc.pfc.service.rmi   
 

Uses of SearchGenerator in edu.uoc.pfc.search
 

Subclasses of SearchGenerator in edu.uoc.pfc.search
 class GoogleSearchGenerator
          Classe encarregada d'enviar consultes al motor de cerca Google amb el format de les urls de consulta de Google i de tornar el resultat.
 

Uses of SearchGenerator in edu.uoc.pfc.service
 

Methods in edu.uoc.pfc.service with parameters of type SearchGenerator
 void AnonymousQueriesService.start(Profile profile, SearchGenerator search, ProfileXMLHelper helper)
          Mètode encarregat d'inicialitzar el servei a partir de les dades del perfil de l'usuari.
 

Uses of SearchGenerator in edu.uoc.pfc.service.rmi
 

Constructors in edu.uoc.pfc.service.rmi with parameters of type SearchGenerator
AnonymousQueriesRemoteImpl(Profile profile, SearchGenerator search, ProfileXMLHelper xmlHelper)
          Mètode constructor.