This PR includes two changes to models in the Systems Model Library:
Cases – The binding of the subject of the objective of a Case to Case::result is changed to a default. The binding in Case conflicted with the binding of the subject of the objective of a VerificationCase to the VerificationCase subject, rather than the result. A default, on the other hand, can be overridden.
AnalysisCases – The default for the subject of the objective is overridden in AnalysisCase to be a mandatory binding to AnalysisCase::result. This is consistent with the specification documentation for AnalysisCase.
The above updates were included in the models in the Systems Model Library as delivered for the fourth revised submission to OMG.
This PR includes two changes to models in the Systems Model Library:
Cases
– The binding of the subject of the objective of aCase
toCase::result
is changed to a default. The binding inCase
conflicted with the binding of the subject of the objective of aVerificationCase
to theVerificationCase
subject, rather than the result. A default, on the other hand, can be overridden.AnalysisCases
– The default for the subject of the objective is overridden inAnalysisCase
to be a mandatory binding toAnalysisCase::result
. This is consistent with the specification documentation forAnalysisCase
.The above updates were included in the models in the Systems Model Library as delivered for the fourth revised submission to OMG.