Uses of Class
Raccoon.RM.ResourceManager

Packages that use ResourceManager
Raccoon   
Raccoon.GUI   
Raccoon.NET   
Raccoon.QE   
Raccoon.SE   
 

Uses of ResourceManager in Raccoon
 

Fields in Raccoon declared as ResourceManager
static ResourceManager Raccoon.rm
           
 

Uses of ResourceManager in Raccoon.GUI
 

Methods in Raccoon.GUI that return ResourceManager
 ResourceManager PeerViewBrowser.getRM()
           
 

Methods in Raccoon.GUI with parameters of type ResourceManager
 void PeerViewBrowser.setRM(ResourceManager newRM)
           
 

Constructors in Raccoon.GUI with parameters of type ResourceManager
PeerViewBrowser(ResourceManager rm)
          We set the complet set in PeerViewBrowser and ResourceManager to be the same one
PeerViewBrowser(javax.swing.JFrame f, ResourceManager newRM, SearchEngine newSE, QueryEngine newQE)
           
PeerViewBrowser(javax.swing.JApplet app, ResourceManager newRM, SearchEngine newSE, QueryEngine newQE)
           
 

Uses of ResourceManager in Raccoon.NET
 

Fields in Raccoon.NET declared as ResourceManager
 ResourceManager NetModuleImpl.rm
           
 

Methods in Raccoon.NET with parameters of type ResourceManager
 void NetModuleImpl.setResourceManager(ResourceManager newRM)
           
 

Uses of ResourceManager in Raccoon.QE
 

Fields in Raccoon.QE declared as ResourceManager
 ResourceManager QueryEngine.rm
           
 

Methods in Raccoon.QE that return ResourceManager
 ResourceManager QueryEngine.getResourceManager()
           
 

Methods in Raccoon.QE with parameters of type ResourceManager
 void QueryEngine.setResourceManager(ResourceManager newRM)
           
 

Uses of ResourceManager in Raccoon.SE
 

Methods in Raccoon.SE with parameters of type ResourceManager
 SearchAnswer SearchPattern.localSearch(ResourceManager rm)
          technique to do the matching between this search pattern and the local peer database
 void SearchEngine.setResourceManager(ResourceManager newRM)
           
 SearchAnswer SearchCriteria.localSearch(ResourceManager rm)
          technique to do the matching between this search criteria and the local peer database according to the search patter used in this criteria
 SearchAnswer SchemaPattern.localSearch(ResourceManager rm)
          technique to do the matching between this search criteria and the local peer database
 SearchAnswer RelationPattern.localSearch(ResourceManager rm)
          technique to do the matching between this search criteria and the local peer database
 SearchAnswer InstancePattern.localSearch(ResourceManager rm)
          technique to do the matching between this search criteria and the local peer database