pietermartin / umlg

Uml to java
5 stars 6 forks source link

initVariables #6

Closed pietermartin closed 12 years ago

pietermartin commented 12 years ago

So far only this method signature is generated. Implement the body of this method.

pietermartin commented 12 years ago

Done, only works for primitive properties, similar to java semantics. Variables are initialised on creation, before any composite parent or other association is set.