Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c286b5ea109caec591c7a89fb3afc949ea6c35da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * <copyright>
 * </copyright>
 *
 * $Id$
 */
package org.eclipse.papyrus.uml.diagram.paletteconfiguration;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Child Configuration</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.uml.diagram.paletteconfiguration.PaletteconfigurationPackage#getChildConfiguration()
 * @model abstract="true"
 * @generated
 */
public interface ChildConfiguration extends Configuration {
} // ChildConfiguration

Back to the top