Import and traverse UML2 [message #477417] |
Wed, 21 May 2008 06:12  |
Eclipse User |
|
|
|
Hi all,
i'm new to UML2 and EMF programming, but have to dive deeper into it. So
my first approach was to load an UML2 Use Case model (created with
Eclipse UML2.1 diagrams).
Resource.Factory.Registry reg = Resource.Factory.Registry.INSTANCE; Map
m = reg.getExtensionToFactoryMap();
m.put("uml", UMLResource.Factory.INSTANCE);
ResourceSet resSet=new ResourceSetImpl();
Resource res = resSet.getResource(URI.createURI("file:///F:/TFH
Flo/SE/workspace/JET_1/model/bibO.uml"),true);
Therefore, I registeres the UML2Factory and the file extension as
mentioned above. That works fine.
But how to get access to the Use Cases i have modeled inside. Alle the
contents of the Resource are AnyTypeImpl-Objects?
Thx
tm
|
|
|
|
Re: Import and traverse UML2 [message #477424 is a reply to message #477422] |
Thu, 22 May 2008 06:14  |
Eclipse User |
|
|
|
Hi all,
it works as expected now. I've forget to include the UML.jar for
standalone application. Sorry for this :)
-- tm
Felix Dorner schrieb:
> Timothy Marc wrote:
>
>> But how to get access to the Use Cases i have modeled inside. Alle the
>> contents of the Resource are AnyTypeImpl-Objects?
>
> Did you try to simply cast the contents to what you expect?
|
|
|
Re: Import and traverse UML2 [message #626604 is a reply to message #477417] |
Wed, 21 May 2008 12:31  |
Eclipse User |
|
|
|
Timothy Marc wrote:
> But how to get access to the Use Cases i have modeled inside. Alle the
> contents of the Resource are AnyTypeImpl-Objects?
Did you try to simply cast the contents to what you expect?
|
|
|
Re: Import and traverse UML2 [message #626606 is a reply to message #477422] |
Thu, 22 May 2008 06:14  |
Eclipse User |
|
|
|
Hi all,
it works as expected now. I've forget to include the UML.jar for
standalone application. Sorry for this :)
-- tm
Felix Dorner schrieb:
> Timothy Marc wrote:
>
>> But how to get access to the Use Cases i have modeled inside. Alle the
>> contents of the Resource are AnyTypeImpl-Objects?
>
> Did you try to simply cast the contents to what you expect?
|
|
|
Powered by
FUDForum. Page generated in 0.04183 seconds