Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Karl ONeill on April 13, 2005, 07:25:40 am

Title: object attributes
Post by: Karl ONeill on April 13, 2005, 07:25:40 am
hi,

is there a way to define object attributes in EA? It's easy to create an instance of a class, but i can't find a way to create an instance of an attribute. I'd like to be able to do the following

Class: Person                            
Name: string
Age: int
Adres: string


and change that into an object

Karl: Person
Name: Karl
Age: 26
Adres: Gooimeer 26


looked for the option for ages but can't find it anywhere. Any help would be appreciated. Thanks,

karl
Title: Re: object attributes
Post by: thomaskilian on April 13, 2005, 08:29:53 am
You could try "Set Run State" from the context menu...
Title: Re: object attributes
Post by: Karl ONeill on April 14, 2005, 01:43:43 am
great!  ;D thanks a lot, that was exactly what i was looking for.