java.lang.Object
org.eclipse.emf.common.util.DelegatingResourceLocator
org.eclipse.emf.common.EMFPlugin
org.palladiosimulator.dataflow.dictionary.DataDictionary.presentation.DataDictionaryEditorPlugin
All Implemented Interfaces:
Logger, ResourceLocator

public final class DataDictionaryEditorPlugin extends EMFPlugin
This is the central singleton for the DataDictionary editor plugin.
Generated class or method.
  • Field Details

  • Constructor Details

    • DataDictionaryEditorPlugin

      public DataDictionaryEditorPlugin()
      Create the instance.
      Generated class or method.
  • Method Details

    • getPluginResourceLocator

      public ResourceLocator getPluginResourceLocator()
      Returns the singleton instance of the Eclipse plugin.
      Specified by:
      getPluginResourceLocator in class EMFPlugin
      Returns:
      the singleton instance.
      Generated class or method.
    • getPlugin

      public static DataDictionaryEditorPlugin.Implementation getPlugin()
      Returns the singleton instance of the Eclipse plugin.
      Returns:
      the singleton instance.
      Generated class or method.