Issue 7507: An additional attribute refParams lists all parameters of the referred (ocl2-rtf) Source: OpenModeling (Mr. Jos Warmer, jos.warmer(at)openmodeling.nl) Nature: Uncategorized Issue Severity: Summary: 38. -- [3] An additional attribute refParams lists all parameters of the referred -- operation except the return and out parameter(s). context OperationCallExp def: refParams: Sequence(Parameter) = referredOperation.parameters- >select (p | p.kind <> ParameterDirectionKind::return or p.kind <> ParameterDirectionKind::out) ==> ’parameters’ should be ’Parameter’ Resolution: The offending parameters waschanged to ownedParameter-in OCL 2.2. Disposition: Closed, no change Revised Text: Actions taken: June 10, 2004: received issue December 23, 2013: closed issue Discussion: End of Annotations:===== s is issue # 7507 An additional attribute refParams lists all parameters of the referred 38. -- [3] An additional attribute refParams lists all parameters of the referred -- operation except the return and out parameter(s). context OperationCallExp def: refParams: Sequence(Parameter) = referredOperation.parameters- >select (p | p.kind <> ParameterDirectionKind::return or p.kind <> ParameterDirectionKind::out) ==> .parameters. should be .Parameter.