streamcruncher.api
Class ParsedQuery

java.lang.Object
  extended by streamcruncher.api.ParsedQuery

public class ParsedQuery
extends java.lang.Object

This is the output of the Query parsing, produced by the Kernel which should then be used to register with the Kernel. Before the registration, the config-object can be obtained and the settings modified.


Method Summary
 java.util.Collection<java.lang.String> getCachedSubQueries()
           
 QueryConfig getQueryConfig()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getQueryConfig

public QueryConfig getQueryConfig()

getCachedSubQueries

public java.util.Collection<java.lang.String> getCachedSubQueries()


Copyright © 2006 - 2008 Ashwin Jayaprakash. All Rights Reserved. (Docs generated on 3-November-2007 )