de.cau.cs.kieler.synccharts.codegen.sc
Class SCGenerator

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by de.cau.cs.kieler.synccharts.codegen.sc.SCGenerator
All Implemented Interfaces:
IHandler, IHandler2

public class SCGenerator
extends AbstractHandler
implements IHandler

A simple class to invoke the process of generating SC-Code.

Rating yellow
(2010-06-14)

Constructor Summary
SCGenerator()
           
 
Method Summary
 Object execute(ExecutionEvent event)
          
 String getInputModel()
           
 
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.commands.IHandler
addHandlerListener, dispose, isEnabled, isHandled, removeHandlerListener
 

Constructor Detail

SCGenerator

public SCGenerator()
Method Detail

execute

public Object execute(ExecutionEvent event)
               throws ExecutionException

Specified by:
execute in interface IHandler
Throws:
ExecutionException

getInputModel

public String getInputModel()