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

- (2011-02-14) review by msp, haf
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.