Uses of Interface
de.cau.cs.kieler.core.model.transformation.ITransformationFramework

Packages that use ITransformationFramework
de.cau.cs.kieler.core.model.transformation.xtend A model transformation framework for Xtend. 
de.cau.cs.kieler.ksbase.core Core package of the KSBasE plug-in. 
de.cau.cs.kieler.ksbase.ui.handler UI handler package. 
 

Uses of ITransformationFramework in de.cau.cs.kieler.core.model.transformation.xtend
 

Classes in de.cau.cs.kieler.core.model.transformation.xtend that implement ITransformationFramework
 class XtendTransformationFramework
          An implementation of the ITransformationFramework interface for the use with the Xtend framework.
 

Uses of ITransformationFramework in de.cau.cs.kieler.ksbase.core
 

Methods in de.cau.cs.kieler.ksbase.core that return ITransformationFramework
static ITransformationFramework TransformationFrameworkFactory.getDefaultTransformationFramework()
          Returns the current default ITransformationFramework.
 ITransformationFramework EditorTransformationSettings.getFramework()
          Gets the transformation framework for this editor.
 

Methods in de.cau.cs.kieler.ksbase.core with parameters of type ITransformationFramework
 void EditorTransformationSettings.setFramework(ITransformationFramework theFramework)
          Sets the transformation framework for this editor.
 

Uses of ITransformationFramework in de.cau.cs.kieler.ksbase.ui.handler
 

Methods in de.cau.cs.kieler.ksbase.ui.handler that return ITransformationFramework
 ITransformationFramework ExecuteTransformationRequest.getFramework()
          Gets the assigned transformation framework.
 

Methods in de.cau.cs.kieler.ksbase.ui.handler with parameters of type ITransformationFramework
 boolean TransformationCommand.initalize(IEditorPart editPart, ISelection selection, String command, String fileName, String basePackage, String[] parameter, ITransformationFramework framework)
          Initializes the transformation.
 void ExecuteTransformationRequest.setFramework(ITransformationFramework fframework)
          Sets the transformation framework.
 

Constructors in de.cau.cs.kieler.ksbase.ui.handler with parameters of type ITransformationFramework
ExecuteTransformationRequest(IEditorPart ePart, String cmd, String file, ISelection sel, String modelPackageClass, String[] parameters, ITransformationFramework fframework)
          Creates a transformation request.