Prerequisites
Description
The MultiplicityRangeExtensions class in SysML2.NET/Extend/MultiplicityRangeExtensions.cs contains 3 extension method(s) that compute derived properties for the IMultiplicityRange interface. These methods currently throw NotSupportedException and need to be implemented.
Checklist
System Configuration
- SysML2.NET version: 0.19.0
- Source file:
SysML2.NET/Extend/MultiplicityRangeExtensions.cs
Prerequisites
Description
The
MultiplicityRangeExtensionsclass inSysML2.NET/Extend/MultiplicityRangeExtensions.cscontains 3 extension method(s) that compute derived properties for theIMultiplicityRangeinterface. These methods currently throwNotSupportedExceptionand need to be implemented.Checklist
List<IExpression> ComputeBound(this IMultiplicityRange)IExpression ComputeLowerBound(this IMultiplicityRange)IExpression ComputeUpperBound(this IMultiplicityRange)bool ComputeHasBoundsOperation(this IMultiplicityRange, int, string)string ComputeValueOfOperation(this IMultiplicityRange, IExpression)System Configuration
SysML2.NET/Extend/MultiplicityRangeExtensions.cs