Share via


ReqDependencyAnalyzer.mapTaskLevel Method [AX 2012]

Computes a map that contains the task as the key and the level as the value.

Syntax

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.

Exceptions

Exception Condition
Error

The dependency structure contains a cycle.

Error

The dependency structure contains a cycle.

Remarks

Tasks on lower levels must be executed before tasks on higher levels.

See Also

Reference

ReqDependencyAnalyzer Class