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
When importing BUML model with the “Invalid multiplicity values” issue, error is not displayed in the graphical environment. For example:
I considered this incorrect part in my model:
taught_by: Property = Property(name="taughtBy", type=professor, multiplicity=Multiplicity(0, 0)) # ERROR: Invalid multiplicity
The text was updated successfully, but these errors were encountered:
When importing BUML model with the “Invalid multiplicity values” issue, error is not displayed in the graphical environment. For example:
I considered this incorrect part in my model:
taught_by: Property = Property(name="taughtBy", type=professor, multiplicity=Multiplicity(0, 0)) # ERROR: Invalid multiplicity
The text was updated successfully, but these errors were encountered: