Reporter    Example Index: |  1  |  2  |  3  |  4  |  5  |  6  |  7  |

01: RepoArrayDepth

RepoArrayDepth Definition    download .ghx

Collections of objects such as points imply many properties, some pertaining the points themselves and some to their organization in a collection. Examples include the extrema coordinates of the points, the longest path in the collection (the array depth) and the number of elements in the collection. In this example, the Reporter pattern extracts such data from the model. In this sample, function iterates over each element in a collection, accumulating the desired measures as it proceeds.      ... more on Design Patterns CA


RepoArrayDepth Manipulations


RepoArrayDepth Manipulations