I am trying to analyze java classes to a stereotypes such as control, entity, test, exception, interface and model. How can I classify the classes to multivalued stereotypes such as control-test or others.
I mean when we classify classes based on UML stereotypes to facilitate detecting design smell inside it, some of these classes belong into more than stereotypes not only one, so how can i consider a class is mix domain with control, or domain with boundary to certain context