aboutsummaryrefslogtreecommitdiffstats
path: root/language-model/src/main/resources
Commit message (Collapse)AuthorAge
* build: move modules into subproject directoryLibravatar Kristóf Marussy2021-12-12
|
* build: fix cross-project group and version configLibravatar Kristóf Marussy2021-11-19
|
* fix(lang): mark transient referencesLibravatar Kristóf Marussy2021-11-06
| | | | | | | | | | | | | | | Xtext fails to serialize non-transient references that have no corresponding assignment in the grammar. Therefore, we mark * Problem.nodes * ClassDeclaration.newNode * ExistentialQualifier.implicitVariables * VariableOrNodeArgument.singletonVariable as transient. This will allow serializing Problem instances using the textual concrete syntax for display.
* chore: rename unique to individualLibravatar Kristóf Marussy2021-11-05
| | | | Suggestion by @vincemolnar to match SysML V2 terminology more closely.
* Add syntax for direct rules and direct predicatesLibravatar Garami Bence2021-10-20
| | | | Xtext and Class diagram extended.
* chore: remove builtin library xtext dependencyLibravatar Kristóf Marussy2021-10-19
|
* chore: change package nameLibravatar Kristóf Marussy2021-10-05
|
* Simplify node namingLibravatar Kristóf Marussy2021-08-20
|
* Add data constant supportLibravatar Kristóf Marussy2021-06-27
|
* Simplify project layoutLibravatar Kristóf Marussy2021-06-27