Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a ReqDependencyAnalyzer object that holds the dependencies for the given item.
Syntax
protected ReqDependencyAnalyzer reqLevelAnalyzer(
    ItemId _itemId, 
    ReqPlanData _reqPlanData, 
   [boolean _reversed])
Run On
Called
Parameters
- _itemId
 Type: ItemId Extended Data Type
 A string that holds the itemID value.
- _reqPlanData
 Type: ReqPlanData Class
 An object of type ReqPlanData that holds cached data.
- _reversed
 Type: boolean
 A Boolean that determines whether the list should be in a reversed order; optional.
Return Value
Type: ReqDependencyAnalyzer Class
A ReqDependencyAnalyzer object.