| ExpanderPlugin that takes arguments of verbs to determine what kinds
of tasks we would like to expand. The plugin also takes an argument that
specifies whether the expansion should be flat 'flat=true' e.g. expand the parent by
creating a workflow of subtasks that are leaf tasks - tasks in between the parent
and the leaves will not be explicitly spelled out in the expansion, although some
of the timing information will be accumulated. If the argument is 'flat=false',
a workflow/expansion will be created for each level of expansion. The default
(if no 'flat=' argument is specified) is flat=true.
The Plugin will access a database that contains information about
how to expand the tasks it is interested in.
Please see glm/docs/UniversalExpanderPlugin.html for database and argument details.
|