org.eclipse.ocl.uml.edit
Class OCLUMLEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.ocl.uml.edit.OCLUMLEditPlugin

public final class OCLUMLEditPlugin
extends EMFPlugin

This is the central singleton for the OCLUML edit plugin.


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

Constructor Detail

OCLUMLEditPlugin

public OCLUMLEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.

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