EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.featureconfig.impl]

COVERAGE SUMMARY FOR SOURCE FILE [IntegerAttributeValueImpl.java]

nameclass, %method, %block, %line, %
IntegerAttributeValueImpl.java0%   (0/1)0%   (0/4)0%   (0/70)0%   (0/22)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class IntegerAttributeValueImpl0%   (0/1)0%   (0/4)0%   (0/70)0%   (0/22)
<static initializer> 0%   (0/1)0%   (0/3)0%   (0/2)
AttributeValueIsDefinedInFeatureAndEqualsTypeInteger (DiagnosticChain, Map): ... 0%   (0/1)0%   (0/62)0%   (0/17)
IntegerAttributeValueImpl (): void 0%   (0/1)0%   (0/3)0%   (0/2)
eStaticClass (): EClass 0%   (0/1)0%   (0/2)0%   (0/1)

1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package de.uka.ipd.sdq.featureconfig.impl;
8 
9import java.util.Map;
10 
11import org.eclipse.emf.common.util.BasicDiagnostic;
12import org.eclipse.emf.common.util.Diagnostic;
13import org.eclipse.emf.common.util.DiagnosticChain;
14import org.eclipse.emf.ecore.EClass;
15import org.eclipse.emf.ecore.plugin.EcorePlugin;
16import org.eclipse.emf.ecore.util.EObjectValidator;
17import org.eclipse.ocl.ParserException;
18import org.eclipse.ocl.ecore.Constraint;
19import org.eclipse.ocl.ecore.OCL;
20 
21import de.uka.ipd.sdq.featureconfig.IntegerAttributeValue;
22import de.uka.ipd.sdq.featureconfig.featureconfigPackage;
23import de.uka.ipd.sdq.featureconfig.util.featureconfigValidator;
24 
25/**
26 * <!-- begin-user-doc -->
27 * An implementation of the model object '<em><b>Integer Attribute Value</b></em>'.
28 * <!-- end-user-doc -->
29 * <p>
30 * </p>
31 *
32 * @generated
33 */
34public class IntegerAttributeValueImpl extends AttributeValueImpl implements IntegerAttributeValue {
35        /**
36         * <!-- begin-user-doc -->
37         * <!-- end-user-doc -->
38         * @generated
39         */
40        protected IntegerAttributeValueImpl() {
41                super();
42        }
43 
44        /**
45         * <!-- begin-user-doc -->
46         * <!-- end-user-doc -->
47         * @generated
48         */
49        @Override
50        protected EClass eStaticClass() {
51                return featureconfigPackage.Literals.INTEGER_ATTRIBUTE_VALUE;
52        }
53 
54        /**
55         * The cached OCL expression body for the '{@link #AttributeValueIsDefinedInFeatureAndEqualsTypeInteger(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Attribute Value Is Defined In Feature And Equals Type Integer</em>}' operation.
56         * <!-- begin-user-doc -->
57         * <!-- end-user-doc -->
58         * @see #AttributeValueIsDefinedInFeatureAndEqualsTypeInteger(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
59         * @generated
60         * @ordered
61         */
62        protected static final String ATTRIBUTE_VALUE_IS_DEFINED_IN_FEATURE_AND_EQUALS_TYPE_INTEGER__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP = "self.confignode.origin.attributes->one(a | a.name = self.name)"+
63" and"+
64" self.confignode.origin.attributes->any(a | a.name = self.name).oclIsTypeOf(featuremodel::IntegerAttribute)";
65 
66        /**
67         * The cached OCL invariant for the '{@link #AttributeValueIsDefinedInFeatureAndEqualsTypeInteger(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Attribute Value Is Defined In Feature And Equals Type Integer</em>}' invariant operation.
68         * <!-- begin-user-doc -->
69         * <!-- end-user-doc -->
70         * @see #AttributeValueIsDefinedInFeatureAndEqualsTypeInteger(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
71         * @generated
72         * @ordered
73         */
74        protected static Constraint ATTRIBUTE_VALUE_IS_DEFINED_IN_FEATURE_AND_EQUALS_TYPE_INTEGER__DIAGNOSTIC_CHAIN_MAP__EOCL_INV;
75 
76        /**
77         * <!-- begin-user-doc -->
78         * <!-- end-user-doc -->
79         * @generated
80         */
81        public boolean AttributeValueIsDefinedInFeatureAndEqualsTypeInteger(DiagnosticChain diagnostics, Map<Object, Object> context) {
82                if (ATTRIBUTE_VALUE_IS_DEFINED_IN_FEATURE_AND_EQUALS_TYPE_INTEGER__DIAGNOSTIC_CHAIN_MAP__EOCL_INV == null) {
83                        OCL.Helper helper = EOCL_ENV.createOCLHelper();
84                        helper.setContext(featureconfigPackage.Literals.INTEGER_ATTRIBUTE_VALUE);
85                        try {
86                                ATTRIBUTE_VALUE_IS_DEFINED_IN_FEATURE_AND_EQUALS_TYPE_INTEGER__DIAGNOSTIC_CHAIN_MAP__EOCL_INV = helper.createInvariant(ATTRIBUTE_VALUE_IS_DEFINED_IN_FEATURE_AND_EQUALS_TYPE_INTEGER__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP);
87                        }
88                        catch (ParserException pe) {
89                                throw new UnsupportedOperationException(pe.getLocalizedMessage());
90                        }
91                }
92                if (!EOCL_ENV.createQuery(ATTRIBUTE_VALUE_IS_DEFINED_IN_FEATURE_AND_EQUALS_TYPE_INTEGER__DIAGNOSTIC_CHAIN_MAP__EOCL_INV).check(this)) {
93                        if (diagnostics != null) {
94                                diagnostics.add
95                                        (new BasicDiagnostic
96                                                (Diagnostic.ERROR,
97                                                 featureconfigValidator.DIAGNOSTIC_SOURCE,
98                                                 featureconfigValidator.INTEGER_ATTRIBUTE_VALUE__ATTRIBUTE_VALUE_IS_DEFINED_IN_FEATURE_AND_EQUALS_TYPE_INTEGER,
99                                                 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AttributeValueIsDefinedInFeatureAndEqualsTypeInteger", EObjectValidator.getObjectLabel(this, context) }),
100                                                 new Object [] { this }));
101                        }
102                        return false;
103                }
104                return true;
105        }
106 
107        /**
108         * The cached environment for evaluating OCL expressions.
109         * <!-- begin-user-doc -->
110         * <!-- end-user-doc -->
111         * @generated
112         * @ordered
113         */
114        protected static final OCL EOCL_ENV = OCL.newInstance();
115 
116} //IntegerAttributeValueImpl

[all classes][de.uka.ipd.sdq.featureconfig.impl]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov