- Loading
Tags
About us Actions AppComplete AppCompleteCloud ASP.NET Azure BoringPredictable CO-Unique DDD Declarative Derive Documtr EcoActionLanguage Import Interviews MDA Modlr Mono MS-Technology OCL Packages Plugin Release notes Reports Reverse Seeker Silverlight SourceCode Strategies ThirdParty Tuples UML ViewModel VisualStudio WCF WECPOF WindowsPhone Workarounds WPF Xaml-
Recent Posts
Recent Comments
Archives
Categories
Category Archives: OCL
Getting taggedvalues in runtime without code
When you use WECPOF you can create a whole system with use of the Model alone. As you do you might want to pick up information stored in the TaggedValues of the model. You can do that like this: G.allinstances->first.oclType.TaggedValue(‘Eco.PresentationUnit’) … Continue reading
Custom types and custom operations in OCL
We got this Question: I have an attribute of type TestStruct defined on a class. TestStruct is defined as follows: Code Snippet public struct TestStruct : IComparable { public int Int1 { get; private set; } public int Int2 { … Continue reading
Posted in EcoActionLanguage, OCL
1 Comment
Modlr plugin
A Plugin interface is an easy way to allow for you to add your own extensions. We have now extended the Plugin with yet another interface to facilitate the adding of custom ocl operations. This way the design time functions … Continue reading
Posted in CO-Unique, Modlr, OCL, Plugin
7 Comments
The oclSingleton ocl operator
There is an operator in ocl that I bet you do not know about yet: oclSingleton. Use it like this: Class1.oclSingleton <and follow with operations or navigations on that single instance> If Class1 does not have an instance at the … Continue reading
Posted in OCL, UML
Leave a comment
A Video showing what AppComplete can do
The video shows a real case were prototyping is used to really find out the requirements for a project. Video for AppComplete When showing the users the consequences of what they have told the project so far – the quality … Continue reading
Eco Action Language (EAL) & OCL
I have started to harvest the know how from our latest customer project. One new piece of functionality that will end up in new versions are Actions. Actions in the Model are declarative definitions of what the user can do … Continue reading
Posted in Actions, EcoActionLanguage, OCL
Leave a comment