de.cau.cs.kieler.kies.transformation.action
Class InitialTransformationAction

java.lang.Object
  extended by de.cau.cs.kieler.kies.transformation.action.InitialTransformationAction
All Implemented Interfaces:
IActionDelegate

public class InitialTransformationAction
extends Object
implements IActionDelegate

Rating red

Constructor Summary
InitialTransformationAction()
           
 
Method Summary
 IFile getCurrentFile()
           
 void run(IAction action)
          In case an .strl file is selected perform a complete transformation and optimization and open the created .kids in the SyncCharts editor.
 void selectionChanged(IAction action, ISelection selection)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialTransformationAction

public InitialTransformationAction()
Method Detail

run

public void run(IAction action)
In case an .strl file is selected perform a complete transformation and optimization and open the created .kids in the SyncCharts editor.

Specified by:
run in interface IActionDelegate
Parameters:
action - no need for this here

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)

Specified by:
selectionChanged in interface IActionDelegate

getCurrentFile

public IFile getCurrentFile()
Returns:
the currentFile