daniel sti

- Total activity 278
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 6
- Subscriptions 79
-
Created mps.baselang.statemachine usage
Hi,when defining a simple class like thispublic class TestClass extends <none> implements <none> { <<static fields>> <<static initializer>> <<fields>> <<properties>> <<initializer>> <<... -
Created Problem with generator context and mps.baselang.statemachine
Hi,i developed a OfBean concept, which extends the class concept. Actually, i do not need to extend the class concept, but i want to add a mps.baselang.statemachine to my OfBean. I figured out how ... -
Created Importing generated classes in another tempalte
Hi,i m generating a couple of entities as Pojo s with MPS, what is quite easy to do. MPS does generate all necessary imports automatically.Now i m looking for a simple java class (with a main()) wh... -
Created Looping over certain type of sub-nodes ..
Hi,i have another newbie question regarding generation. I have to select some subnodes out of a collection, where node.attributes is a collection of OfAttribute. OfEntityAttribute extends OfAttribu...