Issue 19161: Section 8.4.9: (ifml-ftf) Source: WebRatio Inc (Dr. Marco Brambilla, marco.brambilla(at)webratio.com) Nature: Uncategorized Issue Severity: Summary: Issue: SimpleField expose automatically an output parameter. Slots expose an input parameter. Solution: say that in the metamodel. Make simpleField and Slot inherit from Parameter and add OCL expressions? Rephrase Slot definition Resolution: This applies to 8.4.10 (slot) and 8.4.3 (field). Slot description has been rewritten in 8.4.10. Slot now inherits from Parameter too. Field now inherits from Parameter too Revised Text: Text regarding association with Parameter in Clause 8.4.3 Class Field has been fixed as: Fields also behave as Parameters for passing or receiving their values to other InteractionFlowElements. Description in Clause 8.4.10 Class Slot has been changed as: A Slot is a value placeholder for a Field. They are used for preloading information into the Field. When the Field is a SimpleField, the Slot contains the Field value. When the Field is a SelectionField, its associated Slots contain the available selection options. The provenance of the preloaded content is specified through a contained ViewComponentPart defining the ContentBinding. A Slots also act as Parameters in order to pass the contained information to other ViewElements or Actions when an Event is triggered. (and association ends removed) Actions taken: December 9, 2013: received issue July 15, 2014: closed issue Discussion: End of Annotations:===== s is issue # 19161 From: Marco Brambilla ISSUE 12: Section 8.4.9: Issue: SimpleField expose automatically an output parameter. Slots expose an input parameter. Solution: say that in the metamodel. Make simpleField and Slot inherit from Parameter and add OCL expressions? Rephrase Slot definition