dmitry.sidorenko

Avatar
  • Total activity 51
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 18
  • Created

    Referencing property of a concept as an Expression

    My concept: concept Attribute extends Expression implements INamedConcept properties: string name; int average; children: Attribute dependsOn; I have an instance of it, named "Age".Another con...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Limiting avialible concepts in Solution

    In my lang I use " extends Expression" a lot. That means that I have my lang "extends baseLang".In turn that means availability of ClassConcept in my Solution, so users might create root Classes, E...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Generating from ClassConcept with collections lang

    In my ClassConcept I have private final map<string, T> map = new hashmap<string, T>; It generates private final <!TextGen not found for 'jetbrains.mps.baseLanguage.collections.structure.MapType'!>...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Referencing to a class generated in another language/generator

    My scenario:I have a "Document" concept. I defined a generator, which generates classes with names in this form: "class Document{ID}DAO".In another language, in which I need to have Document{ID}Mod...
    • 6 followers
    • 31 comments
    • 0 votes
  • Created

    Difference between "Used" and "Extended" languages

    Hi.First of all - huge thanks for MPS product. I have a couple of questions and first - what is a difference between "Used" and "Extended" languages property of a model?Documentation says: Used lan...
    • 2 followers
    • 2 comments
    • 0 votes