[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: see the model with uml stereotypes and values of their properties

fiorella,

I've already suggested to you once before to use the UML newsgroup. I really think it will work better if you did that. I've not redirected your posting this time...


fiorella wrote:
Hello, how to see the model in the console with property and value of this property?
example: i have the model


<model>Data
<<REUSer>><Actor>user1 and this actor has as stereotype REUser whit the property REAccessProb.
In the window properties I see this stereotype, but insted if
write


model.allOwnedElement

thir return all properties of all element of model
example
org.eclipse.uml.ActorIimpl@5555 (name:user1, is public:true,....) but
I don't see REAccessprob:0,6

How I can see this value?
Thank you.