|
71 | 71 | @MetaValue(value = "DecisionNode", targetEntity = DecisionNodeImpl.class), |
72 | 72 | @MetaValue(value = "Definition", targetEntity = DefinitionImpl.class), |
73 | 73 | @MetaValue(value = "Dependency", targetEntity = DependencyImpl.class), |
| 74 | + @MetaValue(value = "Differencing", targetEntity = DifferencingImpl.class), |
74 | 75 | @MetaValue(value = "Disjoining", targetEntity = DisjoiningImpl.class), |
75 | 76 | @MetaValue(value = "Documentation", targetEntity = DocumentationImpl.class), |
76 | 77 | @MetaValue(value = "Element", targetEntity = ElementImpl.class), |
|
90 | 91 | @MetaValue(value = "FeatureReferenceExpression", targetEntity = FeatureReferenceExpressionImpl.class), |
91 | 92 | @MetaValue(value = "FeatureTyping", targetEntity = FeatureTypingImpl.class), |
92 | 93 | @MetaValue(value = "FeatureValue", targetEntity = FeatureValueImpl.class), |
| 94 | + @MetaValue(value = "Featuring", targetEntity = FeaturingImpl.class), |
| 95 | + @MetaValue(value = "FlowConnectionDefinition", targetEntity = FlowConnectionDefinitionImpl.class), |
93 | 96 | @MetaValue(value = "FlowConnectionUsage", targetEntity = FlowConnectionUsageImpl.class), |
94 | 97 | @MetaValue(value = "ForLoopActionUsage", targetEntity = ForLoopActionUsageImpl.class), |
95 | 98 | @MetaValue(value = "ForkNode", targetEntity = ForkNodeImpl.class), |
|
101 | 104 | @MetaValue(value = "Interaction", targetEntity = InteractionImpl.class), |
102 | 105 | @MetaValue(value = "InterfaceDefinition", targetEntity = InterfaceDefinitionImpl.class), |
103 | 106 | @MetaValue(value = "InterfaceUsage", targetEntity = InterfaceUsageImpl.class), |
| 107 | + @MetaValue(value = "Intersecting", targetEntity = IntersectingImpl.class), |
104 | 108 | @MetaValue(value = "Invariant", targetEntity = InvariantImpl.class), |
105 | 109 | @MetaValue(value = "InvocationExpression", targetEntity = InvocationExpressionImpl.class), |
106 | 110 | @MetaValue(value = "ItemDefinition", targetEntity = ItemDefinitionImpl.class), |
|
143 | 147 | @MetaValue(value = "PortUsage", targetEntity = PortUsageImpl.class), |
144 | 148 | @MetaValue(value = "PortioningFeature", targetEntity = PortioningFeatureImpl.class), |
145 | 149 | @MetaValue(value = "Predicate", targetEntity = PredicateImpl.class), |
146 | | - @MetaValue(value = "PrefixComment", targetEntity = PrefixCommentImpl.class), |
147 | 150 | @MetaValue(value = "Redefinition", targetEntity = RedefinitionImpl.class), |
| 151 | + @MetaValue(value = "ReferenceSubsetting", targetEntity = ReferenceSubsettingImpl.class), |
148 | 152 | @MetaValue(value = "ReferenceUsage", targetEntity = ReferenceUsageImpl.class), |
149 | 153 | @MetaValue(value = "Relationship", targetEntity = RelationshipImpl.class), |
150 | 154 | @MetaValue(value = "RenderingDefinition", targetEntity = RenderingDefinitionImpl.class), |
|
180 | 184 | @MetaValue(value = "TriggerInvocationExpression", targetEntity = TriggerInvocationExpressionImpl.class), |
181 | 185 | @MetaValue(value = "Type", targetEntity = TypeImpl.class), |
182 | 186 | @MetaValue(value = "TypeFeaturing", targetEntity = TypeFeaturingImpl.class), |
| 187 | + @MetaValue(value = "Unioning", targetEntity = UnioningImpl.class), |
183 | 188 | @MetaValue(value = "Usage", targetEntity = UsageImpl.class), |
184 | 189 | @MetaValue(value = "UseCaseDefinition", targetEntity = UseCaseDefinitionImpl.class), |
185 | 190 | @MetaValue(value = "UseCaseUsage", targetEntity = UseCaseUsageImpl.class), |
|
0 commit comments