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.