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: Revised Text: Actions taken: June 10, 2004: received 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.