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

Pages: [1]
1
General Board / Re: image of stereotypes; profile
« on: July 04, 2008, 06:22:28 pm »
Sorry, but my problem is not solved yet. In the BPMN example i did not found the right thing.

Let me try to explain what my problem is:

I want to customize my stereotype the way that the shape looks like the shape of an stereotype class with the icon in position north/east.

Instead of the stereotype icon my icon should be placed there.

I tried to do something like this:

shape main{
drawnativeshape();
}

decoration deco{
      orientation = "NE";
      image("image1.bmp",0,0,100,100);
}

But in that case the image is over the text if the text is to long.



2
General Board / Re: image of stereotypes; profile
« on: July 04, 2008, 04:32:52 pm »
Quote

You could also load up the BPMN 1.3 add-in as described on the BPMN 1.4 page of EA Help. Pay attention to the note on that page. After doing so you'll see shape scripts for BPMN elements listed on the Stereotypes tab of the Settings | UML dialog.

Thank you for this information.

3
General Board / Re: image of stereotypes; profile
« on: July 04, 2008, 12:11:23 am »
I have the same problem.

If anybody has an example, then please post here.

4
I'm interested in an example, too.

So I push this to the top!

5
Hi everybody,

I drop an operation of a class onto an activity to get an callOperationAction. Now I want to get the class of this operation by using the java API.

On the action-element in the diagramm I see the class under the name of the action for example (Class1::).

I've tried several ways, but i don't get this class.

I hope you can help me.

6
Quote
Drop the Action metaclass.
Open the attributes dialog.
Select the kind attribute.
Click on the ellipsis (...) button to select CallOperation.

Thank you for your answer. It works.

Is there a way to select an already existing operation of a class?

I tried to drop an operation to my activity by dropping the opration onto an action. But then this CallOperationAction is not of my stereotype.

What I want to do:

I want to drop a stereotype with the metaclass CallOperation onto my activy.

Then I want this stereotype to get the name of an existing operation.

Is there are way to do this.

(I hope you understand what i mean.  :))

7
Hi,

does anybody know how to realize a stereotype that extends the metaclass CallOperationAction. I only can extend the metaclass Action.

Thank you.

8
Quote
Quote
I tried to access EA via java, too. In your case i do not get this exception, but the collection "packs" is null.
I am not able to access any model or something else.

Does anybody have a solution.
Upgrade to the latest build.  There was a problem with the Java API of early 7.1 builds.

Thank you. It works real fine!!!

9
I tried to access EA via java, too. In your case i do not get this exception, but the collection "packs" is null.
I am not able to access any model or something else.

Does anybody have a solution.

Pages: [1]