Issue 8255: Section: 12.3.35 (uml2-rtf) Source: (, ) Nature: Clarification Severity: Minor Summary: I forgot to mention that "ordered" needs to be added to the following associations: results:OutputPin[0..*], loopVariable:OutputPin[0..*], and loopVariableInput:InputPin[0..*] as shown in fig. 196. Resolution: Also added subsets statements to results, loopVariable, and loopVariableInput. Revised Text: Associations (CompleteStructuredActivities) section of 12.3.35: Replace • result : OutputPin [0..*] A list of output pins that constitute the data flow output of the entire loop. • loopVariable : OutputPin [0..*] A list of output pins owned by the loop that hold the values of the loop variables during an execution of the loop. When the test fails, the values are copied to the result pins of the loop. with • result : OutputPin [0..*] {ordered,subsets Action::output} A list of output pins that constitute the data flow output of the entire loop. • loopVariable : OutputPin [0..*] {ordered,subsets Element::ownedElement} A list of output pins owned by the loop that hold the values of the loop variables during an execution of the loop. When the test fails, the values are copied to the result pins of the loop. Editor’s note: added constraint at the end of the text to conform to standard format Replace • loopVariableInput : InputPin[0..*] A list of values that are copied into the loop variable pins before the first iteration of the loop. with • loopVariableInput : InputPin[0..*] {ordered,subsets Action::input} A list of values that are copied into the loop variable pins before the first iteration of the loop. Editor’s note: added constraint at the end of the text to conform to standard format Actions taken: February 7, 2005: received issue August 23, 2006: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 07 Feb 2005 17:04:41 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Jane Messenger Company: U. S. Geological Survey mailFrom: jmessenger@usgs.gov Notification: Yes Specification: Superstructure Section: 12.3.35 FormalNumber: ptc/04-10-02 Version: 2.0 Draft Adopted RevisionDate: 10/08/2004 Page: 415 Nature: Clarification Severity: Minor HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461) Description I forgot to mention that "ordered" needs to be added to the following associations: results:OutputPin[0..*], loopVariable:OutputPin[0..*], and loopVariableInput:InputPin[0..*] as shown in fig. 196.