|
66 | 66 | @MetaValue(value = "ConnectorAsUsage", targetEntity = ConnectorAsUsageImpl.class), |
67 | 67 | @MetaValue(value = "ConstraintDefinition", targetEntity = ConstraintDefinitionImpl.class), |
68 | 68 | @MetaValue(value = "ConstraintUsage", targetEntity = ConstraintUsageImpl.class), |
| 69 | + @MetaValue(value = "ConstructorExpression", targetEntity = ConstructorExpressionImpl.class), |
69 | 70 | @MetaValue(value = "ControlNode", targetEntity = ControlNodeImpl.class), |
70 | 71 | @MetaValue(value = "CrossSubsetting", targetEntity = CrossSubsettingImpl.class), |
71 | 72 | @MetaValue(value = "DataType", targetEntity = DataTypeImpl.class), |
|
92 | 93 | @MetaValue(value = "FeatureReferenceExpression", targetEntity = FeatureReferenceExpressionImpl.class), |
93 | 94 | @MetaValue(value = "FeatureTyping", targetEntity = FeatureTypingImpl.class), |
94 | 95 | @MetaValue(value = "FeatureValue", targetEntity = FeatureValueImpl.class), |
95 | | - @MetaValue(value = "Featuring", targetEntity = FeaturingImpl.class), |
96 | | - @MetaValue(value = "FlowConnectionDefinition", targetEntity = FlowConnectionDefinitionImpl.class), |
97 | | - @MetaValue(value = "FlowConnectionUsage", targetEntity = FlowConnectionUsageImpl.class), |
| 96 | + @MetaValue(value = "Flow", targetEntity = FlowImpl.class), |
| 97 | + @MetaValue(value = "FlowDefinition", targetEntity = FlowDefinitionImpl.class), |
| 98 | + @MetaValue(value = "FlowEnd", targetEntity = FlowEndImpl.class), |
| 99 | + @MetaValue(value = "FlowUsage", targetEntity = FlowUsageImpl.class), |
98 | 100 | @MetaValue(value = "ForLoopActionUsage", targetEntity = ForLoopActionUsageImpl.class), |
99 | 101 | @MetaValue(value = "ForkNode", targetEntity = ForkNodeImpl.class), |
100 | 102 | @MetaValue(value = "FramedConcernMembership", targetEntity = FramedConcernMembershipImpl.class), |
|
103 | 105 | @MetaValue(value = "Import", targetEntity = ImportImpl.class), |
104 | 106 | @MetaValue(value = "IncludeUseCaseUsage", targetEntity = IncludeUseCaseUsageImpl.class), |
105 | 107 | @MetaValue(value = "IndexExpression", targetEntity = IndexExpressionImpl.class), |
| 108 | + @MetaValue(value = "InstantiationExpression", targetEntity = InstantiationExpressionImpl.class), |
106 | 109 | @MetaValue(value = "Interaction", targetEntity = InteractionImpl.class), |
107 | 110 | @MetaValue(value = "InterfaceDefinition", targetEntity = InterfaceDefinitionImpl.class), |
108 | 111 | @MetaValue(value = "InterfaceUsage", targetEntity = InterfaceUsageImpl.class), |
109 | 112 | @MetaValue(value = "Intersecting", targetEntity = IntersectingImpl.class), |
110 | 113 | @MetaValue(value = "Invariant", targetEntity = InvariantImpl.class), |
111 | 114 | @MetaValue(value = "InvocationExpression", targetEntity = InvocationExpressionImpl.class), |
112 | 115 | @MetaValue(value = "ItemDefinition", targetEntity = ItemDefinitionImpl.class), |
113 | | - @MetaValue(value = "ItemFeature", targetEntity = ItemFeatureImpl.class), |
114 | | - @MetaValue(value = "ItemFlow", targetEntity = ItemFlowImpl.class), |
115 | | - @MetaValue(value = "ItemFlowEnd", targetEntity = ItemFlowEndImpl.class), |
116 | 116 | @MetaValue(value = "ItemUsage", targetEntity = ItemUsageImpl.class), |
117 | 117 | @MetaValue(value = "JoinNode", targetEntity = JoinNodeImpl.class), |
118 | 118 | @MetaValue(value = "LibraryPackage", targetEntity = LibraryPackageImpl.class), |
119 | | - @MetaValue(value = "LifeClass", targetEntity = LifeClassImpl.class), |
120 | 119 | @MetaValue(value = "LiteralBoolean", targetEntity = LiteralBooleanImpl.class), |
121 | 120 | @MetaValue(value = "LiteralExpression", targetEntity = LiteralExpressionImpl.class), |
122 | 121 | @MetaValue(value = "LiteralInfinity", targetEntity = LiteralInfinityImpl.class), |
|
148 | 147 | @MetaValue(value = "ParameterMembership", targetEntity = ParameterMembershipImpl.class), |
149 | 148 | @MetaValue(value = "PartDefinition", targetEntity = PartDefinitionImpl.class), |
150 | 149 | @MetaValue(value = "PartUsage", targetEntity = PartUsageImpl.class), |
| 150 | + @MetaValue(value = "PayloadFeature", targetEntity = PayloadFeatureImpl.class), |
151 | 151 | @MetaValue(value = "PerformActionUsage", targetEntity = PerformActionUsageImpl.class), |
152 | 152 | @MetaValue(value = "PortConjugation", targetEntity = PortConjugationImpl.class), |
153 | 153 | @MetaValue(value = "PortDefinition", targetEntity = PortDefinitionImpl.class), |
|
180 | 180 | @MetaValue(value = "Subsetting", targetEntity = SubsettingImpl.class), |
181 | 181 | @MetaValue(value = "Succession", targetEntity = SuccessionImpl.class), |
182 | 182 | @MetaValue(value = "SuccessionAsUsage", targetEntity = SuccessionAsUsageImpl.class), |
183 | | - @MetaValue(value = "SuccessionFlowConnectionUsage", targetEntity = SuccessionFlowConnectionUsageImpl.class), |
184 | | - @MetaValue(value = "SuccessionItemFlow", targetEntity = SuccessionItemFlowImpl.class), |
| 183 | + @MetaValue(value = "SuccessionFlow", targetEntity = SuccessionFlowImpl.class), |
| 184 | + @MetaValue(value = "SuccessionFlowUsage", targetEntity = SuccessionFlowUsageImpl.class), |
185 | 185 | @MetaValue(value = "TerminateActionUsage", targetEntity = TerminateActionUsageImpl.class), |
186 | 186 | @MetaValue(value = "TextualRepresentation", targetEntity = TextualRepresentationImpl.class), |
187 | 187 | @MetaValue(value = "TransitionFeatureMembership", targetEntity = TransitionFeatureMembershipImpl.class), |
|
0 commit comments