A Stakeholder stereotype can only be applied to UML::Actor or UML::Class which are not a UML::Association.

Icon class
icon_class
fas fa-quote-left
icon_class_computed
fas fa-quote-left
Related content
Source
Snippet kind
UML keywords
SysML keywords
Full quote
1_not_association

A Stakeholder stereotype can only be applied to UML::Actor or UML::Class which are not a UML::Association.


self.base_Classifier.oclIsKindOf(UML::Actor) or (self.base_Classifier.oclIsKindOf(UML::Class) and not self.base_Classifier.oclIsKindOf(UML::Association))
Next snippet
SysML-1.6: Known issue: this constraint is repeated twice in the spec: https://issues.omg.org/browse/SYSML17-218
Related snippets
Related snippets (backlinks)
Visit also
Visit also (backlinks)