Yes, you need to provide a DLL containing a COM object implementing IStarUMLAddIn interface (in any suitable programming language) and accessing StarUML app through IStarUMLApplication interface. Of course all existing StarUML addins may serve as an example. Also take a look at:
How can I create my own codegenerator?
Is it possible to access every model element
and it's relations somehow?
Regards,
Ruud
Yes, you need to provide a DLL containing a COM object implementing IStarUMLAddIn interface (in any suitable programming language) and accessing StarUML app through IStarUMLApplication interface. Of course all existing StarUML addins may serve as an example. Also take a look at:
http://staruml.sourceforge.net/docs/developer-guide(en)/toc.html
for further details.