Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2b3a65939f8c11227fdb46fcf36a69194498042f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * <copyright>
 * </copyright>
 *
 * $Id$
 */
package org.eclipse.papyrus.conversion.di2;

/**
 * <!-- begin-user-doc --> A representation of the model object '<em><b>Graphic Primitive</b></em>'.
 * <!-- end-user-doc -->
 * 
 * 
 * @see org.eclipse.papyrus.conversion.di2.Di2Package#getGraphicPrimitive()
 * @model
 * @generated
 */
public interface GraphicPrimitive extends LeafElement {
} // GraphicPrimitive

Back to the top