File tree Expand file tree Collapse file tree
org.omg.sysml/src/org/omg/sysml/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ protected ImplicitGeneralizationMap() {
8484 //checkDataTypeSpecialization
8585 put (DataTypeImpl .class , "base" , "Base::DataValue" );
8686
87- //checkDataTypeSpecialization
87+ //checkExpressionSpecialization
8888 put (ExpressionImpl .class , "base" , "Performances::evaluations" );
89- //
89+ //checkStepEnclosedPerformanceSpecialization
9090 put (ExpressionImpl .class , "enclosedPerformance" , "Performances::Performance::enclosedPerformances" );
9191
9292 //checkFeatureSpecialization
@@ -173,7 +173,8 @@ protected ImplicitGeneralizationMap() {
173173
174174 //checkMultiplicitySpecialization
175175 put (MultiplicityImpl .class , "base" , "Base::naturals" );
176- // TODO: Update specification for SysML default multiplicities.
176+ // TODO: Update SysML specification to formalize default multiplicities.
177+ // See SYSML21-185
177178 put (MultiplicityImpl .class , "feature" , "Base::exactlyOne" );
178179 //checkOccurrenceDefinitionMultiplicitySpecialization
179180 put (MultiplicityImpl .class , "classifier" , "Base::zeroOrOne" );
You can’t perform that action at this time.
0 commit comments