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 - Robert de Wolff

Pages: [1]
1
Suggestions and Requests / Shape script for non stereotyped classifiers
« on: October 17, 2008, 01:59:52 am »
I want to have a shape script for all use cases in my model independant of the stereotype. Is there a way to do that?

I can imagine that when I have a * as stereotype and base class as use case the shape script will occur for every use case.

2
General Board / How big is your...
« on: March 28, 2012, 09:51:57 pm »
... EA repositery?

I'm experienced with different sizes of EA models. At my current assignment we are using a reposity on a SQL Server. Mainly we are using EA for gathering business requirements en and smart use cases.

The current status is:


13459 Packages
5742 Classes
4469 Activities
2329 Smart use cases
1948 Requirements

I'm wondering what your size of the repository is and if you have a big model what are your experiences...

3
General Board / Custom Model Validations
« on: January 16, 2009, 11:31:42 pm »
Hi all,

I want to add some model validations to EA according our own guidelines.

How can I add validations to EA?

4
General Board / Re: Source Control: EA Fails to map TFS working fo
« on: September 27, 2006, 12:45:05 pm »
IT WORKS with 6.5.798

My compliments for the quick response of Sparx Systems!

5
General Board / Re: Source Control: EA Fails to map TFS working fo
« on: September 27, 2006, 03:08:12 am »
We have the same problems on more than 1 machine. I'm desperataly seeking for the solution. Is there anybody who has EA working with TFS?

6
Bugs and Issues / Re: Cannot remove style from use cases
« on: October 02, 2012, 05:18:54 pm »
Thx to Sparx I now understand the problem.

Element appearance can be modified via the Format Toolbar, or via the
Default Appearance option.

The Format Toolbar appearance will override the Default Appearance
setting.  

Unfortunately there is no simpel functionality to clear the format toolbar appearance

7
Bugs and Issues / Re: Cannot remove style from use cases
« on: October 01, 2012, 07:45:25 pm »
Here the shape script. This is script works most of the use cases. All new ones are immediately correct. Only some which colors were adjusted in the past aren't correct.

Code: [Select]
shape main
{
      v_Align = "bottom";
      h_Align = "center";
      
      setpen('0','0','0','3');
      drawnativeshape();

      if(hasTag("Smart Use Case Stereotype"))
      {
            println("[#TAG:Smart Use Case Stereotype#]");      
      }
      print("#ALIAS#");
 }

8
Bugs and Issues / Cannot remove style from use cases
« on: October 01, 2012, 06:00:47 pm »
I'm using EA 9.2.920 with a SQL 2005 backend.
We are making use of shapescrips for customizing the shapes. For some objects we cannot show the color defined in the script is shown! The same use case is shown differently on different diagrams.

The only solution I found is outside EA: Clear the field ObjectStyle in t_diagramobjects with SQL Enterprise manager.


9
Uml Process / Re: Gen/Spec with Use Cases and how to proceed?
« on: October 11, 2012, 12:37:26 am »
Hi,

I always say: do not use generalization or specialization for use cases. I do have some solutions to your problem. Do you have some examples of cases where you are using spec/gen now? It depends on the cases which solution i would suggest.

Pages: [1]