This is part of the add sequence diagram in the DG.
It seems from your codebase, Model is an interface. However, including it in the sequence diagram as :Model adds more confusion, as it is convention to show only the objects involved. Perhaps it would be better to show :ModelManager here instead?
This is part of the add sequence diagram in the DG.
It seems from your codebase, Model is an interface. However, including it in the sequence diagram as
:Model
adds more confusion, as it is convention to show only the objects involved. Perhaps it would be better to show:ModelManager
here instead?