de.uka.ipd.sdq.featuremodel.provider
Class featuremodelEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by de.uka.ipd.sdq.featuremodel.provider.featuremodelEditPlugin

public final class featuremodelEditPlugin
extends EMFPlugin

This is the central singleton for the featuremodel edit plugin.


Nested Class Summary
static class featuremodelEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 
Field Summary
static featuremodelEditPlugin INSTANCE
          Keep track of the singleton.
 
Constructor Summary
featuremodelEditPlugin()
          Create the instance.
 
Method Summary
static featuremodelEditPlugin.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin.
 ResourceLocator getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final featuremodelEditPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

featuremodelEditPlugin

public featuremodelEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

public ResourceLocator getPluginResourceLocator()
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.

getPlugin

public static featuremodelEditPlugin.Implementation getPlugin()
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.