I have a global function called ("UPDATE") that is static and only visible in the c++ file. However, it is still crucial to the classes function and I want to depict it in my staruml map.
I tried to do this by simply putting text in a rounded rectangle but I cant connect any arrows to this (I wish to demonstrate the use of the function using arrows etc).
The exact reasoning for me not making this a static member is that I need it to be accessible to a thread but not by the user instantiating the class.
What is the "correct" way to depict such a function?