blob: 0f55af23747a2a9ee9063f97d7c587dfcd0fca79 [file] [log] [blame]
/**
* Copyright (c) 2014 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* CEA LIST - Initial API and implementation
*/
package org.eclipse.papyrus.dd.dg;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc --> A representation of the model object ' <em><b>Transform</b></em>'. <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Transform defines an operation that changes the geometry of a graphical element in a specific way.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.papyrus.dd.dg.DGPackage#getTransform()
* @model abstract="true"
* @generated
*/
public interface Transform extends EObject {
} // Transform