Issue 7500: context Classifier (02) (ocl2-rtf) Source: OpenModeling (Mr. Jos Warmer, jos.warmer(at)openmodeling.nl) Nature: Uncategorized Issue Severity: Summary: def: allReceptions() : Set(Reception) = self.allFeatures->select(f | f.oclIsKindOf(Reception)) ==> should be: context Classifier def: allReceptions() : Set(UML14::CommonBehavior::Reception) = self.feature->select(f | f.oclIsKindOf(UML14::CommonBehavior::Reception))->collect( f | f.asReception() ) where asReception() is defined as operation to Feature: + asReception() : Reception Resolution: Revised Text: Actions taken: June 10, 2004: received issue Discussion: End of Annotations:===== lassifier def: allReceptions() : Set(Reception) = self.allFeatures->select(f | f.oclIsKindOf(Reception)) ==> should be: context Classifier def: allReceptions() : Set(UML14::CommonBehavior::Reception) = self.feature->select(f | f.oclIsKindOf(UML14::CommonBehavior::Reception))->collect( f | f.asReception() ) where asReception() is defined as operation to Feature: + asReception() : Reception