Issue 7540: number of elements in the result value (ocl2-rtf) Source: OpenModeling (Mr. Jos Warmer, jos.warmer(at)openmodeling.nl) Nature: Uncategorized Issue Severity: Summary: 32. -- [3] The number of elements in the result value is equal to the number of -- elements in the collection literal parts, taking into account that a -- collection range can result in many elements. context CollectionLiteralExpEval inv: resultValue.elements->size() = parts->collect( element )->size()->sum() ==> ’resultValue’ should be ’resultValue->oclAsType(OCLDomain::Values::CollectionValue)’ Resolution: Revised Text: Actions taken: June 10, 2004: received issue Discussion: End of Annotations:===== s is issue # 7540 number of elements in the result value 32. -- [3] The number of elements in the result value is equal to the number of -- elements in the collection literal parts, taking into account that a -- collection range can result in many elements. context CollectionLiteralExpEval inv: resultValue.elements->size() = parts->collect( element )->size()->sum() ==> .resultValue. should be .resultValue->oclAsType(OCLDomain::Values::CollectionValue).