Sequence diagram, code generation

Hello,
I’ve created a sequence diagram with one actor calling public method of class. Then, self message is created within the class. Will this be generated as a code in implementation of the method?
I would like to receive following code:

	Procedure CsdkLinkAbstract.setHppcAddress(aHppcAddress:String); 
	Begin
		initInternalClasses();
	End;

I have attached sequence diagram as a screenshot

best regards
Piotr Rezmer

seq.PNG

Hi Prezmer,

Thanks for your post. We are sorry that we do not support generate code from Sequence Diagram.

Best regards,
Lilian Wong