This documentation is archived and is not being maintained.
ReqDependencyAnalyzer.mapTaskLevel Method [AX 2012]
Computes a map that contains the task as the key and the level as the value.
protected Map mapTaskLevel()
Run On
Called
Return Value
Type:
Map Class
A map that contains all tasks. The key holds the tasks. The value holds the level the task belongs to.
| Exception | Condition |
|
Error
|
The dependency structure contains a cycle.
|
|
Error
|
The dependency structure contains a cycle.
|
Tasks on lower levels must be executed before tasks on higher levels.