Changes between Version 17 and Version 18 of VIQUEN
- Timestamp:
- 08/18/10 17:08:06 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VIQUEN
v17 v18 36 36 The main query-building workspace has been designed to take advantage of the data flow graph transformation style of IML. Each high-level query operation is represented in its own visual component. Components of the same type are the same color for easy identification. The visual components are then chained together, using directed edges, to compose the entire query. 37 37 38 [[Image( photo.jpg)]]38 [[Image(start_node.png)]] 39 39 A query must begin with a Start node, which indicates the point from which the system will start to compile the query. By positioning the Start node appropriately, different chunks of the query may be executed individually before combining them into a larger query. After the Start node, the query is defined by adding one or more subquery blocks to the workspace. 40 40