When you want to programmatically force all invalid layouts to be performed, one calls Diagram.layoutDiagram().
When you want to force all of the layouts to be performed, one calls Diagram.layoutDiagram(true).
That way you can leave the Group.layout with Layout.isInitial and Layout.isOngoing set to false.