<detailskey="body"value="/** To be implemented by subclasses. **/"/>
<detailskey="documentation"value="Hook to allow changing the copy map, typically by adding elements that are not copied but might still be necessary to preserve some information.
The typical example is to copy connections between elements: the top element containing the connections is not copied, but necessary to copy the connections."/>
<detailskey="body"value="/** To be implemented by subclasses. **/"/>
<detailskey="documentation"value="Hook to allow copying the connections between elements.
Goes hand in hand with completeCopyEnvironment.
Typically, one first calls completeCopyEnvironment on all copied elements and then copyConnections to copy the connections."/>