c.getY() + 100 );
if ( child instanceof TypeNode ) {
uiModel.add( new TypeNodeElement( cc,
(TypeNode) child ) );
} else if ( child instanceof ConstraintNode ) {
uiModel.add( new ConstraintNodeElement( cc,
(ConstraintNode) child ) );
}
uiModel.add( new ConnectorElement( uiModelUtilities.getUIElement( node ),
uiModelUtilities.getUIElement( child ) ) );
processChildren( cc,