Closed Fumapps closed 1 month ago
In the hamster demo sample, we can see that the Direction enum of the hamster runtime is generated twice: one from the stub, one from the definition. This results into some errors.
Solution: check for !node.isStub in the mapping:
concept EnumerationDefinition --> namedNode : Enum inheritors false condition (genContext, node)->boolean { !node.isStub; } keep input root default
In the hamster demo sample, we can see that the Direction enum of the hamster runtime is generated twice: one from the stub, one from the definition. This results into some errors.
Solution: check for !node.isStub in the mapping: