de.cau.cs.kieler.uml2
Class MetamodelRegistrator

java.lang.Object
  extended by de.cau.cs.kieler.uml2.MetamodelRegistrator
All Implemented Interfaces:
IStartup

public class MetamodelRegistrator
extends Object
implements IStartup

Hack early Startup class to explicitly load the UML Metamodel at Eclipse startup. Otherwise KSBASE will throw exceptions when evaluating the enabling expressions for the menu contributions about not finding the Package of the UML metamodel. FIXME: This should be handled by KSBASE in some generic way.

Rating red

Constructor Summary
MetamodelRegistrator()
           
 
Method Summary
 void earlyStartup()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetamodelRegistrator

public MetamodelRegistrator()
Method Detail

earlyStartup

public void earlyStartup()

Specified by:
earlyStartup in interface IStartup