Issue 13309: Issue: InitialNodeActivation::fire should use sendOffers (fuml-ftf) Source: Model Driven Solutions (Mr. Ed Seidewitz, ed-s(at)modeldriven.com) Nature: Uncategorized Issue Severity: Summary: Specification: Semantics of a Foundation Subset for Executable UML Models, FTF – Beta 1 (ptc/08-11-03) Section: 8.5.2.2.12 (InitialNodeActivation) Summary: The InitialNodeActivation::fire operation is documented as “Create a single token and send offers for it.” However, this operation ends by calling super.fire, which only happens by default to just send offers for the given tokens. The initial node activation semantics should not depend on this default, but should explicitly call this.sendOffers, so that the semantics is clear. Proposed resolution: Replace: super.fire(tokens); with: this.sendOffers(tokens); Resolution: Change the code as proposed. Revised Text: In Section: 8.5.2.2.12 (InitialNodeActivation): Replace: super.fire(tokens); with: this.sendOffers(tokens); Actions taken: January 20, 2009: received issue July 23, 2010: closed issue Discussion: End of Annotations:===== ubject: Issue: InitialNodeActivation::fire should use sendOffers Date: Tue, 20 Jan 2009 15:19:51 -0500 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Issue: InitialNodeActivation::fire should use sendOffers thread-index: Acl7PHL2XLx7OpAPQiifAmAXh+cKtw== From: "Ed Seidewitz" To: Cc: Specification: Semantics of a Foundation Subset for Executable UML Models, FTF . Beta 1 (ptc/08-11-03) Section: 8.5.2.2.12 (InitialNodeActivation) Summary: The InitialNodeActivation::fire operation is documented as .Create a single token and send offers for it.. However, this operation ends by calling super.fire, which only happens by default to just send offers for the given tokens. The initial node activation semantics should not depend on this default, but should explicitly call this.sendOffers, so that the semantics is clear. Proposed resolution: Replace: super.fire(tokens); with: this.sendOffers(tokens);