de.uka.ipd.sdq.codegen.simucontroller
Class SimuControllerPlugin

java.lang.Object
  extended by AbstractUIPlugin
      extended by de.uka.ipd.sdq.codegen.simucontroller.SimuControllerPlugin

public class SimuControllerPlugin
extends AbstractUIPlugin

The activator class controls the plug-in life cycle


Field Summary
static String PLUGIN_ID
           
 
Constructor Summary
SimuControllerPlugin()
          The constructor
 
Method Summary
static SimuControllerPlugin getDefault()
          Returns the shared instance
static DocksModel getDockModel()
           
static void log(int severity, String message)
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

SimuControllerPlugin

public SimuControllerPlugin()
The constructor

Method Detail

start

public void start(BundleContext context)
           throws Exception
Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception
Throws:
Exception

getDefault

public static SimuControllerPlugin getDefault()
Returns the shared instance


log

public static void log(int severity,
                       String message)

getDockModel

public static DocksModel getDockModel()