-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The DefaultSubmodel has not default kind INSTANCE #145
Comments
@sebbader-sap This reminds me of the issue of setting default values for some properties as defined in the specification in the constructor which we discussed some time ago. I am quite sure you implemented this feature in the generator, however, the latest code generated does not seem to have this. Has this functionality somehow been lost or disabled? |
indeed. Most likely because my branch with this feature in the generator faced a lot of problems with the latest metamodel version, so I went back to a later state. |
Or I expect default information in the ontology, which I have added manually to the aas-specs ontology... Don't remember. |
Fixed with latest release milestone-04 |
When you create a ned DefaultSubmodel and call getKind() you will get null
The text was updated successfully, but these errors were encountered: