|
54 | 54 | @MetaValue(value = "CaseUsage", targetEntity = CaseUsageImpl.class), |
55 | 55 | @MetaValue(value = "Class", targetEntity = ClassImpl.class), |
56 | 56 | @MetaValue(value = "Classifier", targetEntity = ClassifierImpl.class), |
| 57 | + @MetaValue(value = "CollectExpression", targetEntity = CollectExpressionImpl.class), |
57 | 58 | @MetaValue(value = "Comment", targetEntity = CommentImpl.class), |
58 | 59 | @MetaValue(value = "ConcernDefinition", targetEntity = ConcernDefinitionImpl.class), |
59 | 60 | @MetaValue(value = "ConcernUsage", targetEntity = ConcernUsageImpl.class), |
|
83 | 84 | @MetaValue(value = "Expose", targetEntity = ExposeImpl.class), |
84 | 85 | @MetaValue(value = "Expression", targetEntity = ExpressionImpl.class), |
85 | 86 | @MetaValue(value = "Feature", targetEntity = FeatureImpl.class), |
| 87 | + @MetaValue(value = "FeatureChainExpression", targetEntity = FeatureChainExpressionImpl.class), |
86 | 88 | @MetaValue(value = "FeatureChaining", targetEntity = FeatureChainingImpl.class), |
87 | 89 | @MetaValue(value = "FeatureMembership", targetEntity = FeatureMembershipImpl.class), |
88 | 90 | @MetaValue(value = "FeatureReferenceExpression", targetEntity = FeatureReferenceExpressionImpl.class), |
|
132 | 134 | @MetaValue(value = "ParameterMembership", targetEntity = ParameterMembershipImpl.class), |
133 | 135 | @MetaValue(value = "PartDefinition", targetEntity = PartDefinitionImpl.class), |
134 | 136 | @MetaValue(value = "PartUsage", targetEntity = PartUsageImpl.class), |
135 | | - @MetaValue(value = "PathSelectExpression", targetEntity = PathSelectExpressionImpl.class), |
136 | | - @MetaValue(value = "PathStepExpression", targetEntity = PathStepExpressionImpl.class), |
137 | 137 | @MetaValue(value = "PerformActionUsage", targetEntity = PerformActionUsageImpl.class), |
138 | 138 | @MetaValue(value = "PortConjugation", targetEntity = PortConjugationImpl.class), |
139 | 139 | @MetaValue(value = "PortDefinition", targetEntity = PortDefinitionImpl.class), |
|
152 | 152 | @MetaValue(value = "ResultExpressionMembership", targetEntity = ResultExpressionMembershipImpl.class), |
153 | 153 | @MetaValue(value = "ReturnParameterMembership", targetEntity = ReturnParameterMembershipImpl.class), |
154 | 154 | @MetaValue(value = "SatisfyRequirementUsage", targetEntity = SatisfyRequirementUsageImpl.class), |
| 155 | + @MetaValue(value = "SelectExpression", targetEntity = SelectExpressionImpl.class), |
155 | 156 | @MetaValue(value = "SendActionUsage", targetEntity = SendActionUsageImpl.class), |
156 | 157 | @MetaValue(value = "SourceEnd", targetEntity = SourceEndImpl.class), |
157 | 158 | @MetaValue(value = "Specialization", targetEntity = SpecializationImpl.class), |
|
0 commit comments