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 using the OMLBuilder to create an OML description, if you try to create 2 concept instances with the same name it'll create a duplicate concept instance, which causes the OML description to be invalid.
Steps to Reproduce
Steps to reproduce the behaviour:
Step 1 - call the OMLBuilder.addConceptInstance(Description description, String name) function twice using the same value for the name parameter.
Expected Behaviour
The expected behaviour would be to return the original concept instance.
Additional Context
N/A
Relevant screenshots
N/A
The text was updated successfully, but these errors were encountered:
Description
When using the OMLBuilder to create an OML description, if you try to create 2 concept instances with the same name it'll create a duplicate concept instance, which causes the OML description to be invalid.
Steps to Reproduce
Steps to reproduce the behaviour:
Expected Behaviour
The expected behaviour would be to return the original concept instance.
Additional Context
N/A
Relevant screenshots
N/A
The text was updated successfully, but these errors were encountered: