context-mapper-dsl
context-mapper-dsl copied to clipboard
Key attribute
Despite the "key" attribute being present in the TacticDDDLanguage.xtext file (for example, in the Attribute and Reference rules), I could not find the methods isKey and setKey(boolean key) anywhere in the context mapper dsl Maven module (for example, the Attribute and Reference interfaces do not have such methods). How my code can determine weather an attribute or reference is a key of an entity?