org.eclipse.ocl.edit
Class OCLEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.ocl.edit.OCLEditPlugin

public final class OCLEditPlugin
extends EMFPlugin

This is the central singleton for the OCL edit plugin.


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

Constructor Detail

OCLEditPlugin

public OCLEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.

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