digraph G { rankdir=LR node [fontsize=16 height=1]; __field___organizationTypes [label=_organizationTypes]; __field___addressesAC [label=_addressesAC]; __field___contactsAC [label=_contactsAC]; __field___orgIsUpdated [label=_orgIsUpdated]; __field__type [label=type]; __field__canReset [label=canReset]; __field__groupCodes [label=groupCodes]; __field__contact [label=contact]; __method__doInit[label=doInit shape=rect style=filled color=cadetblue3]; __method__doInit -> __method__createNewCustomer; __method__doInit -> __field___orgIsUpdated; __method__doComplete[label=doComplete shape=rect style=filled color=cadetblue3]; __method__doComplete -> __field__canReset; __method__doComplete -> __method__control; __method__organizationFound[label=organizationFound shape=rect style=filled color=cadetblue3]; __method__organizationFound -> __method__control; __method__cancelChange[label=cancelChange shape=rect style=filled color=cadetblue3]; __method__cancelChange -> __method__createNewCustomer; __method__cancelChange -> __method__control; __method__cancelChange -> __field___orgIsUpdated; __method__organizationStored[label=organizationStored shape=rect style=filled color=cadetblue3]; __method__organizationStored -> __field___orgIsUpdated; __method__organizationTypes[label=organizationTypes shape=rect style=filled color=cadetblue3]; __method__organizationTypes -> __field___organizationTypes; __method__confirmCreateNewCustomer[label=confirmCreateNewCustomer shape=rect style=filled color=cadetblue3]; __method__confirmCreateNewCustomer -> __method__cancelChangeBeforeCreation; __method__cancelChangeBeforeCreation[label=cancelChangeBeforeCreation shape=rect style=filled color=cadetblue3]; __method__cancelChangeBeforeCreation -> __method__createNewCustomer; __method__createNewCustomer[label=createNewCustomer shape=rect style=filled color=cadetblue3]; __method__createNewCustomer -> __field__type; __method__createNewCustomer -> __field___addressesAC; __method__createNewCustomer -> __field___contactsAC; __method__createNewCustomer -> __method__control; __method__createNewCustomer -> __field___orgIsUpdated; __method__niveauxUpdated[label=niveauxUpdated shape=rect style=filled color=cadetblue3]; __method__niveauxUpdated -> __method__elementChanged; __method__reseauxUpdated[label=reseauxUpdated shape=rect style=filled color=cadetblue3]; __method__reseauxUpdated -> __method__elementChanged; __method__contactCreated[label=contactCreated shape=rect style=filled color=cadetblue3]; __method__contactCreated -> __method__elementChanged; __method__contactCreated -> __field___contactsAC; __method__addressCreated[label=addressCreated shape=rect style=filled color=cadetblue3]; __method__addressCreated -> __method__elementChanged; __method__addressCreated -> __field___addressesAC; __method__addressChanged[label=addressChanged shape=rect style=filled color=cadetblue3]; __method__addressChanged -> __method__elementChanged; __method__elementChanged[label=elementChanged shape=rect style=filled color=cadetblue3]; __method__elementChanged -> __field___orgIsUpdated; __method__control[label=control shape=rect style=filled color=cadetblue3]; __method__control -> __field___addressesAC; __method__control -> __field___contactsAC; }