Uses of Interface
de.cau.cs.kieler.core.model.m2m.ITransformationContext

Packages that use ITransformationContext
de.cau.cs.kieler.core.model.effects Effects for the KIELER View Management. 
de.cau.cs.kieler.core.model.xtend.m2m Xtend implementations for model transformations in KIELER. 
de.cau.cs.kieler.kies.transformation Contains code responsible for executing a esterel to synccharts transformation. 
de.cau.cs.kieler.kies.transformation.kivi Contains classes for executing an Esterel to SyncCharts transformation (by using KiVi). 
 

Uses of ITransformationContext in de.cau.cs.kieler.core.model.effects
 

Methods in de.cau.cs.kieler.core.model.effects with parameters of type ITransformationContext
 void TransformationEffect.setContext(ITransformationContext context)
           
 

Constructors in de.cau.cs.kieler.core.model.effects with parameters of type ITransformationContext
TransformationEffect(ITransformationContext context, TransformationDescriptor descriptor)
           
TransformationEffect(ITransformationContext context, TransformationDescriptor descriptor, boolean monitored)
           
 

Uses of ITransformationContext in de.cau.cs.kieler.core.model.xtend.m2m
 

Classes in de.cau.cs.kieler.core.model.xtend.m2m that implement ITransformationContext
 class XtendTransformationContext
          ITransformationContext for the execution of Xtend transformations.
 

Constructors in de.cau.cs.kieler.core.model.xtend.m2m with parameters of type ITransformationContext
XtendTransformationEffect(ITransformationContext context, TransformationDescriptor descriptor)
           
 

Uses of ITransformationContext in de.cau.cs.kieler.kies.transformation
 

Fields in de.cau.cs.kieler.kies.transformation declared as ITransformationContext
protected  ITransformationContext AbstractTransformationDataComponent.currentContext
          the current transformation context.
 

Methods in de.cau.cs.kieler.kies.transformation that return ITransformationContext
 ITransformationContext AbstractTransformationDataComponent.getCurrentContext()
           
 

Uses of ITransformationContext in de.cau.cs.kieler.kies.transformation.kivi
 

Classes in de.cau.cs.kieler.kies.transformation.kivi that implement ITransformationContext
 class KiesTransformationContext
          A wrapper for the XtendTransformationContext in order to provide additional information to the user in case any exceptions occurrs.