org.eclipse.xtend.typesystem.uml2
Class Setup

java.lang.Object
  extended by org.eclipse.xtend.typesystem.emf.Setup
      extended by org.eclipse.xtend.typesystem.uml2.Setup

public class Setup
extends Setup

Initialization of UML2 Support. This class must be integrated into workflows using EMF UML2 like follows:

        MWE1:
        <bean class="org.eclipse.internal.xtend.uml2.Setup"/>

        MWE2
        bean = org.eclipse.internal.xtend.uml2.Setup {  }
 

Author:
Sven Efftinge - initial implementation and API, Karsten Thoms - docs, maintenance

Constructor Summary
Setup()
          Constructor.
 
Method Summary
 void setStandardUML2Setup(boolean b)
          Deprecated. Registration already occurs with instantiation
 
Methods inherited from class org.eclipse.xtend.typesystem.emf.Setup
addEPackageClass, addEPackageDescriptor, addEPackageFile, addExtensionMap, addUriMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Setup

public Setup()
Constructor. Registers the UMLPackage.

Method Detail

setStandardUML2Setup

@Deprecated
public void setStandardUML2Setup(boolean b)
Deprecated. Registration already occurs with instantiation