uk.ac.bbk.dcs.automed.dataWarehousing.util
Class GetIQLSource

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.dataWarehousing.util.GetIQLSource

public class GetIQLSource
extends java.lang.Object

Author:
hao To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
private  boolean ignoreSysVariable
           
 
Constructor Summary
GetIQLSource()
           
 
Method Summary
private  java.util.ArrayList getListSource(Cell root)
           
private  java.util.ArrayList getSourceOfGeneralComp(Cell root)
           
 java.util.ArrayList getSourcesOfIQL(Cell root)
           
 java.util.ArrayList getSourcesOfIQL(java.lang.String query)
           
private  java.util.ArrayList getSourcesOfOneArgument(Cell root)
           
private  java.util.ArrayList getSourcesOfTwoArguments(Cell root)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ignoreSysVariable

private boolean ignoreSysVariable
Constructor Detail

GetIQLSource

public GetIQLSource()
Method Detail

getListSource

private java.util.ArrayList getListSource(Cell root)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getSourceOfGeneralComp

private java.util.ArrayList getSourceOfGeneralComp(Cell root)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getSourcesOfIQL

public java.util.ArrayList getSourcesOfIQL(Cell root)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getSourcesOfIQL

public java.util.ArrayList getSourcesOfIQL(java.lang.String query)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getSourcesOfOneArgument

private java.util.ArrayList getSourcesOfOneArgument(Cell root)
                                             throws java.lang.Exception
Throws:
java.lang.Exception

getSourcesOfTwoArguments

private java.util.ArrayList getSourcesOfTwoArguments(Cell root)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception