Uses of Class
graphServer.graph.RawQuery

Packages that use RawQuery
graphServer.graph   
 

Uses of RawQuery in graphServer.graph
 

Methods in graphServer.graph that return RawQuery
 RawQuery RawQueryHit.getQuery()
          Gets the RawQuery this query hit corresponds with.
 

Constructors in graphServer.graph with parameters of type RawQuery
RawQueryHit(RawDocument document, RawQuery query)
          Keys the query hit.