Book a Demo

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 - dkkoenig

Pages: [1] 2
1
General Board / U2TP Notation für StartTimer- und StopTimer-Action
« on: November 10, 2007, 06:16:53 am »
Ich habe die XML Datei „Testing Technology“(UML Profile for Testing) untergeladen und in MDG importiert. Über Komponenten „StartTimerAction“ und „StopTimerAction“ habe ich 2 Fragen:
1.StartTimer- und StopTimer-Action können nicht mit Lebenslinien verbinden in Sequenzdiagramm
2.Kann man die Notation für StartTimer- und StopTimer-Action redefinieren? Ich möchte mit Sanduhr statt Abgerundete Rechtecke.

Kann jemand mir helfen? Danke!

2
Uml Process / how to redefine metaclass "InteractionFragmen
« on: April 07, 2007, 11:29:15 am »
Does anybody know how to redefine the UML Metaclass with element "InteractionFragment" in EA? I want to add a literal "determAlt" in "InteractionFragment". ("interactionFragment is a prdefined enumeration datatype".)

thanks a lot!

3
RunHTMLReport (String, String, String, String, String)

param: PackageGUID [ String - in ]

param: ExportPath [ String - in ]

param: ImageFormat [ String - in ]

param: Style [ String - in ]

param: Extension [ String - in ]

Run a HTML report (same as Documentation | HTML Documentation on right-click of Package in the Project Browser window).

4
Automation Interface, Add-Ins and Tools / Re: Automation and ASP.NET
« on: October 16, 2007, 02:16:25 am »
u must config the Dcom

DCOM config -> EA.APP -> config

same as this
http://consumer.installshield.com/kb.asp?id=q108324

5
 ???

i have the same question


6
 ???
i have the same question

7
OK, thanks  ;D

8
hallo,

how can i copy a diagram(with elements) to another package in a EAP-file, with Automaton Interface.

???

thanks

9
 :( MiscData(0) is Read-Only, but we need to write

i read the "Help" every day, but i think, this documentation is not so exact, many thinks are not discuss, (nType of element ...)

10
 ???

i have the same problem

11
THANKS !!!

i have the answer:
"in the Element.MiscData(0) field, and this is the Diagram ID"




:)

12
i habe read the Help, but no "help" about it

the Code is: cann't get the value of the "extendedProperties"???

Element E;
E = EA_Repository.GetElementByID(839);
int pcount = E.Properties.Count;
Property bbb;
       for (int i=0; i<pcount;i++)
       {
           bbb = E.Properties.Item(i);
       }

13
i have a diagram, and in the diagram have a element, type is "UMLDIAGRAM", is a "Diagram Reference" of other diagram.

How can i get the value "diagram" of "extendedProperties" with Automation Interface(c#).

in the XMI is:
<element xmi:idref="..." xmi:type="uml:UMLDiagram" Name="test2" scope="public">
...
<extendedProperties tagged="0" package_name="test1" diagram="..."/>
</element>

thanks

14
Ok, thanks David  :)

15
thans MrDX, but i want export only a Diagram with Automation Interface, but not whole package
;D

have u ideal?

Pages: [1] 2