ICSE 2001 Logo   Rigi Logo
 
rcl_select_strong_connect
Back to RCL Command Index

No arguments accepted.

Description:

The all composite arcs in the active window are scanned. (Composite arcs are collections of arcs represented by a single line between two "Collapsed" nodes.) If the number of contributors to a composite arc is greater than or equal to the high threshold (see rcl_set_high_thresholds), the destination and source nodes of the composite arc are selected. Arc type filtering is ignored by this procedure (see rcl_filter_arctype). The rcl_select_invert can be used with this command to select all those nodes that have no strong connections. See also rcl_select_weak_connect.

Return Value:

The number of nodes selected is returned.

Exceptions:

None.

Example:

# Set the threshold to 20 or more contributors and select the
# strongly connected nodes.

rcl_set_high_thresholds 20
rcl_select_strong_connect

Back to RCL Command Index