Book a Demo

Author Topic: Creating a Goal Model  (Read 4971 times)

stevesavage

  • EA User
  • **
  • Posts: 119
  • Karma: +4/-0
    • View Profile
Creating a Goal Model
« on: March 09, 2010, 06:54:49 am »
I'm trying to create a Goal Model in EA.  (see Business Modeling with UML: Business Patterns at Work)

I was able to create the Quantitative and Qualitative Classes, both stereotyped as "Goal".  

For Quantitative I added the typical attributes of: Description, Target, Current, and Unit of Measure.

I've created an object from the Quantitative Class.  But I can't find where I set the attribute values for the object.   Its probably staring me in the face, but so far no luck through experimentation or the online help.


stevesavage

  • EA User
  • **
  • Posts: 119
  • Karma: +4/-0
    • View Profile
Re: Creating a Goal Model
« Reply #1 on: March 09, 2010, 08:18:32 am »
I was beginning to think what I want to do can't be done, which would be very odd.  

But if you look at the deployment model example on page 1302 of the EAUserGuide.pdf, and also at the same diagram in the EAExample model.  They've done exactly what I want to do.  

They create a class called Dell PowerEdge 6650 with the attributes Disks etc., and then create an object from that class that they set the attribute value to 3 x 120GB.

My problem:  I still can't find where they set the attribute values for the object.  

fwoolz

  • EA User
  • **
  • Posts: 435
  • Karma: +0/-0
  • We have met the enemy, and he is us.<Pogo, 1970>
    • View Profile
Re: Creating a Goal Model
« Reply #2 on: March 09, 2010, 08:23:15 am »
SS,

Are you talking about a class or an instance of a class?

If the latter, you can set the values of attributes by right clicking on the object, the selecting 'Advanced'>>'Set Run State'. You can then set the values of the attributes or apply constraints, e.g., <, >, <=, >=, etc.

Fred W
Fred Woolsey
Interfleet Technology Inc.

Always be ready to laugh at yourself; that way, you beat everyone else to the punch.


stevesavage

  • EA User
  • **
  • Posts: 119
  • Karma: +4/-0
    • View Profile
Re: Creating a Goal Model
« Reply #3 on: March 09, 2010, 08:31:53 am »
Instance of a class.
And that was exactly what I was looking for.  Thanks fwoolz.

I guess I wasn't thinking as a coder.  I was looking for something like
"set attribute value".




beginner

  • Guest
Re: Creating a Goal Model
« Reply #4 on: March 09, 2010, 06:47:35 pm »
You might have missed that the Analysis diagram has an Object element which can be stereotyped with <<goal>> (though it's missing some of your tags).

b.

stevesavage

  • EA User
  • **
  • Posts: 119
  • Karma: +4/-0
    • View Profile
Re: Creating a Goal Model
« Reply #5 on: March 10, 2010, 02:49:07 am »
I did look at them, but decided I wanted to have the Quantitative and Qualitative Parent Classes to better organize and track the goals.

beginner

  • Guest
Re: Creating a Goal Model
« Reply #6 on: March 10, 2010, 04:09:46 am »
I think it would be desirable to have these tags in the standard profile from Sparx. Makes pretty much sense.

b.