UPDM 1.0 NO IDEA Avatar
  1. OMG Issue

UPDM — 8.3.11:Doctrine

  • Key: UPDM-225
  • Legacy Issue Number: 11756
  • Status: open  
  • Source: International Business Machines ( Mr. Fred Mervine)
  • Summary:

    Diagram should show an association to Operation instead of OpertionalTask and SystemTask. It should be named "tasks". The association has to be unidirectional with a multiplicity of zero or more.

    8.3.11.6 Constraints
    [1] Asserts that there are SystemTasks or OperationalTasks governed by this Doctrine self.tasks-> forAll(getAppliedStereotype('UPDM::OperationalTask')>notEmpty() or getAppliedStereotype('UPDM::SystemTask')>notEmpty())
    [1] Asserts that there are zero or more SystemTasks or OperationalTasks governed by this Doctrine
    self.tasks->notEmpty() implies
    self.tasks-> forAll(getAppliedStereotype('UPDM::OperationalTask')
    ->notEmpty() or
    getAppliedStereotype('UPDM::SystemTask')->notEmpty())

    [3] Asserts that this Doctrine governs zero or more CapabilityConfigurations self.capabilityConfigurations-> forAll(getAppliedStereotype ('UPDM::CapabilityConfiguration')->notEmpty())

    [3] Asserts that this Doctrine governs zero or more CapabilityConfigurations
    self.capabilityConfigurations->notEmpty() implies
    self.capabilityConfigurations-> forAll(getAppliedStereotype ('UPDM::CapabilityConfiguration')->notEmpty())

  • Reported: UPDM 1.0b1 — Wed, 5 Dec 2007 05:00 GMT
  • Updated: Fri, 6 Mar 2015 20:59 GMT