[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Difference between DomainURI and ModelURI
|
Hello,
I am new in GMF. I am trying do develop a new functionality in a plugin,
but I am very confuse.
I want to create a new diagram similar of an existing one, just changing
some elements.
I am trying to do this:
Resource r = OwlsDiagramEditorUtil.createDiagram(
URI.createURI(owlsComposite.getProcessURI()),
URI.createPlatformResourceURI(newDiagram.toOSString(), true),
new NullProgressMonitor());
Is it the better way to do this?
And what is the difference between DomainURI and ModelURI? I didn't
understand.
Thank you,
Vanessa Aline
Bacharelanda em Ciência da Computação - UFBA