Hi there,
I'm using some template classes in my model and I'm aware that I can create derived classes using parameter binding with a template binding relationship. But can I create new classes with implicit binding?
For example, if you have a class Template with a parameter T, UML allows you to create a class named Template<String> where the T parameter is implicitly bound to String. Does StarUML support this? When I try to create a new class with a name following this format StarUML doesn't accept the class name.
Thanks in advance, best regards
José