Declaration :
Directly inherited by : UmlFormalParameter
This class manages 'formal parameters' of a template class. For instance 'T' in
template class Cl<class T> ...
Artifact : UmlBaseFormalParameter
Operation UmlBaseFormalParameter |
Declaration :
Operation name |
Declaration :
returns the name of the formal
Operation type |
Declaration :
returns the type of a formal, probably "class"
Operation defaultValue |
Declaration :
returns the default actual value
Operation extend |
Declaration :
return the optional extend (Java)
Attribut _name |
Declaration :
Attribut _type |
Declaration :
"class" ...
Relation _default_value (<directional aggregation by value>) |
Declaration :
Relation _extends (<directional aggregation by value>) |
Declaration :
Operation read_ |
Declaration :
internal, do NOT use it
All public operations : defaultValue , extend , name , type