org.eclipse.ocl.ecore.edit
Class OCLEcoreEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.ocl.ecore.edit.OCLEcoreEditPlugin

public final class OCLEcoreEditPlugin
extends EMFPlugin

This is the central singleton for the OCLEcore edit plugin.


Nested Class Summary
static class OCLEcoreEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 
Field Summary
static OCLEcoreEditPlugin INSTANCE
          Keep track of the singleton
 
Constructor Summary
OCLEcoreEditPlugin()
          Create the instance
 
Method Summary
static OCLEcoreEditPlugin.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 OCLEcoreEditPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

OCLEcoreEditPlugin

public OCLEcoreEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.