Issue 7506: parameters of the referredOperation (ocl2-rtf) Source: OpenModeling (Mr. Jos Warmer, jos.warmer(at)openmodeling.nl) Nature: Uncategorized Issue Severity: Summary: 37. -- [2] The parameters of the referredOperation become attributes of the instance -- of OclMessageType context OclMessageType inv: referredOperation->size() = 1 implies self.feature = referredOperation.Parameter->collect(p | p.asAttribute().oclAsType(Feature) ).asOrderedSet() ==> should be: context OclMessageType inv: referredOperation->size() = 1 implies self.feature = referredOperation.Parameter->collect(p | p.asAttribute() ).asOrderedSet() Resolution: Revised Text: Actions taken: June 10, 2004: received issue October 16, 2009: closed issue; Duplicate or Merged Discussion: End of Annotations:===== s is issue # 7505 parameters of the referredOperation 37. -- [2] The parameters of the referredOperation become attributes of the instance -- of OclMessageType context OclMessageType inv: referredOperation->size() = 1 implies self.feature = referredOperation.Parameter->collect(p | p.asAttribute().oclAsType(Feature) ).asOrderedSet() ==> should be: context OclMessageType inv: referredOperation->size() = 1 implies self.feature = referredOperation.Parameter->collect(p | p.asAttribute() ).asOrderedSet()