You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SysML2.NET/TextualNotation/TypeTextualNotationBuilder.cs
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,58 @@ private static int BuildActionBodyItem(int relationshipIndex, List<IRelationship
117
117
returnrelationshipIndex;
118
118
}
119
119
120
+
/// <summary>
121
+
/// Build the logic for the NonBehaviorBodyItem =ownedRelationship+=Import|ownedRelationship+=AliasMember|ownedRelationship+=DefinitionMember|ownedRelationship+=VariantUsageMember|ownedRelationship+=NonOccurrenceUsageMember|(ownedRelationship+=SourceSuccessionMember)?ownedRelationship+=StructureUsageMember rule
122
+
/// </summary>
123
+
/// <param name="relationshipIndex">The index of the <see cref="IRelationship"/> inside the <paramref name="relationships"/> to process</param>
124
+
/// <param name="relationships">A collection of <see cref="IRelationship"/> to process</param>
/// Build the logic for the ypeBodyElement:Type=ownedRelationship+=NonFeatureMember|ownedRelationship+=FeatureMember|ownedRelationship+=AliasMember|ownedRelationship+=Import rule
122
174
/// <remarks>This implementation is a copy paste from the other one but required for Other rules</remarks>
0 commit comments