de.uka.ipd.sdq.probfunction.provider
Class ProbabilityFunctionEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by de.uka.ipd.sdq.probfunction.provider.ProbabilityFunctionEditPlugin

public final class ProbabilityFunctionEditPlugin
extends EMFPlugin

This is the central singleton for the ProbabilityFunction edit plugin.


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

copyright

public static final String copyright

See Also:
Constant Field Values

INSTANCE

public static final ProbabilityFunctionEditPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

ProbabilityFunctionEditPlugin

public ProbabilityFunctionEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.