daniel sti
- Total activity 283
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 81
-
Created using "can be parent"
Hi,i derived a PersistantProperty from baselang.Property. I could restrict the user to only use int and String for the type field by using childConcept... e.g. can be parent (operationContex... -
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... -
Created Identifier instead of INamedConcept?
Hi,i m a newbe to MPS - just read the lwc11 documentation (which is by the way very useful). However i run into to questions..(1) How can i change the INamedConcept so that only identifiers are all...