Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Vaclav Pech
Total activity
1348
Last activity
July 15, 2024 14:40
Member since
July 08, 2011 03:12
Following
0 users
Followed by
2 users
Votes
2
Subscriptions
510
Activity overview
Articles (0)
Posts (2)
Comments (834)
Sort by votes
Recent activity
Votes
Created
May 29, 2017 14:37
You will need to create an import "action" that will parse the files and construct models using the smodel language. smodel - https://confluence.jetbrains.com/display/MPSD20171/SModel+language acti...
Community
MPS
[Solved]How to convert Excel configurations into a DSL by MPS
2 votes
Created
March 08, 2017 18:31
Invoking Java classes that you defined in the behaviour aspect is done just by mere instantiation, e.g. a class Foo defined in the behaviour aspect is instantiated as new Foo(). There is no need to...
Community
MPS
Accessing language classes from a model
2 votes
Created
March 08, 2017 14:53
You will need to import the behaviour model into the model, in which you want to use the classes. Vaclav
Community
MPS
Accessing language classes from a model
2 votes
Created
April 23, 2015 07:34
I guess you mean types for properties in language structure definition - yes, there are types derived from string and constraining the values by a regex: _FPNumber_String for doubles _FloatNumbe...
Community
MPS
Floating point numbers
2 votes
Created
February 20, 2022 19:29
Hello Antonio, Integer properties can only hold numeric value. There is no special value for empty integer properties. When you delete the number for year, for example, the new "empty" propertyValu...
Community
MPS
Checking from attribute constraint if another attribute is set?
1 vote
Created
January 17, 2022 05:56
ClassifierType is a type that refers a Classifier (a java class). So you should create a quotation, insert ClassifierType and then select the desired Classifier, e.g. TokenTransaction. The names of...
Community
MPS
Best way to implement actions
1 vote
Created
January 14, 2022 16:13
If you define an editor for your concept function, it will be used instead of the one provided by the ConceptFunction concept.
Community
MPS
Best way to implement actions
1 vote
Created
January 14, 2022 16:10
If your want your own class to be the type of concept function's parameter, you should be using the ClassifierType, perhaps with a quotation or a light-weight quotation. You are right about adding ...
Community
MPS
Best way to implement actions
1 vote
Created
January 13, 2022 08:59
You define the type of the concept function's parameter in the getType() method of the corresponding ConceptFunctionParameter. If you want to pass in nodes of the TokenTransaction concept, the getT...
Community
MPS
Best way to implement actions
1 vote
Created
January 10, 2022 12:57
The ConceptFunction concept is pretty close, I think. Check out the doc at https://www.jetbrains.com/help/mps/2021.3/concept-functions.html
Community
MPS
Best way to implement actions
1 vote
«
First
‹
Previous
Next
›
Last
»