Previous snippet
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