UML 2.4 RTF Avatar
  1. OMG Issue

UML24 — UML2 - Invalid constraint for Actor

  • Key: UML24-49
  • Legacy Issue Number: 15162
  • Status: closed  
  • Source: Model Driven Solutions ( Mr. Steve Cook)
  • Summary:

    16.3.1 Actor says: [1] An actor can only have associations to use cases, components, and classes. Furthermore these associations must be binary. self.ownedAttribute->forAll ( a | (a.association->notEmpty()) implies ((a.association.memberEnd.size() = 2) and (a.opposite.class.oclIsKindOf(UseCase) or (a.opposite.class.oclIsKindOf(Class) and not a.opposite.class.oclIsKindOf(Behavior))))

    But an Actor does not have any ownedAttribute property, so this constraint is invalid.

  • Reported: UML 2.3 — Wed, 7 Apr 2010 04:00 GMT
  • Disposition: Resolved — UML 2.4
  • Disposition Summary:

    Merged with 10780

  • Updated: Fri, 6 Mar 2015 20:58 GMT