Is it possible to visualize a bunch of functions in UML
There is no UML element for representing independent functions. You may however consider a free standing function as a special form of object in its own class. In fact, in some designs, “functor” objects are even designed to be used in place of a functions. To avoid possible confusion, you may extend the class diagram … Read more