Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gericson

Pages: [1]
1
+1.  No ideas.

2
Uml Process / Re: UML component diagrams: Forward engineering ho
« on: January 15, 2013, 01:26:16 am »
At DMTF, we've begun to use Component Structure Diagrams to represent a specific interface definition as a collaboration of instances, together with requirements and constraints. The instances are defined by classes of a base model.  The connections between these instances are defined by the associations and association classes of the base model.  Each part of the collaboration represents a specific use of a set of instances.  Collaborations are glued together using collaboration use and role bindings.  The role bindings declare that the part in the current collaboration is a subset of the part in the referenced collaboration.

We have defined a process, like merge, to roll-up these relationships into an implementation model for that interface.

The biggest problem we have with using this technique is that none of the UML tools we are familiar with provide sufficient (much less complete) support for Collaborations and Composite Structure Diagrams as defined by UML v2

3
Uml Process / XMI 2.1
« on: April 13, 2006, 10:12:42 am »
I attempted import of XMI for Superstructure and Infrastructure from the source posted at http://www.omg.org/cgi-bin/doc?ptc/06-04-07.  I renamed .cmof extensions to .xmi extensions.

EA 6.1 build 789 complains about "Unknown XMI exporter or version."

Is there a work-around, or a date for support of XMI 2.1?


George

4
Automation Interface, Add-Ins and Tools / Re: Code Engineering
« on: May 01, 2015, 03:35:49 am »
No joy with reload.

5
Automation Interface, Add-Ins and Tools / Re: Code Engineering
« on: April 30, 2015, 07:15:25 am »
Yes
I have a .nbnf file that parses my source files and gets an AST Result
I have created a .mts file that references the .nbnf file and have defined the MOFv2 language  The model to source code templates are not complete, but I assume  :-/ that this is OK for import.
From the browser, I select Code Engineering and select import source directory (or file),  This  reports Reverse engineering classes, goes through importing all my files, says resolving relationships and import complete.  
But, nothing appears in the Browser after this step.

George

6
Automation Interface, Add-Ins and Tools / Code Engineering
« on: April 29, 2015, 08:19:35 am »
I've created a mts file with .nbnf that successfully parses my source files.
When I use code engineering to import a source directory (or even just one file.)  It succeeds, but does not populate the model in the Project Browser.

What am I missing?....

7
Automation Interface, Add-Ins and Tools / validating NBNF
« on: January 10, 2013, 09:01:39 am »
Does anyone have working examples of nBNF for the Grammar Editor?

Pages: [1]