Meinte Boersma

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
-
Meinte Boersma commented, -
-
Meinte Boersma created a post, Annoying warning during generation for an extended language.
I've created an extension of the XML language by extending the concept `XmlContent` to a concept `XmlSqlQuery` which holds an instance of a `Query`-concept from (you guessed it!) an SQL language we... -
-
Meinte Boersma created a post, Obtain enumerations of a language.
It's easy to reflectively get a hold of all concepts in a language('s structure): SLanguage.getConcepts(). However, I also would need the enumerations and SLanguage.getEnumerations() doesn't exist.... -
Meinte Boersma commented, -
-
-
Meinte Boersma created a post, get enumeration for enumeration-valued property of concept
I'm trying to do reflection on the structure of a language. This works fine through the API for that (`concept.getProperties()` etc.), except for enumeration-valued properties whose `.getType()` re...