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

All Known Implementing Classes:
KiesTransformationContext, XtendTransformationContext

public interface ITransformationContext

A TransformationContext is supposed to hold all information that is necessary to execute a transformation.

Rating green
(2011-02-14) review by msp, haf

Method Summary
 void execute(TransformationDescriptor descriptor)
          Execute the actual transformation.
 

Method Detail

execute

void execute(TransformationDescriptor descriptor)
Execute the actual transformation. This method will be called by the TransformationEffect.

Parameters:
descriptor - The TransformationDescriptor containing information about the explicit transformation to execute.