Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ef7aafd01ba5990ce756b0a4634d787e225c594e (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.newchild.ncpolicy;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Filter Policy</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.newchild.ncpolicy.NcpolicyPackage#getFilterPolicy()
 * @model
 * @generated
 */
public interface FilterPolicy extends NewChildPolicy {
} // FilterPolicy

Back to the top