org.eclipse.xtend.typesystem.uml2
Class UML2Util2

java.lang.Object
  extended by org.eclipse.xtend.typesystem.uml2.UML2Util2

public class UML2Util2
extends java.lang.Object


Constructor Summary
UML2Util2()
           
 
Method Summary
static java.lang.String getXmiId(org.eclipse.uml2.uml.Element obj)
          Retrieves an object's identifier.
static org.eclipse.uml2.uml.Profile loadProfile(java.lang.String pathToProfile)
           
static org.eclipse.uml2.uml.Profile loadProfile(org.eclipse.emf.common.util.URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UML2Util2

public UML2Util2()
Method Detail

loadProfile

public static final org.eclipse.uml2.uml.Profile loadProfile(java.lang.String pathToProfile)

loadProfile

public static final org.eclipse.uml2.uml.Profile loadProfile(org.eclipse.emf.common.util.URI uri)

getXmiId

public static java.lang.String getXmiId(org.eclipse.uml2.uml.Element obj)
Retrieves an object's identifier. The object must be read from a XMLResource.

Parameters:
obj -
Returns:
The object's id.
Since:
4.2