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
/// An OwningMembership is a Membership that owns its memberElement as a ownedRelatedElement. The
29
+
/// ownedMemberElement becomes an ownedMember of the membershipOwningNamespace.
30
+
/// </summary>
31
+
publicpartialclassOwningMembership
32
+
{
33
+
/// <summary>
34
+
/// Asserts that the current <see cref="OwningMembership"/> contains at least one <see cref="IFeature" /> inside the <see cref="OwnedRelatedElement"/> collection
35
+
/// </summary>
36
+
/// <returns>True if one <see cref="IFeature"/> is contained into the <see cref="OwnedRelatedElement"/></returns>
/// Asserts that the current <see cref="OwningMembership"/> does not contains any <see cref="IFeature" /> inside the <see cref="OwnedRelatedElement"/> collection
44
+
/// </summary>
45
+
/// <returns>True if none <see cref="IFeature"/> is contained into the <see cref="OwnedRelatedElement"/></returns>
Copy file name to clipboardExpand all lines: SysML2.NET/TextualNotation/AutoGenTextualNotationBuilder/InvariantTextualNotationBuilder.cs
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,15 @@ public static void BuildInvariant(SysML2.NET.Core.POCO.Kernel.Functions.IInvaria
57
57
}
58
58
59
59
stringBuilder.Append("inv ");
60
-
thrownewSystem.NotSupportedException("Multiple alternatives with only one of the different type not implemented yet - TerminalElement,AssignmentElement");
thrownewSystem.NotSupportedException("Multiple alternatives with only one of the different type not implemented yet - AssignmentElement,NonTerminalElement");
thrownewSystem.NotSupportedException("Multiple alternatives with only one of the different type not implemented yet - NonTerminalElement,AssignmentElement");
thrownewSystem.NotSupportedException("Multiple alternatives with only one of the different type not implemented yet - NonTerminalElement,AssignmentElement");
thrownewSystem.NotSupportedException("Multiple alternatives with only one of the different type not implemented yet - NonTerminalElement,AssignmentElement");
thrownewSystem.NotSupportedException("Multiple alternatives with only one of the different type not implemented yet - NonTerminalElement,AssignmentElement");
0 commit comments