[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.epf] Re: Getting RoleSets from XMI files

Thank you for your reply,

You said that I should avoid using Impl classes, but when I use getAllContents(), I only get Impl classes.

And, when I have an instance of RoleDescriptorImpl for example, I can use RoleDescriptorImpl.getRole(), to get a "Role" class. So, in any cases, I never get the "RoleDescriptor" class.

How can I get this kind of classes ?

I tried resourceSet.getAllContents(), but I get approximatively the same results than before, because I apparently have only one resource.

Also, I can list guidelines from phases for example, but is it possible to get all the guidelines independantly of the components they belong to ? (all in the same iteration)

Thank you,

Quentin