Class CostModel3EditorPlugin

All Implemented Interfaces:
Logger, ResourceLocator

public final class CostModel3EditorPlugin extends EMFPlugin
This is the central singleton for the CostModel-3 editor plugin.
Generated class or method.
  • Field Details

    • INSTANCE

      public static final CostModel3EditorPlugin INSTANCE
      Keep track of the singleton.
      Generated class or method.
  • Constructor Details

    • CostModel3EditorPlugin

      public CostModel3EditorPlugin()
      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 CostModel3EditorPlugin.Implementation getPlugin()
      Returns the singleton instance of the Eclipse plugin.
      Returns:
      the singleton instance.
      Generated class or method.