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 - Mariusz Popiolek

Pages: [1]
1
General Board / finding method calls (messages) in sequence diagra
« on: March 29, 2011, 11:46:16 pm »
Hello

I have a class (MyClass) with one method (myMethod). I would like to find all sequence diagrams on which MyClass.myMethod is called. Is it possible without using automation/scripting?

Thanks in advance for any help,
Mariusz Popiolek

2
Hello

To Paolo:
I have dependency connector. I haven't changed pen width but my error is a bit more complicated  (my shapescript depends on connector ends stereotypes):

shape main {
      if (HasProperty(
                  "source.element.stereotype",
                  "somestereotypename"))
      {
            setpencolor(255, 0, 0);
      }
      if (HasProperty(
                  "target.element.stereotype",
                  "somestereotypename"))
      {
            setpencolor(255, 0, 0);
      }
      moveto(0,0);
      lineto(100,0);
}

For example, with above shapescript, additional segments are drawed in red, no matter which stereotype source and target elements have. Only the first segment is drawed correctly (in black).


Do you think that I should still report this bug?

To KP:
Thanks for the information. I cannot wait for the release :)

Best regards,
Mariusz Popiolek

3
Hello

I have made following shapescript for connector:

shape main {
      setlinestyle("solid");
      setpencolor(255, 0, 0);
      moveto(0,0);
      lineto(100,0);
}

It works fine, until I add segment to the connector (Bend line at cursor - Ctrl + Q). New segment is drawed in red, but line style is not solid. I want all line segments to look the same. Is it possible?

Thanks in advance for any help.
Mariusz Popiolek

4
How can I find t_xref row for my method parameter? 'where (t_xref.XrefID = parameterGUID)' returns empty set.

Best regards,
Mariusz Popiolek

5
Thanks for the help. I have sent change request :)

Best regards,
Mariusz

6
Hello

I would like to read method parameter multiplicity. Parameter class doesn't contain such attribute, StyleEx is empty. Is there a way to retrieve this information from model?
Thanks in advance for any help.

Best regards,
Mariusz Popiolek

7
Hello

I am trying to access connections between class attributes using EA automation. I mean connections created with "Link to element feature" option, that is available in connection context menu (http://www.sparxsystems.com/enterprise_architect_user_guide/modeling_fundamentals/connect_to_element_feature.html). I searched through EA object model, but I haven't found how to access this information. Any help would be appreciated.

Best regards,
Mariusz Popiolek

8
Hello

Is there a feature in EA that transforms sequence diagrams into communication diagrams?

Thanks in advance for any help,
Mariusz

Pages: [1]