/** * <copyright> * </copyright> * * $Id$ */ package orgomg.cwm.analysis.transformation; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Map</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * This represents a specialized Transformation which consists of a group of ClassifierMaps. * <!-- end-model-doc --> * * * @see orgomg.cwm.analysis.transformation.TransformationPackage#getTransformationMap() * @model * @generated */ public interface TransformationMap extends Transformation { } // TransformationMap