Skip to main content
summaryrefslogtreecommitdiffstats
blob: aca948e33a826c2dd5352c4205e4fc9c9a422acd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package test.wksp.ganymede;

/**
 * <!-- begin-user-doc --> A representation of the model object '
 * <em><b>Audited Metric Target</b></em>'. <!-- end-user-doc -->
 * 
 * <!-- begin-model-doc --> Target metric which can be evaluated by audit rule.
 * The target context here is the metric rule resulting type classifier <!--
 * end-model-doc -->
 * 
 * <p>
 * The following features are supported:
 * <ul>
 * <li>{@link org.eclipse.gmf.mappings.AuditedMetricTarget#getMetric <em>Metric
 * </em>}</li>
 * </ul>
 * </p>
 * 
 * @see org.eclipse.gmf.mappings.GMFMapPackage#getAuditedMetricTarget()
 * @model annotation="http://www.eclipse.org/gmf/2005/constraints/meta def='context' ocl='\'ecore::EDoubleObject\''"
 * @generated
 */
public class X03 {

}

Back to the top