Uses of Class
Raccoon.QE.QueryEngine

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

Uses of QueryEngine in Raccoon
 

Fields in Raccoon declared as QueryEngine
static QueryEngine Raccoon.qe
           
 

Uses of QueryEngine in Raccoon.GUI
 

Methods in Raccoon.GUI that return QueryEngine
 QueryEngine PeerViewBrowser.setQE()
           
 

Methods in Raccoon.GUI with parameters of type QueryEngine
 void PeerViewBrowser.setQE(QueryEngine newQE)
           
 

Constructors in Raccoon.GUI with parameters of type QueryEngine
PeerViewBrowser(javax.swing.JFrame f, ResourceManager newRM, SearchEngine newSE, QueryEngine newQE)
           
PeerViewBrowser(javax.swing.JApplet app, ResourceManager newRM, SearchEngine newSE, QueryEngine newQE)
           
 

Uses of QueryEngine in Raccoon.NET
 

Fields in Raccoon.NET declared as QueryEngine
 QueryEngine NetModuleImpl.qe
           
 

Methods in Raccoon.NET with parameters of type QueryEngine
 void NetModuleImpl.setQueryEngine(QueryEngine newQE)
           
 

Uses of QueryEngine in Raccoon.QE
 

Subclasses of QueryEngine in Raccoon.QE
 class SimQueryEngine
          SimQueryEngine : Class that helps to simulate the QueryEngine.
 

Fields in Raccoon.QE declared as QueryEngine
 QueryEngine QueryNode.qe
           
 

Constructors in Raccoon.QE with parameters of type QueryEngine
QueryNode(QueryEngine newQE)
           
ParseHelper(QueryEngine newQE)
           
ParseEngine(QueryEngine newQE)
           
 

Uses of QueryEngine in Raccoon.SE
 

Methods in Raccoon.SE with parameters of type QueryEngine
 void SearchEngine.setQueryEngine(QueryEngine newQE)