Package uk.ac.bbk.dcs.automed.qproc.iql

Class Summary
ASG Every IQL query is internally represented as an Abstract Syntax Graph (ASG).
ASGCollection  
ASGCollectionIterator  
ASGComprehension  
ASGComprehensionMiniCon  
ASGTuple  
Cell Every node in an ASG is a Cell, so one has to use this class in order to perform any operations on an ASG
CFR Constructors and Functions Repository class.
Environment  
EnvLexer  
EnvParser CUP v0.10j generated parser.
EnvSym CUP generated class containing symbol constants.
FLexer  
FSym CUP generated class containing symbol constants.
IQLUtility Provides a number of static methods that simplify IQL expressions.
QParser CUP v0.10j generated parser.
QSym CUP generated class containing symbol constants.
ReservedTokens  
SchemeInfo Every Cell with tag scheme has a SchemeInfo object in its data field.
TypeChecker  
TypeConstants  
 

Exception Summary
IQLException IQLException
ParseException An exception relating to the QProc package.
TypeException Class Task Description