Logo

15.3.5 Specifying shapes

User Contributed Notes

norbert (3 April 2013, 9:48 pm)

The link to JGoodies pdf s broken

tudor (8 January 2013, 11:31 pm)

Thanks LukeDunstan81. I adopted the suggested corrections.

LukeDunstan81 (8 January 2013, 2:26 pm)

Corrections:

 

RecangleShape -> RectangleShape

reseted -> reset

a text labels -> text labels

tudor (24 July 2011, 11:59 am)

They are not :) . The first is select, the second is reject. In any case, I now marked it more explicitly with comments.

damien.cassou (24 July 2011, 9:54 am)

In the last example, the two sets of nodes are identical:

 

view nodes: (MooseModel root allModels allModelClasses select: #isInterface).

view nodes: (MooseModel root allModels allModelClasses reject: #isInterface).

Add a Note