Show in Frame No Frame
Up Previous Next Title Page Index Contents Search

6.3.7 Iterating over explosions

The links of an object, relationship or role into explosion subgraphs can be followed through the explosions keyword. The related explosion graphs can be operated on in the loop, e.g.:
do explosions 
{  '	'
   id 
   newline
}
makes a list of related explosion graphs. A foreach loop could also be used within the loop: it would then operate on the explosion graph, e.g. to iterate through its objects.

Show in Frame No Frame
Up Previous Next Title Page Index Contents Search