aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java
diff options
context:
space:
mode:
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java3636
1 files changed, 1937 insertions, 1699 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java
index 313fce87..d907f53c 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/util/ApplicationConfigurationSwitch.java
@@ -1,1699 +1,1937 @@
1/** 1/**
2 * generated by Xtext 2.12.0 2 * generated by Xtext 2.16.0
3 */ 3 */
4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.util; 4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.util;
5 5
6import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.*; 6import hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.*;
7 7
8import org.eclipse.emf.ecore.EObject; 8import org.eclipse.emf.ecore.EObject;
9import org.eclipse.emf.ecore.EPackage; 9import org.eclipse.emf.ecore.EPackage;
10 10
11import org.eclipse.emf.ecore.util.Switch; 11import org.eclipse.emf.ecore.util.Switch;
12 12
13/** 13/**
14 * <!-- begin-user-doc --> 14 * <!-- begin-user-doc -->
15 * The <b>Switch</b> for the model's inheritance hierarchy. 15 * The <b>Switch</b> for the model's inheritance hierarchy.
16 * It supports the call {@link #doSwitch(EObject) doSwitch(object)} 16 * It supports the call {@link #doSwitch(EObject) doSwitch(object)}
17 * to invoke the <code>caseXXX</code> method for each class of the model, 17 * to invoke the <code>caseXXX</code> method for each class of the model,
18 * starting with the actual class of the object 18 * starting with the actual class of the object
19 * and proceeding up the inheritance hierarchy 19 * and proceeding up the inheritance hierarchy
20 * until a non-null result is returned, 20 * until a non-null result is returned,
21 * which is the result of the switch. 21 * which is the result of the switch.
22 * <!-- end-user-doc --> 22 * <!-- end-user-doc -->
23 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage 23 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage
24 * @generated 24 * @generated
25 */ 25 */
26public class ApplicationConfigurationSwitch<T> extends Switch<T> 26public class ApplicationConfigurationSwitch<T> extends Switch<T>
27{ 27{
28 /** 28 /**
29 * The cached model package 29 * The cached model package
30 * <!-- begin-user-doc --> 30 * <!-- begin-user-doc -->
31 * <!-- end-user-doc --> 31 * <!-- end-user-doc -->
32 * @generated 32 * @generated
33 */ 33 */
34 protected static ApplicationConfigurationPackage modelPackage; 34 protected static ApplicationConfigurationPackage modelPackage;
35 35
36 /** 36 /**
37 * Creates an instance of the switch. 37 * Creates an instance of the switch.
38 * <!-- begin-user-doc --> 38 * <!-- begin-user-doc -->
39 * <!-- end-user-doc --> 39 * <!-- end-user-doc -->
40 * @generated 40 * @generated
41 */ 41 */
42 public ApplicationConfigurationSwitch() 42 public ApplicationConfigurationSwitch()
43 { 43 {
44 if (modelPackage == null) 44 if (modelPackage == null)
45 { 45 {
46 modelPackage = ApplicationConfigurationPackage.eINSTANCE; 46 modelPackage = ApplicationConfigurationPackage.eINSTANCE;
47 } 47 }
48 } 48 }
49 49
50 /** 50 /**
51 * Checks whether this is a switch for the given package. 51 * Checks whether this is a switch for the given package.
52 * <!-- begin-user-doc --> 52 * <!-- begin-user-doc -->
53 * <!-- end-user-doc --> 53 * <!-- end-user-doc -->
54 * @param ePackage the package in question. 54 * @param ePackage the package in question.
55 * @return whether this is a switch for the given package. 55 * @return whether this is a switch for the given package.
56 * @generated 56 * @generated
57 */ 57 */
58 @Override 58 @Override
59 protected boolean isSwitchFor(EPackage ePackage) 59 protected boolean isSwitchFor(EPackage ePackage)
60 { 60 {
61 return ePackage == modelPackage; 61 return ePackage == modelPackage;
62 } 62 }
63 63
64 /** 64 /**
65 * Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result. 65 * Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
66 * <!-- begin-user-doc --> 66 * <!-- begin-user-doc -->
67 * <!-- end-user-doc --> 67 * <!-- end-user-doc -->
68 * @return the first non-null result returned by a <code>caseXXX</code> call. 68 * @return the first non-null result returned by a <code>caseXXX</code> call.
69 * @generated 69 * @generated
70 */ 70 */
71 @Override 71 @Override
72 protected T doSwitch(int classifierID, EObject theEObject) 72 protected T doSwitch(int classifierID, EObject theEObject)
73 { 73 {
74 switch (classifierID) 74 switch (classifierID)
75 { 75 {
76 case ApplicationConfigurationPackage.CONFIGURATION_SCRIPT: 76 case ApplicationConfigurationPackage.CONFIGURATION_SCRIPT:
77 { 77 {
78 ConfigurationScript configurationScript = (ConfigurationScript)theEObject; 78 ConfigurationScript configurationScript = (ConfigurationScript)theEObject;
79 T result = caseConfigurationScript(configurationScript); 79 T result = caseConfigurationScript(configurationScript);
80 if (result == null) result = defaultCase(theEObject); 80 if (result == null) result = defaultCase(theEObject);
81 return result; 81 return result;
82 } 82 }
83 case ApplicationConfigurationPackage.COMMAND: 83 case ApplicationConfigurationPackage.COMMAND:
84 { 84 {
85 Command command = (Command)theEObject; 85 Command command = (Command)theEObject;
86 T result = caseCommand(command); 86 T result = caseCommand(command);
87 if (result == null) result = defaultCase(theEObject); 87 if (result == null) result = defaultCase(theEObject);
88 return result; 88 return result;
89 } 89 }
90 case ApplicationConfigurationPackage.IMPORT: 90 case ApplicationConfigurationPackage.IMPORT:
91 { 91 {
92 Import import_ = (Import)theEObject; 92 Import import_ = (Import)theEObject;
93 T result = caseImport(import_); 93 T result = caseImport(import_);
94 if (result == null) result = defaultCase(theEObject); 94 if (result == null) result = defaultCase(theEObject);
95 return result; 95 return result;
96 } 96 }
97 case ApplicationConfigurationPackage.EPACKAGE_IMPORT: 97 case ApplicationConfigurationPackage.EPACKAGE_IMPORT:
98 { 98 {
99 EPackageImport ePackageImport = (EPackageImport)theEObject; 99 EPackageImport ePackageImport = (EPackageImport)theEObject;
100 T result = caseEPackageImport(ePackageImport); 100 T result = caseEPackageImport(ePackageImport);
101 if (result == null) result = caseImport(ePackageImport); 101 if (result == null) result = caseImport(ePackageImport);
102 if (result == null) result = defaultCase(theEObject); 102 if (result == null) result = defaultCase(theEObject);
103 return result; 103 return result;
104 } 104 }
105 case ApplicationConfigurationPackage.VIATRA_IMPORT: 105 case ApplicationConfigurationPackage.VIATRA_IMPORT:
106 { 106 {
107 ViatraImport viatraImport = (ViatraImport)theEObject; 107 ViatraImport viatraImport = (ViatraImport)theEObject;
108 T result = caseViatraImport(viatraImport); 108 T result = caseViatraImport(viatraImport);
109 if (result == null) result = caseImport(viatraImport); 109 if (result == null) result = caseImport(viatraImport);
110 if (result == null) result = defaultCase(theEObject); 110 if (result == null) result = defaultCase(theEObject);
111 return result; 111 return result;
112 } 112 }
113 case ApplicationConfigurationPackage.DECLARATION: 113 case ApplicationConfigurationPackage.CFT_IMPORT:
114 { 114 {
115 Declaration declaration = (Declaration)theEObject; 115 CftImport cftImport = (CftImport)theEObject;
116 T result = caseDeclaration(declaration); 116 T result = caseCftImport(cftImport);
117 if (result == null) result = caseCommand(declaration); 117 if (result == null) result = caseImport(cftImport);
118 if (result == null) result = defaultCase(theEObject); 118 if (result == null) result = defaultCase(theEObject);
119 return result; 119 return result;
120 } 120 }
121 case ApplicationConfigurationPackage.FILE_SPECIFICATION: 121 case ApplicationConfigurationPackage.DECLARATION:
122 { 122 {
123 FileSpecification fileSpecification = (FileSpecification)theEObject; 123 Declaration declaration = (Declaration)theEObject;
124 T result = caseFileSpecification(fileSpecification); 124 T result = caseDeclaration(declaration);
125 if (result == null) result = caseFile(fileSpecification); 125 if (result == null) result = caseCommand(declaration);
126 if (result == null) result = defaultCase(theEObject); 126 if (result == null) result = defaultCase(theEObject);
127 return result; 127 return result;
128 } 128 }
129 case ApplicationConfigurationPackage.FILE_DECLARATION: 129 case ApplicationConfigurationPackage.FILE_SPECIFICATION:
130 { 130 {
131 FileDeclaration fileDeclaration = (FileDeclaration)theEObject; 131 FileSpecification fileSpecification = (FileSpecification)theEObject;
132 T result = caseFileDeclaration(fileDeclaration); 132 T result = caseFileSpecification(fileSpecification);
133 if (result == null) result = caseDeclaration(fileDeclaration); 133 if (result == null) result = caseFile(fileSpecification);
134 if (result == null) result = caseCommand(fileDeclaration); 134 if (result == null) result = defaultCase(theEObject);
135 if (result == null) result = defaultCase(theEObject); 135 return result;
136 return result; 136 }
137 } 137 case ApplicationConfigurationPackage.FILE_DECLARATION:
138 case ApplicationConfigurationPackage.FILE_REFERENCE: 138 {
139 { 139 FileDeclaration fileDeclaration = (FileDeclaration)theEObject;
140 FileReference fileReference = (FileReference)theEObject; 140 T result = caseFileDeclaration(fileDeclaration);
141 T result = caseFileReference(fileReference); 141 if (result == null) result = caseDeclaration(fileDeclaration);
142 if (result == null) result = caseFile(fileReference); 142 if (result == null) result = caseCommand(fileDeclaration);
143 if (result == null) result = defaultCase(theEObject); 143 if (result == null) result = defaultCase(theEObject);
144 return result; 144 return result;
145 } 145 }
146 case ApplicationConfigurationPackage.FILE: 146 case ApplicationConfigurationPackage.FILE_REFERENCE:
147 { 147 {
148 File file = (File)theEObject; 148 FileReference fileReference = (FileReference)theEObject;
149 T result = caseFile(file); 149 T result = caseFileReference(fileReference);
150 if (result == null) result = defaultCase(theEObject); 150 if (result == null) result = caseFile(fileReference);
151 return result; 151 if (result == null) result = defaultCase(theEObject);
152 } 152 return result;
153 case ApplicationConfigurationPackage.METAMODEL_SPECIFICATION: 153 }
154 { 154 case ApplicationConfigurationPackage.FILE:
155 MetamodelSpecification metamodelSpecification = (MetamodelSpecification)theEObject; 155 {
156 T result = caseMetamodelSpecification(metamodelSpecification); 156 File file = (File)theEObject;
157 if (result == null) result = caseMetamodel(metamodelSpecification); 157 T result = caseFile(file);
158 if (result == null) result = defaultCase(theEObject); 158 if (result == null) result = defaultCase(theEObject);
159 return result; 159 return result;
160 } 160 }
161 case ApplicationConfigurationPackage.METAMODEL_ENTRY: 161 case ApplicationConfigurationPackage.METAMODEL_SPECIFICATION:
162 { 162 {
163 MetamodelEntry metamodelEntry = (MetamodelEntry)theEObject; 163 MetamodelSpecification metamodelSpecification = (MetamodelSpecification)theEObject;
164 T result = caseMetamodelEntry(metamodelEntry); 164 T result = caseMetamodelSpecification(metamodelSpecification);
165 if (result == null) result = defaultCase(theEObject); 165 if (result == null) result = caseMetamodel(metamodelSpecification);
166 return result; 166 if (result == null) result = defaultCase(theEObject);
167 } 167 return result;
168 case ApplicationConfigurationPackage.ALL_PACKAGE_ENTRY: 168 }
169 { 169 case ApplicationConfigurationPackage.METAMODEL_ENTRY:
170 AllPackageEntry allPackageEntry = (AllPackageEntry)theEObject; 170 {
171 T result = caseAllPackageEntry(allPackageEntry); 171 MetamodelEntry metamodelEntry = (MetamodelEntry)theEObject;
172 if (result == null) result = caseMetamodelEntry(allPackageEntry); 172 T result = caseMetamodelEntry(metamodelEntry);
173 if (result == null) result = defaultCase(theEObject); 173 if (result == null) result = defaultCase(theEObject);
174 return result; 174 return result;
175 } 175 }
176 case ApplicationConfigurationPackage.METAMODEL_ELEMENT: 176 case ApplicationConfigurationPackage.ALL_PACKAGE_ENTRY:
177 { 177 {
178 MetamodelElement metamodelElement = (MetamodelElement)theEObject; 178 AllPackageEntry allPackageEntry = (AllPackageEntry)theEObject;
179 T result = caseMetamodelElement(metamodelElement); 179 T result = caseAllPackageEntry(allPackageEntry);
180 if (result == null) result = caseMetamodelEntry(metamodelElement); 180 if (result == null) result = caseMetamodelEntry(allPackageEntry);
181 if (result == null) result = defaultCase(theEObject); 181 if (result == null) result = defaultCase(theEObject);
182 return result; 182 return result;
183 } 183 }
184 case ApplicationConfigurationPackage.METAMODEL_DECLARATION: 184 case ApplicationConfigurationPackage.METAMODEL_ELEMENT:
185 { 185 {
186 MetamodelDeclaration metamodelDeclaration = (MetamodelDeclaration)theEObject; 186 MetamodelElement metamodelElement = (MetamodelElement)theEObject;
187 T result = caseMetamodelDeclaration(metamodelDeclaration); 187 T result = caseMetamodelElement(metamodelElement);
188 if (result == null) result = caseDeclaration(metamodelDeclaration); 188 if (result == null) result = caseMetamodelEntry(metamodelElement);
189 if (result == null) result = caseCommand(metamodelDeclaration); 189 if (result == null) result = defaultCase(theEObject);
190 if (result == null) result = defaultCase(theEObject); 190 return result;
191 return result; 191 }
192 } 192 case ApplicationConfigurationPackage.METAMODEL_DECLARATION:
193 case ApplicationConfigurationPackage.METAMODEL_REFERENCE: 193 {
194 { 194 MetamodelDeclaration metamodelDeclaration = (MetamodelDeclaration)theEObject;
195 MetamodelReference metamodelReference = (MetamodelReference)theEObject; 195 T result = caseMetamodelDeclaration(metamodelDeclaration);
196 T result = caseMetamodelReference(metamodelReference); 196 if (result == null) result = caseDeclaration(metamodelDeclaration);
197 if (result == null) result = caseMetamodel(metamodelReference); 197 if (result == null) result = caseCommand(metamodelDeclaration);
198 if (result == null) result = defaultCase(theEObject); 198 if (result == null) result = defaultCase(theEObject);
199 return result; 199 return result;
200 } 200 }
201 case ApplicationConfigurationPackage.METAMODEL: 201 case ApplicationConfigurationPackage.METAMODEL_REFERENCE:
202 { 202 {
203 Metamodel metamodel = (Metamodel)theEObject; 203 MetamodelReference metamodelReference = (MetamodelReference)theEObject;
204 T result = caseMetamodel(metamodel); 204 T result = caseMetamodelReference(metamodelReference);
205 if (result == null) result = defaultCase(theEObject); 205 if (result == null) result = caseMetamodel(metamodelReference);
206 return result; 206 if (result == null) result = defaultCase(theEObject);
207 } 207 return result;
208 case ApplicationConfigurationPackage.PARTIAL_MODEL_SPECIFICATION: 208 }
209 { 209 case ApplicationConfigurationPackage.METAMODEL:
210 PartialModelSpecification partialModelSpecification = (PartialModelSpecification)theEObject; 210 {
211 T result = casePartialModelSpecification(partialModelSpecification); 211 Metamodel metamodel = (Metamodel)theEObject;
212 if (result == null) result = casePartialModel(partialModelSpecification); 212 T result = caseMetamodel(metamodel);
213 if (result == null) result = defaultCase(theEObject); 213 if (result == null) result = defaultCase(theEObject);
214 return result; 214 return result;
215 } 215 }
216 case ApplicationConfigurationPackage.PARTIAL_MODEL_ENTRY: 216 case ApplicationConfigurationPackage.PARTIAL_MODEL_SPECIFICATION:
217 { 217 {
218 PartialModelEntry partialModelEntry = (PartialModelEntry)theEObject; 218 PartialModelSpecification partialModelSpecification = (PartialModelSpecification)theEObject;
219 T result = casePartialModelEntry(partialModelEntry); 219 T result = casePartialModelSpecification(partialModelSpecification);
220 if (result == null) result = defaultCase(theEObject); 220 if (result == null) result = casePartialModel(partialModelSpecification);
221 return result; 221 if (result == null) result = defaultCase(theEObject);
222 } 222 return result;
223 case ApplicationConfigurationPackage.MODEL_ENTRY: 223 }
224 { 224 case ApplicationConfigurationPackage.PARTIAL_MODEL_ENTRY:
225 ModelEntry modelEntry = (ModelEntry)theEObject; 225 {
226 T result = caseModelEntry(modelEntry); 226 PartialModelEntry partialModelEntry = (PartialModelEntry)theEObject;
227 if (result == null) result = casePartialModelEntry(modelEntry); 227 T result = casePartialModelEntry(partialModelEntry);
228 if (result == null) result = defaultCase(theEObject); 228 if (result == null) result = defaultCase(theEObject);
229 return result; 229 return result;
230 } 230 }
231 case ApplicationConfigurationPackage.FOLDER_ENTRY: 231 case ApplicationConfigurationPackage.MODEL_ENTRY:
232 { 232 {
233 FolderEntry folderEntry = (FolderEntry)theEObject; 233 ModelEntry modelEntry = (ModelEntry)theEObject;
234 T result = caseFolderEntry(folderEntry); 234 T result = caseModelEntry(modelEntry);
235 if (result == null) result = casePartialModelEntry(folderEntry); 235 if (result == null) result = casePartialModelEntry(modelEntry);
236 if (result == null) result = defaultCase(theEObject); 236 if (result == null) result = defaultCase(theEObject);
237 return result; 237 return result;
238 } 238 }
239 case ApplicationConfigurationPackage.PARTIAL_MODEL_DECLARATION: 239 case ApplicationConfigurationPackage.FOLDER_ENTRY:
240 { 240 {
241 PartialModelDeclaration partialModelDeclaration = (PartialModelDeclaration)theEObject; 241 FolderEntry folderEntry = (FolderEntry)theEObject;
242 T result = casePartialModelDeclaration(partialModelDeclaration); 242 T result = caseFolderEntry(folderEntry);
243 if (result == null) result = caseDeclaration(partialModelDeclaration); 243 if (result == null) result = casePartialModelEntry(folderEntry);
244 if (result == null) result = caseCommand(partialModelDeclaration); 244 if (result == null) result = defaultCase(theEObject);
245 if (result == null) result = defaultCase(theEObject); 245 return result;
246 return result; 246 }
247 } 247 case ApplicationConfigurationPackage.PARTIAL_MODEL_DECLARATION:
248 case ApplicationConfigurationPackage.PARTIAL_MODEL_REFERENCE: 248 {
249 { 249 PartialModelDeclaration partialModelDeclaration = (PartialModelDeclaration)theEObject;
250 PartialModelReference partialModelReference = (PartialModelReference)theEObject; 250 T result = casePartialModelDeclaration(partialModelDeclaration);
251 T result = casePartialModelReference(partialModelReference); 251 if (result == null) result = caseDeclaration(partialModelDeclaration);
252 if (result == null) result = casePartialModel(partialModelReference); 252 if (result == null) result = caseCommand(partialModelDeclaration);
253 if (result == null) result = defaultCase(theEObject); 253 if (result == null) result = defaultCase(theEObject);
254 return result; 254 return result;
255 } 255 }
256 case ApplicationConfigurationPackage.PARTIAL_MODEL: 256 case ApplicationConfigurationPackage.PARTIAL_MODEL_REFERENCE:
257 { 257 {
258 PartialModel partialModel = (PartialModel)theEObject; 258 PartialModelReference partialModelReference = (PartialModelReference)theEObject;
259 T result = casePartialModel(partialModel); 259 T result = casePartialModelReference(partialModelReference);
260 if (result == null) result = defaultCase(theEObject); 260 if (result == null) result = casePartialModel(partialModelReference);
261 return result; 261 if (result == null) result = defaultCase(theEObject);
262 } 262 return result;
263 case ApplicationConfigurationPackage.PATTERN_SPECIFICATION: 263 }
264 { 264 case ApplicationConfigurationPackage.PARTIAL_MODEL:
265 PatternSpecification patternSpecification = (PatternSpecification)theEObject; 265 {
266 T result = casePatternSpecification(patternSpecification); 266 PartialModel partialModel = (PartialModel)theEObject;
267 if (result == null) result = caseGraphPattern(patternSpecification); 267 T result = casePartialModel(partialModel);
268 if (result == null) result = defaultCase(theEObject); 268 if (result == null) result = defaultCase(theEObject);
269 return result; 269 return result;
270 } 270 }
271 case ApplicationConfigurationPackage.PATTERN_ENTRY: 271 case ApplicationConfigurationPackage.PATTERN_SPECIFICATION:
272 { 272 {
273 PatternEntry patternEntry = (PatternEntry)theEObject; 273 PatternSpecification patternSpecification = (PatternSpecification)theEObject;
274 T result = casePatternEntry(patternEntry); 274 T result = casePatternSpecification(patternSpecification);
275 if (result == null) result = defaultCase(theEObject); 275 if (result == null) result = caseGraphPattern(patternSpecification);
276 return result; 276 if (result == null) result = defaultCase(theEObject);
277 } 277 return result;
278 case ApplicationConfigurationPackage.ALL_PATTERN_ENTRY: 278 }
279 { 279 case ApplicationConfigurationPackage.PATTERN_ENTRY:
280 AllPatternEntry allPatternEntry = (AllPatternEntry)theEObject; 280 {
281 T result = caseAllPatternEntry(allPatternEntry); 281 PatternEntry patternEntry = (PatternEntry)theEObject;
282 if (result == null) result = casePatternEntry(allPatternEntry); 282 T result = casePatternEntry(patternEntry);
283 if (result == null) result = defaultCase(theEObject); 283 if (result == null) result = defaultCase(theEObject);
284 return result; 284 return result;
285 } 285 }
286 case ApplicationConfigurationPackage.PATTERN_ELEMENT: 286 case ApplicationConfigurationPackage.ALL_PATTERN_ENTRY:
287 { 287 {
288 PatternElement patternElement = (PatternElement)theEObject; 288 AllPatternEntry allPatternEntry = (AllPatternEntry)theEObject;
289 T result = casePatternElement(patternElement); 289 T result = caseAllPatternEntry(allPatternEntry);
290 if (result == null) result = casePatternEntry(patternElement); 290 if (result == null) result = casePatternEntry(allPatternEntry);
291 if (result == null) result = defaultCase(theEObject); 291 if (result == null) result = defaultCase(theEObject);
292 return result; 292 return result;
293 } 293 }
294 case ApplicationConfigurationPackage.GRAPH_PATTERN_DECLARATION: 294 case ApplicationConfigurationPackage.PATTERN_ELEMENT:
295 { 295 {
296 GraphPatternDeclaration graphPatternDeclaration = (GraphPatternDeclaration)theEObject; 296 PatternElement patternElement = (PatternElement)theEObject;
297 T result = caseGraphPatternDeclaration(graphPatternDeclaration); 297 T result = casePatternElement(patternElement);
298 if (result == null) result = caseDeclaration(graphPatternDeclaration); 298 if (result == null) result = casePatternEntry(patternElement);
299 if (result == null) result = caseCommand(graphPatternDeclaration); 299 if (result == null) result = defaultCase(theEObject);
300 if (result == null) result = defaultCase(theEObject); 300 return result;
301 return result; 301 }
302 } 302 case ApplicationConfigurationPackage.GRAPH_PATTERN_DECLARATION:
303 case ApplicationConfigurationPackage.GRAPH_PATTERN_REFERENCE: 303 {
304 { 304 GraphPatternDeclaration graphPatternDeclaration = (GraphPatternDeclaration)theEObject;
305 GraphPatternReference graphPatternReference = (GraphPatternReference)theEObject; 305 T result = caseGraphPatternDeclaration(graphPatternDeclaration);
306 T result = caseGraphPatternReference(graphPatternReference); 306 if (result == null) result = caseDeclaration(graphPatternDeclaration);
307 if (result == null) result = caseGraphPattern(graphPatternReference); 307 if (result == null) result = caseCommand(graphPatternDeclaration);
308 if (result == null) result = defaultCase(theEObject); 308 if (result == null) result = defaultCase(theEObject);
309 return result; 309 return result;
310 } 310 }
311 case ApplicationConfigurationPackage.GRAPH_PATTERN: 311 case ApplicationConfigurationPackage.GRAPH_PATTERN_REFERENCE:
312 { 312 {
313 GraphPattern graphPattern = (GraphPattern)theEObject; 313 GraphPatternReference graphPatternReference = (GraphPatternReference)theEObject;
314 T result = caseGraphPattern(graphPattern); 314 T result = caseGraphPatternReference(graphPatternReference);
315 if (result == null) result = defaultCase(theEObject); 315 if (result == null) result = caseGraphPattern(graphPatternReference);
316 return result; 316 if (result == null) result = defaultCase(theEObject);
317 } 317 return result;
318 case ApplicationConfigurationPackage.CONFIG_SPECIFICATION: 318 }
319 { 319 case ApplicationConfigurationPackage.GRAPH_PATTERN:
320 ConfigSpecification configSpecification = (ConfigSpecification)theEObject; 320 {
321 T result = caseConfigSpecification(configSpecification); 321 GraphPattern graphPattern = (GraphPattern)theEObject;
322 if (result == null) result = caseConfig(configSpecification); 322 T result = caseGraphPattern(graphPattern);
323 if (result == null) result = defaultCase(theEObject); 323 if (result == null) result = defaultCase(theEObject);
324 return result; 324 return result;
325 } 325 }
326 case ApplicationConfigurationPackage.CONFIG_DECLARATION: 326 case ApplicationConfigurationPackage.OBJECTIVE_SPECIFICATION:
327 { 327 {
328 ConfigDeclaration configDeclaration = (ConfigDeclaration)theEObject; 328 ObjectiveSpecification objectiveSpecification = (ObjectiveSpecification)theEObject;
329 T result = caseConfigDeclaration(configDeclaration); 329 T result = caseObjectiveSpecification(objectiveSpecification);
330 if (result == null) result = caseDeclaration(configDeclaration); 330 if (result == null) result = caseObjective(objectiveSpecification);
331 if (result == null) result = caseCommand(configDeclaration); 331 if (result == null) result = defaultCase(theEObject);
332 if (result == null) result = defaultCase(theEObject); 332 return result;
333 return result; 333 }
334 } 334 case ApplicationConfigurationPackage.OBJECTIVE_ENTRY:
335 case ApplicationConfigurationPackage.CONFIG_ENTRY: 335 {
336 { 336 ObjectiveEntry objectiveEntry = (ObjectiveEntry)theEObject;
337 ConfigEntry configEntry = (ConfigEntry)theEObject; 337 T result = caseObjectiveEntry(objectiveEntry);
338 T result = caseConfigEntry(configEntry); 338 if (result == null) result = defaultCase(theEObject);
339 if (result == null) result = defaultCase(theEObject); 339 return result;
340 return result; 340 }
341 } 341 case ApplicationConfigurationPackage.OPTIMIZATION_ENTRY:
342 case ApplicationConfigurationPackage.DOCUMENTATION_ENTRY: 342 {
343 { 343 OptimizationEntry optimizationEntry = (OptimizationEntry)theEObject;
344 DocumentationEntry documentationEntry = (DocumentationEntry)theEObject; 344 T result = caseOptimizationEntry(optimizationEntry);
345 T result = caseDocumentationEntry(documentationEntry); 345 if (result == null) result = caseObjectiveEntry(optimizationEntry);
346 if (result == null) result = caseConfigEntry(documentationEntry); 346 if (result == null) result = defaultCase(theEObject);
347 if (result == null) result = defaultCase(theEObject); 347 return result;
348 return result; 348 }
349 } 349 case ApplicationConfigurationPackage.THRESHOLD_ENTRY:
350 case ApplicationConfigurationPackage.RUNTIME_ENTRY: 350 {
351 { 351 ThresholdEntry thresholdEntry = (ThresholdEntry)theEObject;
352 RuntimeEntry runtimeEntry = (RuntimeEntry)theEObject; 352 T result = caseThresholdEntry(thresholdEntry);
353 T result = caseRuntimeEntry(runtimeEntry); 353 if (result == null) result = caseObjectiveEntry(thresholdEntry);
354 if (result == null) result = caseConfigEntry(runtimeEntry); 354 if (result == null) result = defaultCase(theEObject);
355 if (result == null) result = defaultCase(theEObject); 355 return result;
356 return result; 356 }
357 } 357 case ApplicationConfigurationPackage.OBJECTIVE_FUNCTION:
358 case ApplicationConfigurationPackage.MEMORY_ENTRY: 358 {
359 { 359 ObjectiveFunction objectiveFunction = (ObjectiveFunction)theEObject;
360 MemoryEntry memoryEntry = (MemoryEntry)theEObject; 360 T result = caseObjectiveFunction(objectiveFunction);
361 T result = caseMemoryEntry(memoryEntry); 361 if (result == null) result = defaultCase(theEObject);
362 if (result == null) result = caseConfigEntry(memoryEntry); 362 return result;
363 if (result == null) result = defaultCase(theEObject); 363 }
364 return result; 364 case ApplicationConfigurationPackage.RELIABILTIY_FUNCTION:
365 } 365 {
366 case ApplicationConfigurationPackage.CUSTOM_ENTRY: 366 ReliabiltiyFunction reliabiltiyFunction = (ReliabiltiyFunction)theEObject;
367 { 367 T result = caseReliabiltiyFunction(reliabiltiyFunction);
368 CustomEntry customEntry = (CustomEntry)theEObject; 368 if (result == null) result = caseObjectiveFunction(reliabiltiyFunction);
369 T result = caseCustomEntry(customEntry); 369 if (result == null) result = defaultCase(theEObject);
370 if (result == null) result = caseConfigEntry(customEntry); 370 return result;
371 if (result == null) result = defaultCase(theEObject); 371 }
372 return result; 372 case ApplicationConfigurationPackage.OBJECTIVE_DECLARATION:
373 } 373 {
374 case ApplicationConfigurationPackage.CONFIG_REFERENCE: 374 ObjectiveDeclaration objectiveDeclaration = (ObjectiveDeclaration)theEObject;
375 { 375 T result = caseObjectiveDeclaration(objectiveDeclaration);
376 ConfigReference configReference = (ConfigReference)theEObject; 376 if (result == null) result = caseDeclaration(objectiveDeclaration);
377 T result = caseConfigReference(configReference); 377 if (result == null) result = caseCommand(objectiveDeclaration);
378 if (result == null) result = caseConfig(configReference); 378 if (result == null) result = defaultCase(theEObject);
379 if (result == null) result = defaultCase(theEObject); 379 return result;
380 return result; 380 }
381 } 381 case ApplicationConfigurationPackage.OBJECTIVE_REFERENCE:
382 case ApplicationConfigurationPackage.CONFIG: 382 {
383 { 383 ObjectiveReference objectiveReference = (ObjectiveReference)theEObject;
384 Config config = (Config)theEObject; 384 T result = caseObjectiveReference(objectiveReference);
385 T result = caseConfig(config); 385 if (result == null) result = caseObjective(objectiveReference);
386 if (result == null) result = defaultCase(theEObject); 386 if (result == null) result = defaultCase(theEObject);
387 return result; 387 return result;
388 } 388 }
389 case ApplicationConfigurationPackage.SCOPE_SPECIFICATION: 389 case ApplicationConfigurationPackage.OBJECTIVE:
390 { 390 {
391 ScopeSpecification scopeSpecification = (ScopeSpecification)theEObject; 391 Objective objective = (Objective)theEObject;
392 T result = caseScopeSpecification(scopeSpecification); 392 T result = caseObjective(objective);
393 if (result == null) result = caseScope(scopeSpecification); 393 if (result == null) result = defaultCase(theEObject);
394 if (result == null) result = defaultCase(theEObject); 394 return result;
395 return result; 395 }
396 } 396 case ApplicationConfigurationPackage.CONFIG_SPECIFICATION:
397 case ApplicationConfigurationPackage.TYPE_SCOPE: 397 {
398 { 398 ConfigSpecification configSpecification = (ConfigSpecification)theEObject;
399 TypeScope typeScope = (TypeScope)theEObject; 399 T result = caseConfigSpecification(configSpecification);
400 T result = caseTypeScope(typeScope); 400 if (result == null) result = caseConfig(configSpecification);
401 if (result == null) result = defaultCase(theEObject); 401 if (result == null) result = defaultCase(theEObject);
402 return result; 402 return result;
403 } 403 }
404 case ApplicationConfigurationPackage.CLASS_TYPE_SCOPE: 404 case ApplicationConfigurationPackage.CONFIG_DECLARATION:
405 { 405 {
406 ClassTypeScope classTypeScope = (ClassTypeScope)theEObject; 406 ConfigDeclaration configDeclaration = (ConfigDeclaration)theEObject;
407 T result = caseClassTypeScope(classTypeScope); 407 T result = caseConfigDeclaration(configDeclaration);
408 if (result == null) result = caseTypeScope(classTypeScope); 408 if (result == null) result = caseDeclaration(configDeclaration);
409 if (result == null) result = defaultCase(theEObject); 409 if (result == null) result = caseCommand(configDeclaration);
410 return result; 410 if (result == null) result = defaultCase(theEObject);
411 } 411 return result;
412 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE: 412 }
413 { 413 case ApplicationConfigurationPackage.CONFIG_ENTRY:
414 ObjectTypeScope objectTypeScope = (ObjectTypeScope)theEObject; 414 {
415 T result = caseObjectTypeScope(objectTypeScope); 415 ConfigEntry configEntry = (ConfigEntry)theEObject;
416 if (result == null) result = caseTypeScope(objectTypeScope); 416 T result = caseConfigEntry(configEntry);
417 if (result == null) result = defaultCase(theEObject); 417 if (result == null) result = defaultCase(theEObject);
418 return result; 418 return result;
419 } 419 }
420 case ApplicationConfigurationPackage.INTEGER_TYPE_SCOPE: 420 case ApplicationConfigurationPackage.DOCUMENTATION_ENTRY:
421 { 421 {
422 IntegerTypeScope integerTypeScope = (IntegerTypeScope)theEObject; 422 DocumentationEntry documentationEntry = (DocumentationEntry)theEObject;
423 T result = caseIntegerTypeScope(integerTypeScope); 423 T result = caseDocumentationEntry(documentationEntry);
424 if (result == null) result = caseTypeScope(integerTypeScope); 424 if (result == null) result = caseConfigEntry(documentationEntry);
425 if (result == null) result = defaultCase(theEObject); 425 if (result == null) result = defaultCase(theEObject);
426 return result; 426 return result;
427 } 427 }
428 case ApplicationConfigurationPackage.REAL_TYPE_SCOPE: 428 case ApplicationConfigurationPackage.RUNTIME_ENTRY:
429 { 429 {
430 RealTypeScope realTypeScope = (RealTypeScope)theEObject; 430 RuntimeEntry runtimeEntry = (RuntimeEntry)theEObject;
431 T result = caseRealTypeScope(realTypeScope); 431 T result = caseRuntimeEntry(runtimeEntry);
432 if (result == null) result = caseTypeScope(realTypeScope); 432 if (result == null) result = caseConfigEntry(runtimeEntry);
433 if (result == null) result = defaultCase(theEObject); 433 if (result == null) result = defaultCase(theEObject);
434 return result; 434 return result;
435 } 435 }
436 case ApplicationConfigurationPackage.STRING_TYPE_SCOPE: 436 case ApplicationConfigurationPackage.MEMORY_ENTRY:
437 { 437 {
438 StringTypeScope stringTypeScope = (StringTypeScope)theEObject; 438 MemoryEntry memoryEntry = (MemoryEntry)theEObject;
439 T result = caseStringTypeScope(stringTypeScope); 439 T result = caseMemoryEntry(memoryEntry);
440 if (result == null) result = caseTypeScope(stringTypeScope); 440 if (result == null) result = caseConfigEntry(memoryEntry);
441 if (result == null) result = defaultCase(theEObject); 441 if (result == null) result = defaultCase(theEObject);
442 return result; 442 return result;
443 } 443 }
444 case ApplicationConfigurationPackage.TYPE_REFERENCE: 444 case ApplicationConfigurationPackage.CUSTOM_ENTRY:
445 { 445 {
446 TypeReference typeReference = (TypeReference)theEObject; 446 CustomEntry customEntry = (CustomEntry)theEObject;
447 T result = caseTypeReference(typeReference); 447 T result = caseCustomEntry(customEntry);
448 if (result == null) result = defaultCase(theEObject); 448 if (result == null) result = caseConfigEntry(customEntry);
449 return result; 449 if (result == null) result = defaultCase(theEObject);
450 } 450 return result;
451 case ApplicationConfigurationPackage.CLASS_REFERENCE: 451 }
452 { 452 case ApplicationConfigurationPackage.CONFIG_REFERENCE:
453 ClassReference classReference = (ClassReference)theEObject; 453 {
454 T result = caseClassReference(classReference); 454 ConfigReference configReference = (ConfigReference)theEObject;
455 if (result == null) result = caseTypeReference(classReference); 455 T result = caseConfigReference(configReference);
456 if (result == null) result = defaultCase(theEObject); 456 if (result == null) result = caseConfig(configReference);
457 return result; 457 if (result == null) result = defaultCase(theEObject);
458 } 458 return result;
459 case ApplicationConfigurationPackage.OBJECT_REFERENCE: 459 }
460 { 460 case ApplicationConfigurationPackage.CONFIG:
461 ObjectReference objectReference = (ObjectReference)theEObject; 461 {
462 T result = caseObjectReference(objectReference); 462 Config config = (Config)theEObject;
463 if (result == null) result = caseTypeReference(objectReference); 463 T result = caseConfig(config);
464 if (result == null) result = defaultCase(theEObject); 464 if (result == null) result = defaultCase(theEObject);
465 return result; 465 return result;
466 } 466 }
467 case ApplicationConfigurationPackage.INTEGER_REFERENCE: 467 case ApplicationConfigurationPackage.SCOPE_SPECIFICATION:
468 { 468 {
469 IntegerReference integerReference = (IntegerReference)theEObject; 469 ScopeSpecification scopeSpecification = (ScopeSpecification)theEObject;
470 T result = caseIntegerReference(integerReference); 470 T result = caseScopeSpecification(scopeSpecification);
471 if (result == null) result = caseTypeReference(integerReference); 471 if (result == null) result = caseScope(scopeSpecification);
472 if (result == null) result = defaultCase(theEObject); 472 if (result == null) result = defaultCase(theEObject);
473 return result; 473 return result;
474 } 474 }
475 case ApplicationConfigurationPackage.REAL_REFERENCE: 475 case ApplicationConfigurationPackage.TYPE_SCOPE:
476 { 476 {
477 RealReference realReference = (RealReference)theEObject; 477 TypeScope typeScope = (TypeScope)theEObject;
478 T result = caseRealReference(realReference); 478 T result = caseTypeScope(typeScope);
479 if (result == null) result = caseTypeReference(realReference); 479 if (result == null) result = defaultCase(theEObject);
480 if (result == null) result = defaultCase(theEObject); 480 return result;
481 return result; 481 }
482 } 482 case ApplicationConfigurationPackage.CLASS_TYPE_SCOPE:
483 case ApplicationConfigurationPackage.STRING_REFERENCE: 483 {
484 { 484 ClassTypeScope classTypeScope = (ClassTypeScope)theEObject;
485 StringReference stringReference = (StringReference)theEObject; 485 T result = caseClassTypeScope(classTypeScope);
486 T result = caseStringReference(stringReference); 486 if (result == null) result = caseTypeScope(classTypeScope);
487 if (result == null) result = caseTypeReference(stringReference); 487 if (result == null) result = defaultCase(theEObject);
488 if (result == null) result = defaultCase(theEObject); 488 return result;
489 return result; 489 }
490 } 490 case ApplicationConfigurationPackage.OBJECT_TYPE_SCOPE:
491 case ApplicationConfigurationPackage.NUMBER_SPECIFICATION: 491 {
492 { 492 ObjectTypeScope objectTypeScope = (ObjectTypeScope)theEObject;
493 NumberSpecification numberSpecification = (NumberSpecification)theEObject; 493 T result = caseObjectTypeScope(objectTypeScope);
494 T result = caseNumberSpecification(numberSpecification); 494 if (result == null) result = caseTypeScope(objectTypeScope);
495 if (result == null) result = defaultCase(theEObject); 495 if (result == null) result = defaultCase(theEObject);
496 return result; 496 return result;
497 } 497 }
498 case ApplicationConfigurationPackage.EXACT_NUMBER: 498 case ApplicationConfigurationPackage.INTEGER_TYPE_SCOPE:
499 { 499 {
500 ExactNumber exactNumber = (ExactNumber)theEObject; 500 IntegerTypeScope integerTypeScope = (IntegerTypeScope)theEObject;
501 T result = caseExactNumber(exactNumber); 501 T result = caseIntegerTypeScope(integerTypeScope);
502 if (result == null) result = caseNumberSpecification(exactNumber); 502 if (result == null) result = caseTypeScope(integerTypeScope);
503 if (result == null) result = defaultCase(theEObject); 503 if (result == null) result = defaultCase(theEObject);
504 return result; 504 return result;
505 } 505 }
506 case ApplicationConfigurationPackage.INTERVALL_NUMBER: 506 case ApplicationConfigurationPackage.REAL_TYPE_SCOPE:
507 { 507 {
508 IntervallNumber intervallNumber = (IntervallNumber)theEObject; 508 RealTypeScope realTypeScope = (RealTypeScope)theEObject;
509 T result = caseIntervallNumber(intervallNumber); 509 T result = caseRealTypeScope(realTypeScope);
510 if (result == null) result = caseNumberSpecification(intervallNumber); 510 if (result == null) result = caseTypeScope(realTypeScope);
511 if (result == null) result = defaultCase(theEObject); 511 if (result == null) result = defaultCase(theEObject);
512 return result; 512 return result;
513 } 513 }
514 case ApplicationConfigurationPackage.INT_ENUMBERATION: 514 case ApplicationConfigurationPackage.STRING_TYPE_SCOPE:
515 { 515 {
516 IntEnumberation intEnumberation = (IntEnumberation)theEObject; 516 StringTypeScope stringTypeScope = (StringTypeScope)theEObject;
517 T result = caseIntEnumberation(intEnumberation); 517 T result = caseStringTypeScope(stringTypeScope);
518 if (result == null) result = caseNumberSpecification(intEnumberation); 518 if (result == null) result = caseTypeScope(stringTypeScope);
519 if (result == null) result = defaultCase(theEObject); 519 if (result == null) result = defaultCase(theEObject);
520 return result; 520 return result;
521 } 521 }
522 case ApplicationConfigurationPackage.REAL_ENUMERATION: 522 case ApplicationConfigurationPackage.TYPE_REFERENCE:
523 { 523 {
524 RealEnumeration realEnumeration = (RealEnumeration)theEObject; 524 TypeReference typeReference = (TypeReference)theEObject;
525 T result = caseRealEnumeration(realEnumeration); 525 T result = caseTypeReference(typeReference);
526 if (result == null) result = caseNumberSpecification(realEnumeration); 526 if (result == null) result = defaultCase(theEObject);
527 if (result == null) result = defaultCase(theEObject); 527 return result;
528 return result; 528 }
529 } 529 case ApplicationConfigurationPackage.CLASS_REFERENCE:
530 case ApplicationConfigurationPackage.STRING_ENUMERATION: 530 {
531 { 531 ClassReference classReference = (ClassReference)theEObject;
532 StringEnumeration stringEnumeration = (StringEnumeration)theEObject; 532 T result = caseClassReference(classReference);
533 T result = caseStringEnumeration(stringEnumeration); 533 if (result == null) result = caseTypeReference(classReference);
534 if (result == null) result = caseNumberSpecification(stringEnumeration); 534 if (result == null) result = defaultCase(theEObject);
535 if (result == null) result = defaultCase(theEObject); 535 return result;
536 return result; 536 }
537 } 537 case ApplicationConfigurationPackage.OBJECT_REFERENCE:
538 case ApplicationConfigurationPackage.SCOPE_DECLARATION: 538 {
539 { 539 ObjectReference objectReference = (ObjectReference)theEObject;
540 ScopeDeclaration scopeDeclaration = (ScopeDeclaration)theEObject; 540 T result = caseObjectReference(objectReference);
541 T result = caseScopeDeclaration(scopeDeclaration); 541 if (result == null) result = caseTypeReference(objectReference);
542 if (result == null) result = caseDeclaration(scopeDeclaration); 542 if (result == null) result = defaultCase(theEObject);
543 if (result == null) result = caseCommand(scopeDeclaration); 543 return result;
544 if (result == null) result = defaultCase(theEObject); 544 }
545 return result; 545 case ApplicationConfigurationPackage.INTEGER_REFERENCE:
546 } 546 {
547 case ApplicationConfigurationPackage.SCOPE_REFERENCE: 547 IntegerReference integerReference = (IntegerReference)theEObject;
548 { 548 T result = caseIntegerReference(integerReference);
549 ScopeReference scopeReference = (ScopeReference)theEObject; 549 if (result == null) result = caseTypeReference(integerReference);
550 T result = caseScopeReference(scopeReference); 550 if (result == null) result = defaultCase(theEObject);
551 if (result == null) result = caseScope(scopeReference); 551 return result;
552 if (result == null) result = defaultCase(theEObject); 552 }
553 return result; 553 case ApplicationConfigurationPackage.REAL_REFERENCE:
554 } 554 {
555 case ApplicationConfigurationPackage.SCOPE: 555 RealReference realReference = (RealReference)theEObject;
556 { 556 T result = caseRealReference(realReference);
557 Scope scope = (Scope)theEObject; 557 if (result == null) result = caseTypeReference(realReference);
558 T result = caseScope(scope); 558 if (result == null) result = defaultCase(theEObject);
559 if (result == null) result = defaultCase(theEObject); 559 return result;
560 return result; 560 }
561 } 561 case ApplicationConfigurationPackage.STRING_REFERENCE:
562 case ApplicationConfigurationPackage.TASK: 562 {
563 { 563 StringReference stringReference = (StringReference)theEObject;
564 Task task = (Task)theEObject; 564 T result = caseStringReference(stringReference);
565 T result = caseTask(task); 565 if (result == null) result = caseTypeReference(stringReference);
566 if (result == null) result = caseCommand(task); 566 if (result == null) result = defaultCase(theEObject);
567 if (result == null) result = defaultCase(theEObject); 567 return result;
568 return result; 568 }
569 } 569 case ApplicationConfigurationPackage.NUMBER_SPECIFICATION:
570 case ApplicationConfigurationPackage.GENERATION_TASK: 570 {
571 { 571 NumberSpecification numberSpecification = (NumberSpecification)theEObject;
572 GenerationTask generationTask = (GenerationTask)theEObject; 572 T result = caseNumberSpecification(numberSpecification);
573 T result = caseGenerationTask(generationTask); 573 if (result == null) result = defaultCase(theEObject);
574 if (result == null) result = caseTask(generationTask); 574 return result;
575 if (result == null) result = caseCommand(generationTask); 575 }
576 if (result == null) result = defaultCase(theEObject); 576 case ApplicationConfigurationPackage.EXACT_NUMBER:
577 return result; 577 {
578 } 578 ExactNumber exactNumber = (ExactNumber)theEObject;
579 case ApplicationConfigurationPackage.INTEGER_SCOPE: 579 T result = caseExactNumber(exactNumber);
580 { 580 if (result == null) result = caseNumberSpecification(exactNumber);
581 IntegerScope integerScope = (IntegerScope)theEObject; 581 if (result == null) result = defaultCase(theEObject);
582 T result = caseIntegerScope(integerScope); 582 return result;
583 if (result == null) result = caseIntegerReference(integerScope); 583 }
584 if (result == null) result = caseTypeReference(integerScope); 584 case ApplicationConfigurationPackage.INTERVALL_NUMBER:
585 if (result == null) result = defaultCase(theEObject); 585 {
586 return result; 586 IntervallNumber intervallNumber = (IntervallNumber)theEObject;
587 } 587 T result = caseIntervallNumber(intervallNumber);
588 case ApplicationConfigurationPackage.REAL_SCOPE: 588 if (result == null) result = caseNumberSpecification(intervallNumber);
589 { 589 if (result == null) result = defaultCase(theEObject);
590 RealScope realScope = (RealScope)theEObject; 590 return result;
591 T result = caseRealScope(realScope); 591 }
592 if (result == null) result = caseRealReference(realScope); 592 case ApplicationConfigurationPackage.INT_ENUMBERATION:
593 if (result == null) result = caseTypeReference(realScope); 593 {
594 if (result == null) result = defaultCase(theEObject); 594 IntEnumberation intEnumberation = (IntEnumberation)theEObject;
595 return result; 595 T result = caseIntEnumberation(intEnumberation);
596 } 596 if (result == null) result = caseNumberSpecification(intEnumberation);
597 case ApplicationConfigurationPackage.STRING_SCOPE: 597 if (result == null) result = defaultCase(theEObject);
598 { 598 return result;
599 StringScope stringScope = (StringScope)theEObject; 599 }
600 T result = caseStringScope(stringScope); 600 case ApplicationConfigurationPackage.REAL_ENUMERATION:
601 if (result == null) result = caseStringReference(stringScope); 601 {
602 if (result == null) result = caseTypeReference(stringScope); 602 RealEnumeration realEnumeration = (RealEnumeration)theEObject;
603 if (result == null) result = defaultCase(theEObject); 603 T result = caseRealEnumeration(realEnumeration);
604 return result; 604 if (result == null) result = caseNumberSpecification(realEnumeration);
605 } 605 if (result == null) result = defaultCase(theEObject);
606 default: return defaultCase(theEObject); 606 return result;
607 } 607 }
608 } 608 case ApplicationConfigurationPackage.STRING_ENUMERATION:
609 609 {
610 /** 610 StringEnumeration stringEnumeration = (StringEnumeration)theEObject;
611 * Returns the result of interpreting the object as an instance of '<em>Configuration Script</em>'. 611 T result = caseStringEnumeration(stringEnumeration);
612 * <!-- begin-user-doc --> 612 if (result == null) result = caseNumberSpecification(stringEnumeration);
613 * This implementation returns null; 613 if (result == null) result = defaultCase(theEObject);
614 * returning a non-null result will terminate the switch. 614 return result;
615 * <!-- end-user-doc --> 615 }
616 * @param object the target of the switch. 616 case ApplicationConfigurationPackage.SCOPE_DECLARATION:
617 * @return the result of interpreting the object as an instance of '<em>Configuration Script</em>'. 617 {
618 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 618 ScopeDeclaration scopeDeclaration = (ScopeDeclaration)theEObject;
619 * @generated 619 T result = caseScopeDeclaration(scopeDeclaration);
620 */ 620 if (result == null) result = caseDeclaration(scopeDeclaration);
621 public T caseConfigurationScript(ConfigurationScript object) 621 if (result == null) result = caseCommand(scopeDeclaration);
622 { 622 if (result == null) result = defaultCase(theEObject);
623 return null; 623 return result;
624 } 624 }
625 625 case ApplicationConfigurationPackage.SCOPE_REFERENCE:
626 /** 626 {
627 * Returns the result of interpreting the object as an instance of '<em>Command</em>'. 627 ScopeReference scopeReference = (ScopeReference)theEObject;
628 * <!-- begin-user-doc --> 628 T result = caseScopeReference(scopeReference);
629 * This implementation returns null; 629 if (result == null) result = caseScope(scopeReference);
630 * returning a non-null result will terminate the switch. 630 if (result == null) result = defaultCase(theEObject);
631 * <!-- end-user-doc --> 631 return result;
632 * @param object the target of the switch. 632 }
633 * @return the result of interpreting the object as an instance of '<em>Command</em>'. 633 case ApplicationConfigurationPackage.SCOPE:
634 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 634 {
635 * @generated 635 Scope scope = (Scope)theEObject;
636 */ 636 T result = caseScope(scope);
637 public T caseCommand(Command object) 637 if (result == null) result = defaultCase(theEObject);
638 { 638 return result;
639 return null; 639 }
640 } 640 case ApplicationConfigurationPackage.TASK:
641 641 {
642 /** 642 Task task = (Task)theEObject;
643 * Returns the result of interpreting the object as an instance of '<em>Import</em>'. 643 T result = caseTask(task);
644 * <!-- begin-user-doc --> 644 if (result == null) result = caseCommand(task);
645 * This implementation returns null; 645 if (result == null) result = defaultCase(theEObject);
646 * returning a non-null result will terminate the switch. 646 return result;
647 * <!-- end-user-doc --> 647 }
648 * @param object the target of the switch. 648 case ApplicationConfigurationPackage.GENERATION_TASK:
649 * @return the result of interpreting the object as an instance of '<em>Import</em>'. 649 {
650 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 650 GenerationTask generationTask = (GenerationTask)theEObject;
651 * @generated 651 T result = caseGenerationTask(generationTask);
652 */ 652 if (result == null) result = caseTask(generationTask);
653 public T caseImport(Import object) 653 if (result == null) result = caseCommand(generationTask);
654 { 654 if (result == null) result = defaultCase(theEObject);
655 return null; 655 return result;
656 } 656 }
657 657 case ApplicationConfigurationPackage.INTEGER_SCOPE:
658 /** 658 {
659 * Returns the result of interpreting the object as an instance of '<em>EPackage Import</em>'. 659 IntegerScope integerScope = (IntegerScope)theEObject;
660 * <!-- begin-user-doc --> 660 T result = caseIntegerScope(integerScope);
661 * This implementation returns null; 661 if (result == null) result = caseIntegerReference(integerScope);
662 * returning a non-null result will terminate the switch. 662 if (result == null) result = caseTypeReference(integerScope);
663 * <!-- end-user-doc --> 663 if (result == null) result = defaultCase(theEObject);
664 * @param object the target of the switch. 664 return result;
665 * @return the result of interpreting the object as an instance of '<em>EPackage Import</em>'. 665 }
666 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 666 case ApplicationConfigurationPackage.REAL_SCOPE:
667 * @generated 667 {
668 */ 668 RealScope realScope = (RealScope)theEObject;
669 public T caseEPackageImport(EPackageImport object) 669 T result = caseRealScope(realScope);
670 { 670 if (result == null) result = caseRealReference(realScope);
671 return null; 671 if (result == null) result = caseTypeReference(realScope);
672 } 672 if (result == null) result = defaultCase(theEObject);
673 673 return result;
674 /** 674 }
675 * Returns the result of interpreting the object as an instance of '<em>Viatra Import</em>'. 675 case ApplicationConfigurationPackage.STRING_SCOPE:
676 * <!-- begin-user-doc --> 676 {
677 * This implementation returns null; 677 StringScope stringScope = (StringScope)theEObject;
678 * returning a non-null result will terminate the switch. 678 T result = caseStringScope(stringScope);
679 * <!-- end-user-doc --> 679 if (result == null) result = caseStringReference(stringScope);
680 * @param object the target of the switch. 680 if (result == null) result = caseTypeReference(stringScope);
681 * @return the result of interpreting the object as an instance of '<em>Viatra Import</em>'. 681 if (result == null) result = defaultCase(theEObject);
682 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 682 return result;
683 * @generated 683 }
684 */ 684 default: return defaultCase(theEObject);
685 public T caseViatraImport(ViatraImport object) 685 }
686 { 686 }
687 return null; 687
688 } 688 /**
689 689 * Returns the result of interpreting the object as an instance of '<em>Configuration Script</em>'.
690 /** 690 * <!-- begin-user-doc -->
691 * Returns the result of interpreting the object as an instance of '<em>Declaration</em>'. 691 * This implementation returns null;
692 * <!-- begin-user-doc --> 692 * returning a non-null result will terminate the switch.
693 * This implementation returns null; 693 * <!-- end-user-doc -->
694 * returning a non-null result will terminate the switch. 694 * @param object the target of the switch.
695 * <!-- end-user-doc --> 695 * @return the result of interpreting the object as an instance of '<em>Configuration Script</em>'.
696 * @param object the target of the switch. 696 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
697 * @return the result of interpreting the object as an instance of '<em>Declaration</em>'. 697 * @generated
698 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 698 */
699 * @generated 699 public T caseConfigurationScript(ConfigurationScript object)
700 */ 700 {
701 public T caseDeclaration(Declaration object) 701 return null;
702 { 702 }
703 return null; 703
704 } 704 /**
705 705 * Returns the result of interpreting the object as an instance of '<em>Command</em>'.
706 /** 706 * <!-- begin-user-doc -->
707 * Returns the result of interpreting the object as an instance of '<em>File Specification</em>'. 707 * This implementation returns null;
708 * <!-- begin-user-doc --> 708 * returning a non-null result will terminate the switch.
709 * This implementation returns null; 709 * <!-- end-user-doc -->
710 * returning a non-null result will terminate the switch. 710 * @param object the target of the switch.
711 * <!-- end-user-doc --> 711 * @return the result of interpreting the object as an instance of '<em>Command</em>'.
712 * @param object the target of the switch. 712 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
713 * @return the result of interpreting the object as an instance of '<em>File Specification</em>'. 713 * @generated
714 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 714 */
715 * @generated 715 public T caseCommand(Command object)
716 */ 716 {
717 public T caseFileSpecification(FileSpecification object) 717 return null;
718 { 718 }
719 return null; 719
720 } 720 /**
721 721 * Returns the result of interpreting the object as an instance of '<em>Import</em>'.
722 /** 722 * <!-- begin-user-doc -->
723 * Returns the result of interpreting the object as an instance of '<em>File Declaration</em>'. 723 * This implementation returns null;
724 * <!-- begin-user-doc --> 724 * returning a non-null result will terminate the switch.
725 * This implementation returns null; 725 * <!-- end-user-doc -->
726 * returning a non-null result will terminate the switch. 726 * @param object the target of the switch.
727 * <!-- end-user-doc --> 727 * @return the result of interpreting the object as an instance of '<em>Import</em>'.
728 * @param object the target of the switch. 728 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
729 * @return the result of interpreting the object as an instance of '<em>File Declaration</em>'. 729 * @generated
730 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 730 */
731 * @generated 731 public T caseImport(Import object)
732 */ 732 {
733 public T caseFileDeclaration(FileDeclaration object) 733 return null;
734 { 734 }
735 return null; 735
736 } 736 /**
737 737 * Returns the result of interpreting the object as an instance of '<em>EPackage Import</em>'.
738 /** 738 * <!-- begin-user-doc -->
739 * Returns the result of interpreting the object as an instance of '<em>File Reference</em>'. 739 * This implementation returns null;
740 * <!-- begin-user-doc --> 740 * returning a non-null result will terminate the switch.
741 * This implementation returns null; 741 * <!-- end-user-doc -->
742 * returning a non-null result will terminate the switch. 742 * @param object the target of the switch.
743 * <!-- end-user-doc --> 743 * @return the result of interpreting the object as an instance of '<em>EPackage Import</em>'.
744 * @param object the target of the switch. 744 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
745 * @return the result of interpreting the object as an instance of '<em>File Reference</em>'. 745 * @generated
746 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 746 */
747 * @generated 747 public T caseEPackageImport(EPackageImport object)
748 */ 748 {
749 public T caseFileReference(FileReference object) 749 return null;
750 { 750 }
751 return null; 751
752 } 752 /**
753 753 * Returns the result of interpreting the object as an instance of '<em>Viatra Import</em>'.
754 /** 754 * <!-- begin-user-doc -->
755 * Returns the result of interpreting the object as an instance of '<em>File</em>'. 755 * This implementation returns null;
756 * <!-- begin-user-doc --> 756 * returning a non-null result will terminate the switch.
757 * This implementation returns null; 757 * <!-- end-user-doc -->
758 * returning a non-null result will terminate the switch. 758 * @param object the target of the switch.
759 * <!-- end-user-doc --> 759 * @return the result of interpreting the object as an instance of '<em>Viatra Import</em>'.
760 * @param object the target of the switch. 760 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
761 * @return the result of interpreting the object as an instance of '<em>File</em>'. 761 * @generated
762 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 762 */
763 * @generated 763 public T caseViatraImport(ViatraImport object)
764 */ 764 {
765 public T caseFile(File object) 765 return null;
766 { 766 }
767 return null; 767
768 } 768 /**
769 769 * Returns the result of interpreting the object as an instance of '<em>Cft Import</em>'.
770 /** 770 * <!-- begin-user-doc -->
771 * Returns the result of interpreting the object as an instance of '<em>Metamodel Specification</em>'. 771 * This implementation returns null;
772 * <!-- begin-user-doc --> 772 * returning a non-null result will terminate the switch.
773 * This implementation returns null; 773 * <!-- end-user-doc -->
774 * returning a non-null result will terminate the switch. 774 * @param object the target of the switch.
775 * <!-- end-user-doc --> 775 * @return the result of interpreting the object as an instance of '<em>Cft Import</em>'.
776 * @param object the target of the switch. 776 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
777 * @return the result of interpreting the object as an instance of '<em>Metamodel Specification</em>'. 777 * @generated
778 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 778 */
779 * @generated 779 public T caseCftImport(CftImport object)
780 */ 780 {
781 public T caseMetamodelSpecification(MetamodelSpecification object) 781 return null;
782 { 782 }
783 return null; 783
784 } 784 /**
785 785 * Returns the result of interpreting the object as an instance of '<em>Declaration</em>'.
786 /** 786 * <!-- begin-user-doc -->
787 * Returns the result of interpreting the object as an instance of '<em>Metamodel Entry</em>'. 787 * This implementation returns null;
788 * <!-- begin-user-doc --> 788 * returning a non-null result will terminate the switch.
789 * This implementation returns null; 789 * <!-- end-user-doc -->
790 * returning a non-null result will terminate the switch. 790 * @param object the target of the switch.
791 * <!-- end-user-doc --> 791 * @return the result of interpreting the object as an instance of '<em>Declaration</em>'.
792 * @param object the target of the switch. 792 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
793 * @return the result of interpreting the object as an instance of '<em>Metamodel Entry</em>'. 793 * @generated
794 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 794 */
795 * @generated 795 public T caseDeclaration(Declaration object)
796 */ 796 {
797 public T caseMetamodelEntry(MetamodelEntry object) 797 return null;
798 { 798 }
799 return null; 799
800 } 800 /**
801 801 * Returns the result of interpreting the object as an instance of '<em>File Specification</em>'.
802 /** 802 * <!-- begin-user-doc -->
803 * Returns the result of interpreting the object as an instance of '<em>All Package Entry</em>'. 803 * This implementation returns null;
804 * <!-- begin-user-doc --> 804 * returning a non-null result will terminate the switch.
805 * This implementation returns null; 805 * <!-- end-user-doc -->
806 * returning a non-null result will terminate the switch. 806 * @param object the target of the switch.
807 * <!-- end-user-doc --> 807 * @return the result of interpreting the object as an instance of '<em>File Specification</em>'.
808 * @param object the target of the switch. 808 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
809 * @return the result of interpreting the object as an instance of '<em>All Package Entry</em>'. 809 * @generated
810 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 810 */
811 * @generated 811 public T caseFileSpecification(FileSpecification object)
812 */ 812 {
813 public T caseAllPackageEntry(AllPackageEntry object) 813 return null;
814 { 814 }
815 return null; 815
816 } 816 /**
817 817 * Returns the result of interpreting the object as an instance of '<em>File Declaration</em>'.
818 /** 818 * <!-- begin-user-doc -->
819 * Returns the result of interpreting the object as an instance of '<em>Metamodel Element</em>'. 819 * This implementation returns null;
820 * <!-- begin-user-doc --> 820 * returning a non-null result will terminate the switch.
821 * This implementation returns null; 821 * <!-- end-user-doc -->
822 * returning a non-null result will terminate the switch. 822 * @param object the target of the switch.
823 * <!-- end-user-doc --> 823 * @return the result of interpreting the object as an instance of '<em>File Declaration</em>'.
824 * @param object the target of the switch. 824 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
825 * @return the result of interpreting the object as an instance of '<em>Metamodel Element</em>'. 825 * @generated
826 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 826 */
827 * @generated 827 public T caseFileDeclaration(FileDeclaration object)
828 */ 828 {
829 public T caseMetamodelElement(MetamodelElement object) 829 return null;
830 { 830 }
831 return null; 831
832 } 832 /**
833 833 * Returns the result of interpreting the object as an instance of '<em>File Reference</em>'.
834 /** 834 * <!-- begin-user-doc -->
835 * Returns the result of interpreting the object as an instance of '<em>Metamodel Declaration</em>'. 835 * This implementation returns null;
836 * <!-- begin-user-doc --> 836 * returning a non-null result will terminate the switch.
837 * This implementation returns null; 837 * <!-- end-user-doc -->
838 * returning a non-null result will terminate the switch. 838 * @param object the target of the switch.
839 * <!-- end-user-doc --> 839 * @return the result of interpreting the object as an instance of '<em>File Reference</em>'.
840 * @param object the target of the switch. 840 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
841 * @return the result of interpreting the object as an instance of '<em>Metamodel Declaration</em>'. 841 * @generated
842 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 842 */
843 * @generated 843 public T caseFileReference(FileReference object)
844 */ 844 {
845 public T caseMetamodelDeclaration(MetamodelDeclaration object) 845 return null;
846 { 846 }
847 return null; 847
848 } 848 /**
849 849 * Returns the result of interpreting the object as an instance of '<em>File</em>'.
850 /** 850 * <!-- begin-user-doc -->
851 * Returns the result of interpreting the object as an instance of '<em>Metamodel Reference</em>'. 851 * This implementation returns null;
852 * <!-- begin-user-doc --> 852 * returning a non-null result will terminate the switch.
853 * This implementation returns null; 853 * <!-- end-user-doc -->
854 * returning a non-null result will terminate the switch. 854 * @param object the target of the switch.
855 * <!-- end-user-doc --> 855 * @return the result of interpreting the object as an instance of '<em>File</em>'.
856 * @param object the target of the switch. 856 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
857 * @return the result of interpreting the object as an instance of '<em>Metamodel Reference</em>'. 857 * @generated
858 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 858 */
859 * @generated 859 public T caseFile(File object)
860 */ 860 {
861 public T caseMetamodelReference(MetamodelReference object) 861 return null;
862 { 862 }
863 return null; 863
864 } 864 /**
865 865 * Returns the result of interpreting the object as an instance of '<em>Metamodel Specification</em>'.
866 /** 866 * <!-- begin-user-doc -->
867 * Returns the result of interpreting the object as an instance of '<em>Metamodel</em>'. 867 * This implementation returns null;
868 * <!-- begin-user-doc --> 868 * returning a non-null result will terminate the switch.
869 * This implementation returns null; 869 * <!-- end-user-doc -->
870 * returning a non-null result will terminate the switch. 870 * @param object the target of the switch.
871 * <!-- end-user-doc --> 871 * @return the result of interpreting the object as an instance of '<em>Metamodel Specification</em>'.
872 * @param object the target of the switch. 872 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
873 * @return the result of interpreting the object as an instance of '<em>Metamodel</em>'. 873 * @generated
874 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 874 */
875 * @generated 875 public T caseMetamodelSpecification(MetamodelSpecification object)
876 */ 876 {
877 public T caseMetamodel(Metamodel object) 877 return null;
878 { 878 }
879 return null; 879
880 } 880 /**
881 881 * Returns the result of interpreting the object as an instance of '<em>Metamodel Entry</em>'.
882 /** 882 * <!-- begin-user-doc -->
883 * Returns the result of interpreting the object as an instance of '<em>Partial Model Specification</em>'. 883 * This implementation returns null;
884 * <!-- begin-user-doc --> 884 * returning a non-null result will terminate the switch.
885 * This implementation returns null; 885 * <!-- end-user-doc -->
886 * returning a non-null result will terminate the switch. 886 * @param object the target of the switch.
887 * <!-- end-user-doc --> 887 * @return the result of interpreting the object as an instance of '<em>Metamodel Entry</em>'.
888 * @param object the target of the switch. 888 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
889 * @return the result of interpreting the object as an instance of '<em>Partial Model Specification</em>'. 889 * @generated
890 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 890 */
891 * @generated 891 public T caseMetamodelEntry(MetamodelEntry object)
892 */ 892 {
893 public T casePartialModelSpecification(PartialModelSpecification object) 893 return null;
894 { 894 }
895 return null; 895
896 } 896 /**
897 897 * Returns the result of interpreting the object as an instance of '<em>All Package Entry</em>'.
898 /** 898 * <!-- begin-user-doc -->
899 * Returns the result of interpreting the object as an instance of '<em>Partial Model Entry</em>'. 899 * This implementation returns null;
900 * <!-- begin-user-doc --> 900 * returning a non-null result will terminate the switch.
901 * This implementation returns null; 901 * <!-- end-user-doc -->
902 * returning a non-null result will terminate the switch. 902 * @param object the target of the switch.
903 * <!-- end-user-doc --> 903 * @return the result of interpreting the object as an instance of '<em>All Package Entry</em>'.
904 * @param object the target of the switch. 904 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
905 * @return the result of interpreting the object as an instance of '<em>Partial Model Entry</em>'. 905 * @generated
906 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 906 */
907 * @generated 907 public T caseAllPackageEntry(AllPackageEntry object)
908 */ 908 {
909 public T casePartialModelEntry(PartialModelEntry object) 909 return null;
910 { 910 }
911 return null; 911
912 } 912 /**
913 913 * Returns the result of interpreting the object as an instance of '<em>Metamodel Element</em>'.
914 /** 914 * <!-- begin-user-doc -->
915 * Returns the result of interpreting the object as an instance of '<em>Model Entry</em>'. 915 * This implementation returns null;
916 * <!-- begin-user-doc --> 916 * returning a non-null result will terminate the switch.
917 * This implementation returns null; 917 * <!-- end-user-doc -->
918 * returning a non-null result will terminate the switch. 918 * @param object the target of the switch.
919 * <!-- end-user-doc --> 919 * @return the result of interpreting the object as an instance of '<em>Metamodel Element</em>'.
920 * @param object the target of the switch. 920 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
921 * @return the result of interpreting the object as an instance of '<em>Model Entry</em>'. 921 * @generated
922 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 922 */
923 * @generated 923 public T caseMetamodelElement(MetamodelElement object)
924 */ 924 {
925 public T caseModelEntry(ModelEntry object) 925 return null;
926 { 926 }
927 return null; 927
928 } 928 /**
929 929 * Returns the result of interpreting the object as an instance of '<em>Metamodel Declaration</em>'.
930 /** 930 * <!-- begin-user-doc -->
931 * Returns the result of interpreting the object as an instance of '<em>Folder Entry</em>'. 931 * This implementation returns null;
932 * <!-- begin-user-doc --> 932 * returning a non-null result will terminate the switch.
933 * This implementation returns null; 933 * <!-- end-user-doc -->
934 * returning a non-null result will terminate the switch. 934 * @param object the target of the switch.
935 * <!-- end-user-doc --> 935 * @return the result of interpreting the object as an instance of '<em>Metamodel Declaration</em>'.
936 * @param object the target of the switch. 936 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
937 * @return the result of interpreting the object as an instance of '<em>Folder Entry</em>'. 937 * @generated
938 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 938 */
939 * @generated 939 public T caseMetamodelDeclaration(MetamodelDeclaration object)
940 */ 940 {
941 public T caseFolderEntry(FolderEntry object) 941 return null;
942 { 942 }
943 return null; 943
944 } 944 /**
945 945 * Returns the result of interpreting the object as an instance of '<em>Metamodel Reference</em>'.
946 /** 946 * <!-- begin-user-doc -->
947 * Returns the result of interpreting the object as an instance of '<em>Partial Model Declaration</em>'. 947 * This implementation returns null;
948 * <!-- begin-user-doc --> 948 * returning a non-null result will terminate the switch.
949 * This implementation returns null; 949 * <!-- end-user-doc -->
950 * returning a non-null result will terminate the switch. 950 * @param object the target of the switch.
951 * <!-- end-user-doc --> 951 * @return the result of interpreting the object as an instance of '<em>Metamodel Reference</em>'.
952 * @param object the target of the switch. 952 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
953 * @return the result of interpreting the object as an instance of '<em>Partial Model Declaration</em>'. 953 * @generated
954 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 954 */
955 * @generated 955 public T caseMetamodelReference(MetamodelReference object)
956 */ 956 {
957 public T casePartialModelDeclaration(PartialModelDeclaration object) 957 return null;
958 { 958 }
959 return null; 959
960 } 960 /**
961 961 * Returns the result of interpreting the object as an instance of '<em>Metamodel</em>'.
962 /** 962 * <!-- begin-user-doc -->
963 * Returns the result of interpreting the object as an instance of '<em>Partial Model Reference</em>'. 963 * This implementation returns null;
964 * <!-- begin-user-doc --> 964 * returning a non-null result will terminate the switch.
965 * This implementation returns null; 965 * <!-- end-user-doc -->
966 * returning a non-null result will terminate the switch. 966 * @param object the target of the switch.
967 * <!-- end-user-doc --> 967 * @return the result of interpreting the object as an instance of '<em>Metamodel</em>'.
968 * @param object the target of the switch. 968 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
969 * @return the result of interpreting the object as an instance of '<em>Partial Model Reference</em>'. 969 * @generated
970 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 970 */
971 * @generated 971 public T caseMetamodel(Metamodel object)
972 */ 972 {
973 public T casePartialModelReference(PartialModelReference object) 973 return null;
974 { 974 }
975 return null; 975
976 } 976 /**
977 977 * Returns the result of interpreting the object as an instance of '<em>Partial Model Specification</em>'.
978 /** 978 * <!-- begin-user-doc -->
979 * Returns the result of interpreting the object as an instance of '<em>Partial Model</em>'. 979 * This implementation returns null;
980 * <!-- begin-user-doc --> 980 * returning a non-null result will terminate the switch.
981 * This implementation returns null; 981 * <!-- end-user-doc -->
982 * returning a non-null result will terminate the switch. 982 * @param object the target of the switch.
983 * <!-- end-user-doc --> 983 * @return the result of interpreting the object as an instance of '<em>Partial Model Specification</em>'.
984 * @param object the target of the switch. 984 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
985 * @return the result of interpreting the object as an instance of '<em>Partial Model</em>'. 985 * @generated
986 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 986 */
987 * @generated 987 public T casePartialModelSpecification(PartialModelSpecification object)
988 */ 988 {
989 public T casePartialModel(PartialModel object) 989 return null;
990 { 990 }
991 return null; 991
992 } 992 /**
993 993 * Returns the result of interpreting the object as an instance of '<em>Partial Model Entry</em>'.
994 /** 994 * <!-- begin-user-doc -->
995 * Returns the result of interpreting the object as an instance of '<em>Pattern Specification</em>'. 995 * This implementation returns null;
996 * <!-- begin-user-doc --> 996 * returning a non-null result will terminate the switch.
997 * This implementation returns null; 997 * <!-- end-user-doc -->
998 * returning a non-null result will terminate the switch. 998 * @param object the target of the switch.
999 * <!-- end-user-doc --> 999 * @return the result of interpreting the object as an instance of '<em>Partial Model Entry</em>'.
1000 * @param object the target of the switch. 1000 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1001 * @return the result of interpreting the object as an instance of '<em>Pattern Specification</em>'. 1001 * @generated
1002 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1002 */
1003 * @generated 1003 public T casePartialModelEntry(PartialModelEntry object)
1004 */ 1004 {
1005 public T casePatternSpecification(PatternSpecification object) 1005 return null;
1006 { 1006 }
1007 return null; 1007
1008 } 1008 /**
1009 1009 * Returns the result of interpreting the object as an instance of '<em>Model Entry</em>'.
1010 /** 1010 * <!-- begin-user-doc -->
1011 * Returns the result of interpreting the object as an instance of '<em>Pattern Entry</em>'. 1011 * This implementation returns null;
1012 * <!-- begin-user-doc --> 1012 * returning a non-null result will terminate the switch.
1013 * This implementation returns null; 1013 * <!-- end-user-doc -->
1014 * returning a non-null result will terminate the switch. 1014 * @param object the target of the switch.
1015 * <!-- end-user-doc --> 1015 * @return the result of interpreting the object as an instance of '<em>Model Entry</em>'.
1016 * @param object the target of the switch. 1016 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1017 * @return the result of interpreting the object as an instance of '<em>Pattern Entry</em>'. 1017 * @generated
1018 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1018 */
1019 * @generated 1019 public T caseModelEntry(ModelEntry object)
1020 */ 1020 {
1021 public T casePatternEntry(PatternEntry object) 1021 return null;
1022 { 1022 }
1023 return null; 1023
1024 } 1024 /**
1025 1025 * Returns the result of interpreting the object as an instance of '<em>Folder Entry</em>'.
1026 /** 1026 * <!-- begin-user-doc -->
1027 * Returns the result of interpreting the object as an instance of '<em>All Pattern Entry</em>'. 1027 * This implementation returns null;
1028 * <!-- begin-user-doc --> 1028 * returning a non-null result will terminate the switch.
1029 * This implementation returns null; 1029 * <!-- end-user-doc -->
1030 * returning a non-null result will terminate the switch. 1030 * @param object the target of the switch.
1031 * <!-- end-user-doc --> 1031 * @return the result of interpreting the object as an instance of '<em>Folder Entry</em>'.
1032 * @param object the target of the switch. 1032 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1033 * @return the result of interpreting the object as an instance of '<em>All Pattern Entry</em>'. 1033 * @generated
1034 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1034 */
1035 * @generated 1035 public T caseFolderEntry(FolderEntry object)
1036 */ 1036 {
1037 public T caseAllPatternEntry(AllPatternEntry object) 1037 return null;
1038 { 1038 }
1039 return null; 1039
1040 } 1040 /**
1041 1041 * Returns the result of interpreting the object as an instance of '<em>Partial Model Declaration</em>'.
1042 /** 1042 * <!-- begin-user-doc -->
1043 * Returns the result of interpreting the object as an instance of '<em>Pattern Element</em>'. 1043 * This implementation returns null;
1044 * <!-- begin-user-doc --> 1044 * returning a non-null result will terminate the switch.
1045 * This implementation returns null; 1045 * <!-- end-user-doc -->
1046 * returning a non-null result will terminate the switch. 1046 * @param object the target of the switch.
1047 * <!-- end-user-doc --> 1047 * @return the result of interpreting the object as an instance of '<em>Partial Model Declaration</em>'.
1048 * @param object the target of the switch. 1048 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1049 * @return the result of interpreting the object as an instance of '<em>Pattern Element</em>'. 1049 * @generated
1050 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1050 */
1051 * @generated 1051 public T casePartialModelDeclaration(PartialModelDeclaration object)
1052 */ 1052 {
1053 public T casePatternElement(PatternElement object) 1053 return null;
1054 { 1054 }
1055 return null; 1055
1056 } 1056 /**
1057 1057 * Returns the result of interpreting the object as an instance of '<em>Partial Model Reference</em>'.
1058 /** 1058 * <!-- begin-user-doc -->
1059 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern Declaration</em>'. 1059 * This implementation returns null;
1060 * <!-- begin-user-doc --> 1060 * returning a non-null result will terminate the switch.
1061 * This implementation returns null; 1061 * <!-- end-user-doc -->
1062 * returning a non-null result will terminate the switch. 1062 * @param object the target of the switch.
1063 * <!-- end-user-doc --> 1063 * @return the result of interpreting the object as an instance of '<em>Partial Model Reference</em>'.
1064 * @param object the target of the switch. 1064 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1065 * @return the result of interpreting the object as an instance of '<em>Graph Pattern Declaration</em>'. 1065 * @generated
1066 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1066 */
1067 * @generated 1067 public T casePartialModelReference(PartialModelReference object)
1068 */ 1068 {
1069 public T caseGraphPatternDeclaration(GraphPatternDeclaration object) 1069 return null;
1070 { 1070 }
1071 return null; 1071
1072 } 1072 /**
1073 1073 * Returns the result of interpreting the object as an instance of '<em>Partial Model</em>'.
1074 /** 1074 * <!-- begin-user-doc -->
1075 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern Reference</em>'. 1075 * This implementation returns null;
1076 * <!-- begin-user-doc --> 1076 * returning a non-null result will terminate the switch.
1077 * This implementation returns null; 1077 * <!-- end-user-doc -->
1078 * returning a non-null result will terminate the switch. 1078 * @param object the target of the switch.
1079 * <!-- end-user-doc --> 1079 * @return the result of interpreting the object as an instance of '<em>Partial Model</em>'.
1080 * @param object the target of the switch. 1080 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1081 * @return the result of interpreting the object as an instance of '<em>Graph Pattern Reference</em>'. 1081 * @generated
1082 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1082 */
1083 * @generated 1083 public T casePartialModel(PartialModel object)
1084 */ 1084 {
1085 public T caseGraphPatternReference(GraphPatternReference object) 1085 return null;
1086 { 1086 }
1087 return null; 1087
1088 } 1088 /**
1089 1089 * Returns the result of interpreting the object as an instance of '<em>Pattern Specification</em>'.
1090 /** 1090 * <!-- begin-user-doc -->
1091 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern</em>'. 1091 * This implementation returns null;
1092 * <!-- begin-user-doc --> 1092 * returning a non-null result will terminate the switch.
1093 * This implementation returns null; 1093 * <!-- end-user-doc -->
1094 * returning a non-null result will terminate the switch. 1094 * @param object the target of the switch.
1095 * <!-- end-user-doc --> 1095 * @return the result of interpreting the object as an instance of '<em>Pattern Specification</em>'.
1096 * @param object the target of the switch. 1096 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1097 * @return the result of interpreting the object as an instance of '<em>Graph Pattern</em>'. 1097 * @generated
1098 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1098 */
1099 * @generated 1099 public T casePatternSpecification(PatternSpecification object)
1100 */ 1100 {
1101 public T caseGraphPattern(GraphPattern object) 1101 return null;
1102 { 1102 }
1103 return null; 1103
1104 } 1104 /**
1105 1105 * Returns the result of interpreting the object as an instance of '<em>Pattern Entry</em>'.
1106 /** 1106 * <!-- begin-user-doc -->
1107 * Returns the result of interpreting the object as an instance of '<em>Config Specification</em>'. 1107 * This implementation returns null;
1108 * <!-- begin-user-doc --> 1108 * returning a non-null result will terminate the switch.
1109 * This implementation returns null; 1109 * <!-- end-user-doc -->
1110 * returning a non-null result will terminate the switch. 1110 * @param object the target of the switch.
1111 * <!-- end-user-doc --> 1111 * @return the result of interpreting the object as an instance of '<em>Pattern Entry</em>'.
1112 * @param object the target of the switch. 1112 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1113 * @return the result of interpreting the object as an instance of '<em>Config Specification</em>'. 1113 * @generated
1114 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1114 */
1115 * @generated 1115 public T casePatternEntry(PatternEntry object)
1116 */ 1116 {
1117 public T caseConfigSpecification(ConfigSpecification object) 1117 return null;
1118 { 1118 }
1119 return null; 1119
1120 } 1120 /**
1121 1121 * Returns the result of interpreting the object as an instance of '<em>All Pattern Entry</em>'.
1122 /** 1122 * <!-- begin-user-doc -->
1123 * Returns the result of interpreting the object as an instance of '<em>Config Declaration</em>'. 1123 * This implementation returns null;
1124 * <!-- begin-user-doc --> 1124 * returning a non-null result will terminate the switch.
1125 * This implementation returns null; 1125 * <!-- end-user-doc -->
1126 * returning a non-null result will terminate the switch. 1126 * @param object the target of the switch.
1127 * <!-- end-user-doc --> 1127 * @return the result of interpreting the object as an instance of '<em>All Pattern Entry</em>'.
1128 * @param object the target of the switch. 1128 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1129 * @return the result of interpreting the object as an instance of '<em>Config Declaration</em>'. 1129 * @generated
1130 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1130 */
1131 * @generated 1131 public T caseAllPatternEntry(AllPatternEntry object)
1132 */ 1132 {
1133 public T caseConfigDeclaration(ConfigDeclaration object) 1133 return null;
1134 { 1134 }
1135 return null; 1135
1136 } 1136 /**
1137 1137 * Returns the result of interpreting the object as an instance of '<em>Pattern Element</em>'.
1138 /** 1138 * <!-- begin-user-doc -->
1139 * Returns the result of interpreting the object as an instance of '<em>Config Entry</em>'. 1139 * This implementation returns null;
1140 * <!-- begin-user-doc --> 1140 * returning a non-null result will terminate the switch.
1141 * This implementation returns null; 1141 * <!-- end-user-doc -->
1142 * returning a non-null result will terminate the switch. 1142 * @param object the target of the switch.
1143 * <!-- end-user-doc --> 1143 * @return the result of interpreting the object as an instance of '<em>Pattern Element</em>'.
1144 * @param object the target of the switch. 1144 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1145 * @return the result of interpreting the object as an instance of '<em>Config Entry</em>'. 1145 * @generated
1146 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1146 */
1147 * @generated 1147 public T casePatternElement(PatternElement object)
1148 */ 1148 {
1149 public T caseConfigEntry(ConfigEntry object) 1149 return null;
1150 { 1150 }
1151 return null; 1151
1152 } 1152 /**
1153 1153 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern Declaration</em>'.
1154 /** 1154 * <!-- begin-user-doc -->
1155 * Returns the result of interpreting the object as an instance of '<em>Documentation Entry</em>'. 1155 * This implementation returns null;
1156 * <!-- begin-user-doc --> 1156 * returning a non-null result will terminate the switch.
1157 * This implementation returns null; 1157 * <!-- end-user-doc -->
1158 * returning a non-null result will terminate the switch. 1158 * @param object the target of the switch.
1159 * <!-- end-user-doc --> 1159 * @return the result of interpreting the object as an instance of '<em>Graph Pattern Declaration</em>'.
1160 * @param object the target of the switch. 1160 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1161 * @return the result of interpreting the object as an instance of '<em>Documentation Entry</em>'. 1161 * @generated
1162 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1162 */
1163 * @generated 1163 public T caseGraphPatternDeclaration(GraphPatternDeclaration object)
1164 */ 1164 {
1165 public T caseDocumentationEntry(DocumentationEntry object) 1165 return null;
1166 { 1166 }
1167 return null; 1167
1168 } 1168 /**
1169 1169 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern Reference</em>'.
1170 /** 1170 * <!-- begin-user-doc -->
1171 * Returns the result of interpreting the object as an instance of '<em>Runtime Entry</em>'. 1171 * This implementation returns null;
1172 * <!-- begin-user-doc --> 1172 * returning a non-null result will terminate the switch.
1173 * This implementation returns null; 1173 * <!-- end-user-doc -->
1174 * returning a non-null result will terminate the switch. 1174 * @param object the target of the switch.
1175 * <!-- end-user-doc --> 1175 * @return the result of interpreting the object as an instance of '<em>Graph Pattern Reference</em>'.
1176 * @param object the target of the switch. 1176 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1177 * @return the result of interpreting the object as an instance of '<em>Runtime Entry</em>'. 1177 * @generated
1178 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1178 */
1179 * @generated 1179 public T caseGraphPatternReference(GraphPatternReference object)
1180 */ 1180 {
1181 public T caseRuntimeEntry(RuntimeEntry object) 1181 return null;
1182 { 1182 }
1183 return null; 1183
1184 } 1184 /**
1185 1185 * Returns the result of interpreting the object as an instance of '<em>Graph Pattern</em>'.
1186 /** 1186 * <!-- begin-user-doc -->
1187 * Returns the result of interpreting the object as an instance of '<em>Memory Entry</em>'. 1187 * This implementation returns null;
1188 * <!-- begin-user-doc --> 1188 * returning a non-null result will terminate the switch.
1189 * This implementation returns null; 1189 * <!-- end-user-doc -->
1190 * returning a non-null result will terminate the switch. 1190 * @param object the target of the switch.
1191 * <!-- end-user-doc --> 1191 * @return the result of interpreting the object as an instance of '<em>Graph Pattern</em>'.
1192 * @param object the target of the switch. 1192 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1193 * @return the result of interpreting the object as an instance of '<em>Memory Entry</em>'. 1193 * @generated
1194 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1194 */
1195 * @generated 1195 public T caseGraphPattern(GraphPattern object)
1196 */ 1196 {
1197 public T caseMemoryEntry(MemoryEntry object) 1197 return null;
1198 { 1198 }
1199 return null; 1199
1200 } 1200 /**
1201 1201 * Returns the result of interpreting the object as an instance of '<em>Objective Specification</em>'.
1202 /** 1202 * <!-- begin-user-doc -->
1203 * Returns the result of interpreting the object as an instance of '<em>Custom Entry</em>'. 1203 * This implementation returns null;
1204 * <!-- begin-user-doc --> 1204 * returning a non-null result will terminate the switch.
1205 * This implementation returns null; 1205 * <!-- end-user-doc -->
1206 * returning a non-null result will terminate the switch. 1206 * @param object the target of the switch.
1207 * <!-- end-user-doc --> 1207 * @return the result of interpreting the object as an instance of '<em>Objective Specification</em>'.
1208 * @param object the target of the switch. 1208 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1209 * @return the result of interpreting the object as an instance of '<em>Custom Entry</em>'. 1209 * @generated
1210 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1210 */
1211 * @generated 1211 public T caseObjectiveSpecification(ObjectiveSpecification object)
1212 */ 1212 {
1213 public T caseCustomEntry(CustomEntry object) 1213 return null;
1214 { 1214 }
1215 return null; 1215
1216 } 1216 /**
1217 1217 * Returns the result of interpreting the object as an instance of '<em>Objective Entry</em>'.
1218 /** 1218 * <!-- begin-user-doc -->
1219 * Returns the result of interpreting the object as an instance of '<em>Config Reference</em>'. 1219 * This implementation returns null;
1220 * <!-- begin-user-doc --> 1220 * returning a non-null result will terminate the switch.
1221 * This implementation returns null; 1221 * <!-- end-user-doc -->
1222 * returning a non-null result will terminate the switch. 1222 * @param object the target of the switch.
1223 * <!-- end-user-doc --> 1223 * @return the result of interpreting the object as an instance of '<em>Objective Entry</em>'.
1224 * @param object the target of the switch. 1224 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1225 * @return the result of interpreting the object as an instance of '<em>Config Reference</em>'. 1225 * @generated
1226 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1226 */
1227 * @generated 1227 public T caseObjectiveEntry(ObjectiveEntry object)
1228 */ 1228 {
1229 public T caseConfigReference(ConfigReference object) 1229 return null;
1230 { 1230 }
1231 return null; 1231
1232 } 1232 /**
1233 1233 * Returns the result of interpreting the object as an instance of '<em>Optimization Entry</em>'.
1234 /** 1234 * <!-- begin-user-doc -->
1235 * Returns the result of interpreting the object as an instance of '<em>Config</em>'. 1235 * This implementation returns null;
1236 * <!-- begin-user-doc --> 1236 * returning a non-null result will terminate the switch.
1237 * This implementation returns null; 1237 * <!-- end-user-doc -->
1238 * returning a non-null result will terminate the switch. 1238 * @param object the target of the switch.
1239 * <!-- end-user-doc --> 1239 * @return the result of interpreting the object as an instance of '<em>Optimization Entry</em>'.
1240 * @param object the target of the switch. 1240 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1241 * @return the result of interpreting the object as an instance of '<em>Config</em>'. 1241 * @generated
1242 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1242 */
1243 * @generated 1243 public T caseOptimizationEntry(OptimizationEntry object)
1244 */ 1244 {
1245 public T caseConfig(Config object) 1245 return null;
1246 { 1246 }
1247 return null; 1247
1248 } 1248 /**
1249 1249 * Returns the result of interpreting the object as an instance of '<em>Threshold Entry</em>'.
1250 /** 1250 * <!-- begin-user-doc -->
1251 * Returns the result of interpreting the object as an instance of '<em>Scope Specification</em>'. 1251 * This implementation returns null;
1252 * <!-- begin-user-doc --> 1252 * returning a non-null result will terminate the switch.
1253 * This implementation returns null; 1253 * <!-- end-user-doc -->
1254 * returning a non-null result will terminate the switch. 1254 * @param object the target of the switch.
1255 * <!-- end-user-doc --> 1255 * @return the result of interpreting the object as an instance of '<em>Threshold Entry</em>'.
1256 * @param object the target of the switch. 1256 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1257 * @return the result of interpreting the object as an instance of '<em>Scope Specification</em>'. 1257 * @generated
1258 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1258 */
1259 * @generated 1259 public T caseThresholdEntry(ThresholdEntry object)
1260 */ 1260 {
1261 public T caseScopeSpecification(ScopeSpecification object) 1261 return null;
1262 { 1262 }
1263 return null; 1263
1264 } 1264 /**
1265 1265 * Returns the result of interpreting the object as an instance of '<em>Objective Function</em>'.
1266 /** 1266 * <!-- begin-user-doc -->
1267 * Returns the result of interpreting the object as an instance of '<em>Type Scope</em>'. 1267 * This implementation returns null;
1268 * <!-- begin-user-doc --> 1268 * returning a non-null result will terminate the switch.
1269 * This implementation returns null; 1269 * <!-- end-user-doc -->
1270 * returning a non-null result will terminate the switch. 1270 * @param object the target of the switch.
1271 * <!-- end-user-doc --> 1271 * @return the result of interpreting the object as an instance of '<em>Objective Function</em>'.
1272 * @param object the target of the switch. 1272 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1273 * @return the result of interpreting the object as an instance of '<em>Type Scope</em>'. 1273 * @generated
1274 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1274 */
1275 * @generated 1275 public T caseObjectiveFunction(ObjectiveFunction object)
1276 */ 1276 {
1277 public T caseTypeScope(TypeScope object) 1277 return null;
1278 { 1278 }
1279 return null; 1279
1280 } 1280 /**
1281 1281 * Returns the result of interpreting the object as an instance of '<em>Reliabiltiy Function</em>'.
1282 /** 1282 * <!-- begin-user-doc -->
1283 * Returns the result of interpreting the object as an instance of '<em>Class Type Scope</em>'. 1283 * This implementation returns null;
1284 * <!-- begin-user-doc --> 1284 * returning a non-null result will terminate the switch.
1285 * This implementation returns null; 1285 * <!-- end-user-doc -->
1286 * returning a non-null result will terminate the switch. 1286 * @param object the target of the switch.
1287 * <!-- end-user-doc --> 1287 * @return the result of interpreting the object as an instance of '<em>Reliabiltiy Function</em>'.
1288 * @param object the target of the switch. 1288 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1289 * @return the result of interpreting the object as an instance of '<em>Class Type Scope</em>'. 1289 * @generated
1290 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1290 */
1291 * @generated 1291 public T caseReliabiltiyFunction(ReliabiltiyFunction object)
1292 */ 1292 {
1293 public T caseClassTypeScope(ClassTypeScope object) 1293 return null;
1294 { 1294 }
1295 return null; 1295
1296 } 1296 /**
1297 1297 * Returns the result of interpreting the object as an instance of '<em>Objective Declaration</em>'.
1298 /** 1298 * <!-- begin-user-doc -->
1299 * Returns the result of interpreting the object as an instance of '<em>Object Type Scope</em>'. 1299 * This implementation returns null;
1300 * <!-- begin-user-doc --> 1300 * returning a non-null result will terminate the switch.
1301 * This implementation returns null; 1301 * <!-- end-user-doc -->
1302 * returning a non-null result will terminate the switch. 1302 * @param object the target of the switch.
1303 * <!-- end-user-doc --> 1303 * @return the result of interpreting the object as an instance of '<em>Objective Declaration</em>'.
1304 * @param object the target of the switch. 1304 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1305 * @return the result of interpreting the object as an instance of '<em>Object Type Scope</em>'. 1305 * @generated
1306 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1306 */
1307 * @generated 1307 public T caseObjectiveDeclaration(ObjectiveDeclaration object)
1308 */ 1308 {
1309 public T caseObjectTypeScope(ObjectTypeScope object) 1309 return null;
1310 { 1310 }
1311 return null; 1311
1312 } 1312 /**
1313 1313 * Returns the result of interpreting the object as an instance of '<em>Objective Reference</em>'.
1314 /** 1314 * <!-- begin-user-doc -->
1315 * Returns the result of interpreting the object as an instance of '<em>Integer Type Scope</em>'. 1315 * This implementation returns null;
1316 * <!-- begin-user-doc --> 1316 * returning a non-null result will terminate the switch.
1317 * This implementation returns null; 1317 * <!-- end-user-doc -->
1318 * returning a non-null result will terminate the switch. 1318 * @param object the target of the switch.
1319 * <!-- end-user-doc --> 1319 * @return the result of interpreting the object as an instance of '<em>Objective Reference</em>'.
1320 * @param object the target of the switch. 1320 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1321 * @return the result of interpreting the object as an instance of '<em>Integer Type Scope</em>'. 1321 * @generated
1322 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1322 */
1323 * @generated 1323 public T caseObjectiveReference(ObjectiveReference object)
1324 */ 1324 {
1325 public T caseIntegerTypeScope(IntegerTypeScope object) 1325 return null;
1326 { 1326 }
1327 return null; 1327
1328 } 1328 /**
1329 1329 * Returns the result of interpreting the object as an instance of '<em>Objective</em>'.
1330 /** 1330 * <!-- begin-user-doc -->
1331 * Returns the result of interpreting the object as an instance of '<em>Real Type Scope</em>'. 1331 * This implementation returns null;
1332 * <!-- begin-user-doc --> 1332 * returning a non-null result will terminate the switch.
1333 * This implementation returns null; 1333 * <!-- end-user-doc -->
1334 * returning a non-null result will terminate the switch. 1334 * @param object the target of the switch.
1335 * <!-- end-user-doc --> 1335 * @return the result of interpreting the object as an instance of '<em>Objective</em>'.
1336 * @param object the target of the switch. 1336 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1337 * @return the result of interpreting the object as an instance of '<em>Real Type Scope</em>'. 1337 * @generated
1338 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1338 */
1339 * @generated 1339 public T caseObjective(Objective object)
1340 */ 1340 {
1341 public T caseRealTypeScope(RealTypeScope object) 1341 return null;
1342 { 1342 }
1343 return null; 1343
1344 } 1344 /**
1345 1345 * Returns the result of interpreting the object as an instance of '<em>Config Specification</em>'.
1346 /** 1346 * <!-- begin-user-doc -->
1347 * Returns the result of interpreting the object as an instance of '<em>String Type Scope</em>'. 1347 * This implementation returns null;
1348 * <!-- begin-user-doc --> 1348 * returning a non-null result will terminate the switch.
1349 * This implementation returns null; 1349 * <!-- end-user-doc -->
1350 * returning a non-null result will terminate the switch. 1350 * @param object the target of the switch.
1351 * <!-- end-user-doc --> 1351 * @return the result of interpreting the object as an instance of '<em>Config Specification</em>'.
1352 * @param object the target of the switch. 1352 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1353 * @return the result of interpreting the object as an instance of '<em>String Type Scope</em>'. 1353 * @generated
1354 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1354 */
1355 * @generated 1355 public T caseConfigSpecification(ConfigSpecification object)
1356 */ 1356 {
1357 public T caseStringTypeScope(StringTypeScope object) 1357 return null;
1358 { 1358 }
1359 return null; 1359
1360 } 1360 /**
1361 1361 * Returns the result of interpreting the object as an instance of '<em>Config Declaration</em>'.
1362 /** 1362 * <!-- begin-user-doc -->
1363 * Returns the result of interpreting the object as an instance of '<em>Type Reference</em>'. 1363 * This implementation returns null;
1364 * <!-- begin-user-doc --> 1364 * returning a non-null result will terminate the switch.
1365 * This implementation returns null; 1365 * <!-- end-user-doc -->
1366 * returning a non-null result will terminate the switch. 1366 * @param object the target of the switch.
1367 * <!-- end-user-doc --> 1367 * @return the result of interpreting the object as an instance of '<em>Config Declaration</em>'.
1368 * @param object the target of the switch. 1368 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1369 * @return the result of interpreting the object as an instance of '<em>Type Reference</em>'. 1369 * @generated
1370 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1370 */
1371 * @generated 1371 public T caseConfigDeclaration(ConfigDeclaration object)
1372 */ 1372 {
1373 public T caseTypeReference(TypeReference object) 1373 return null;
1374 { 1374 }
1375 return null; 1375
1376 } 1376 /**
1377 1377 * Returns the result of interpreting the object as an instance of '<em>Config Entry</em>'.
1378 /** 1378 * <!-- begin-user-doc -->
1379 * Returns the result of interpreting the object as an instance of '<em>Class Reference</em>'. 1379 * This implementation returns null;
1380 * <!-- begin-user-doc --> 1380 * returning a non-null result will terminate the switch.
1381 * This implementation returns null; 1381 * <!-- end-user-doc -->
1382 * returning a non-null result will terminate the switch. 1382 * @param object the target of the switch.
1383 * <!-- end-user-doc --> 1383 * @return the result of interpreting the object as an instance of '<em>Config Entry</em>'.
1384 * @param object the target of the switch. 1384 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1385 * @return the result of interpreting the object as an instance of '<em>Class Reference</em>'. 1385 * @generated
1386 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1386 */
1387 * @generated 1387 public T caseConfigEntry(ConfigEntry object)
1388 */ 1388 {
1389 public T caseClassReference(ClassReference object) 1389 return null;
1390 { 1390 }
1391 return null; 1391
1392 } 1392 /**
1393 1393 * Returns the result of interpreting the object as an instance of '<em>Documentation Entry</em>'.
1394 /** 1394 * <!-- begin-user-doc -->
1395 * Returns the result of interpreting the object as an instance of '<em>Object Reference</em>'. 1395 * This implementation returns null;
1396 * <!-- begin-user-doc --> 1396 * returning a non-null result will terminate the switch.
1397 * This implementation returns null; 1397 * <!-- end-user-doc -->
1398 * returning a non-null result will terminate the switch. 1398 * @param object the target of the switch.
1399 * <!-- end-user-doc --> 1399 * @return the result of interpreting the object as an instance of '<em>Documentation Entry</em>'.
1400 * @param object the target of the switch. 1400 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1401 * @return the result of interpreting the object as an instance of '<em>Object Reference</em>'. 1401 * @generated
1402 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1402 */
1403 * @generated 1403 public T caseDocumentationEntry(DocumentationEntry object)
1404 */ 1404 {
1405 public T caseObjectReference(ObjectReference object) 1405 return null;
1406 { 1406 }
1407 return null; 1407
1408 } 1408 /**
1409 1409 * Returns the result of interpreting the object as an instance of '<em>Runtime Entry</em>'.
1410 /** 1410 * <!-- begin-user-doc -->
1411 * Returns the result of interpreting the object as an instance of '<em>Integer Reference</em>'. 1411 * This implementation returns null;
1412 * <!-- begin-user-doc --> 1412 * returning a non-null result will terminate the switch.
1413 * This implementation returns null; 1413 * <!-- end-user-doc -->
1414 * returning a non-null result will terminate the switch. 1414 * @param object the target of the switch.
1415 * <!-- end-user-doc --> 1415 * @return the result of interpreting the object as an instance of '<em>Runtime Entry</em>'.
1416 * @param object the target of the switch. 1416 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1417 * @return the result of interpreting the object as an instance of '<em>Integer Reference</em>'. 1417 * @generated
1418 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1418 */
1419 * @generated 1419 public T caseRuntimeEntry(RuntimeEntry object)
1420 */ 1420 {
1421 public T caseIntegerReference(IntegerReference object) 1421 return null;
1422 { 1422 }
1423 return null; 1423
1424 } 1424 /**
1425 1425 * Returns the result of interpreting the object as an instance of '<em>Memory Entry</em>'.
1426 /** 1426 * <!-- begin-user-doc -->
1427 * Returns the result of interpreting the object as an instance of '<em>Real Reference</em>'. 1427 * This implementation returns null;
1428 * <!-- begin-user-doc --> 1428 * returning a non-null result will terminate the switch.
1429 * This implementation returns null; 1429 * <!-- end-user-doc -->
1430 * returning a non-null result will terminate the switch. 1430 * @param object the target of the switch.
1431 * <!-- end-user-doc --> 1431 * @return the result of interpreting the object as an instance of '<em>Memory Entry</em>'.
1432 * @param object the target of the switch. 1432 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1433 * @return the result of interpreting the object as an instance of '<em>Real Reference</em>'. 1433 * @generated
1434 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1434 */
1435 * @generated 1435 public T caseMemoryEntry(MemoryEntry object)
1436 */ 1436 {
1437 public T caseRealReference(RealReference object) 1437 return null;
1438 { 1438 }
1439 return null; 1439
1440 } 1440 /**
1441 1441 * Returns the result of interpreting the object as an instance of '<em>Custom Entry</em>'.
1442 /** 1442 * <!-- begin-user-doc -->
1443 * Returns the result of interpreting the object as an instance of '<em>String Reference</em>'. 1443 * This implementation returns null;
1444 * <!-- begin-user-doc --> 1444 * returning a non-null result will terminate the switch.
1445 * This implementation returns null; 1445 * <!-- end-user-doc -->
1446 * returning a non-null result will terminate the switch. 1446 * @param object the target of the switch.
1447 * <!-- end-user-doc --> 1447 * @return the result of interpreting the object as an instance of '<em>Custom Entry</em>'.
1448 * @param object the target of the switch. 1448 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1449 * @return the result of interpreting the object as an instance of '<em>String Reference</em>'. 1449 * @generated
1450 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1450 */
1451 * @generated 1451 public T caseCustomEntry(CustomEntry object)
1452 */ 1452 {
1453 public T caseStringReference(StringReference object) 1453 return null;
1454 { 1454 }
1455 return null; 1455
1456 } 1456 /**
1457 1457 * Returns the result of interpreting the object as an instance of '<em>Config Reference</em>'.
1458 /** 1458 * <!-- begin-user-doc -->
1459 * Returns the result of interpreting the object as an instance of '<em>Number Specification</em>'. 1459 * This implementation returns null;
1460 * <!-- begin-user-doc --> 1460 * returning a non-null result will terminate the switch.
1461 * This implementation returns null; 1461 * <!-- end-user-doc -->
1462 * returning a non-null result will terminate the switch. 1462 * @param object the target of the switch.
1463 * <!-- end-user-doc --> 1463 * @return the result of interpreting the object as an instance of '<em>Config Reference</em>'.
1464 * @param object the target of the switch. 1464 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1465 * @return the result of interpreting the object as an instance of '<em>Number Specification</em>'. 1465 * @generated
1466 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1466 */
1467 * @generated 1467 public T caseConfigReference(ConfigReference object)
1468 */ 1468 {
1469 public T caseNumberSpecification(NumberSpecification object) 1469 return null;
1470 { 1470 }
1471 return null; 1471
1472 } 1472 /**
1473 1473 * Returns the result of interpreting the object as an instance of '<em>Config</em>'.
1474 /** 1474 * <!-- begin-user-doc -->
1475 * Returns the result of interpreting the object as an instance of '<em>Exact Number</em>'. 1475 * This implementation returns null;
1476 * <!-- begin-user-doc --> 1476 * returning a non-null result will terminate the switch.
1477 * This implementation returns null; 1477 * <!-- end-user-doc -->
1478 * returning a non-null result will terminate the switch. 1478 * @param object the target of the switch.
1479 * <!-- end-user-doc --> 1479 * @return the result of interpreting the object as an instance of '<em>Config</em>'.
1480 * @param object the target of the switch. 1480 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1481 * @return the result of interpreting the object as an instance of '<em>Exact Number</em>'. 1481 * @generated
1482 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1482 */
1483 * @generated 1483 public T caseConfig(Config object)
1484 */ 1484 {
1485 public T caseExactNumber(ExactNumber object) 1485 return null;
1486 { 1486 }
1487 return null; 1487
1488 } 1488 /**
1489 1489 * Returns the result of interpreting the object as an instance of '<em>Scope Specification</em>'.
1490 /** 1490 * <!-- begin-user-doc -->
1491 * Returns the result of interpreting the object as an instance of '<em>Intervall Number</em>'. 1491 * This implementation returns null;
1492 * <!-- begin-user-doc --> 1492 * returning a non-null result will terminate the switch.
1493 * This implementation returns null; 1493 * <!-- end-user-doc -->
1494 * returning a non-null result will terminate the switch. 1494 * @param object the target of the switch.
1495 * <!-- end-user-doc --> 1495 * @return the result of interpreting the object as an instance of '<em>Scope Specification</em>'.
1496 * @param object the target of the switch. 1496 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1497 * @return the result of interpreting the object as an instance of '<em>Intervall Number</em>'. 1497 * @generated
1498 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1498 */
1499 * @generated 1499 public T caseScopeSpecification(ScopeSpecification object)
1500 */ 1500 {
1501 public T caseIntervallNumber(IntervallNumber object) 1501 return null;
1502 { 1502 }
1503 return null; 1503
1504 } 1504 /**
1505 1505 * Returns the result of interpreting the object as an instance of '<em>Type Scope</em>'.
1506 /** 1506 * <!-- begin-user-doc -->
1507 * Returns the result of interpreting the object as an instance of '<em>Int Enumberation</em>'. 1507 * This implementation returns null;
1508 * <!-- begin-user-doc --> 1508 * returning a non-null result will terminate the switch.
1509 * This implementation returns null; 1509 * <!-- end-user-doc -->
1510 * returning a non-null result will terminate the switch. 1510 * @param object the target of the switch.
1511 * <!-- end-user-doc --> 1511 * @return the result of interpreting the object as an instance of '<em>Type Scope</em>'.
1512 * @param object the target of the switch. 1512 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1513 * @return the result of interpreting the object as an instance of '<em>Int Enumberation</em>'. 1513 * @generated
1514 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1514 */
1515 * @generated 1515 public T caseTypeScope(TypeScope object)
1516 */ 1516 {
1517 public T caseIntEnumberation(IntEnumberation object) 1517 return null;
1518 { 1518 }
1519 return null; 1519
1520 } 1520 /**
1521 1521 * Returns the result of interpreting the object as an instance of '<em>Class Type Scope</em>'.
1522 /** 1522 * <!-- begin-user-doc -->
1523 * Returns the result of interpreting the object as an instance of '<em>Real Enumeration</em>'. 1523 * This implementation returns null;
1524 * <!-- begin-user-doc --> 1524 * returning a non-null result will terminate the switch.
1525 * This implementation returns null; 1525 * <!-- end-user-doc -->
1526 * returning a non-null result will terminate the switch. 1526 * @param object the target of the switch.
1527 * <!-- end-user-doc --> 1527 * @return the result of interpreting the object as an instance of '<em>Class Type Scope</em>'.
1528 * @param object the target of the switch. 1528 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1529 * @return the result of interpreting the object as an instance of '<em>Real Enumeration</em>'. 1529 * @generated
1530 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1530 */
1531 * @generated 1531 public T caseClassTypeScope(ClassTypeScope object)
1532 */ 1532 {
1533 public T caseRealEnumeration(RealEnumeration object) 1533 return null;
1534 { 1534 }
1535 return null; 1535
1536 } 1536 /**
1537 1537 * Returns the result of interpreting the object as an instance of '<em>Object Type Scope</em>'.
1538 /** 1538 * <!-- begin-user-doc -->
1539 * Returns the result of interpreting the object as an instance of '<em>String Enumeration</em>'. 1539 * This implementation returns null;
1540 * <!-- begin-user-doc --> 1540 * returning a non-null result will terminate the switch.
1541 * This implementation returns null; 1541 * <!-- end-user-doc -->
1542 * returning a non-null result will terminate the switch. 1542 * @param object the target of the switch.
1543 * <!-- end-user-doc --> 1543 * @return the result of interpreting the object as an instance of '<em>Object Type Scope</em>'.
1544 * @param object the target of the switch. 1544 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1545 * @return the result of interpreting the object as an instance of '<em>String Enumeration</em>'. 1545 * @generated
1546 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1546 */
1547 * @generated 1547 public T caseObjectTypeScope(ObjectTypeScope object)
1548 */ 1548 {
1549 public T caseStringEnumeration(StringEnumeration object) 1549 return null;
1550 { 1550 }
1551 return null; 1551
1552 } 1552 /**
1553 1553 * Returns the result of interpreting the object as an instance of '<em>Integer Type Scope</em>'.
1554 /** 1554 * <!-- begin-user-doc -->
1555 * Returns the result of interpreting the object as an instance of '<em>Scope Declaration</em>'. 1555 * This implementation returns null;
1556 * <!-- begin-user-doc --> 1556 * returning a non-null result will terminate the switch.
1557 * This implementation returns null; 1557 * <!-- end-user-doc -->
1558 * returning a non-null result will terminate the switch. 1558 * @param object the target of the switch.
1559 * <!-- end-user-doc --> 1559 * @return the result of interpreting the object as an instance of '<em>Integer Type Scope</em>'.
1560 * @param object the target of the switch. 1560 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1561 * @return the result of interpreting the object as an instance of '<em>Scope Declaration</em>'. 1561 * @generated
1562 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1562 */
1563 * @generated 1563 public T caseIntegerTypeScope(IntegerTypeScope object)
1564 */ 1564 {
1565 public T caseScopeDeclaration(ScopeDeclaration object) 1565 return null;
1566 { 1566 }
1567 return null; 1567
1568 } 1568 /**
1569 1569 * Returns the result of interpreting the object as an instance of '<em>Real Type Scope</em>'.
1570 /** 1570 * <!-- begin-user-doc -->
1571 * Returns the result of interpreting the object as an instance of '<em>Scope Reference</em>'. 1571 * This implementation returns null;
1572 * <!-- begin-user-doc --> 1572 * returning a non-null result will terminate the switch.
1573 * This implementation returns null; 1573 * <!-- end-user-doc -->
1574 * returning a non-null result will terminate the switch. 1574 * @param object the target of the switch.
1575 * <!-- end-user-doc --> 1575 * @return the result of interpreting the object as an instance of '<em>Real Type Scope</em>'.
1576 * @param object the target of the switch. 1576 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1577 * @return the result of interpreting the object as an instance of '<em>Scope Reference</em>'. 1577 * @generated
1578 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1578 */
1579 * @generated 1579 public T caseRealTypeScope(RealTypeScope object)
1580 */ 1580 {
1581 public T caseScopeReference(ScopeReference object) 1581 return null;
1582 { 1582 }
1583 return null; 1583
1584 } 1584 /**
1585 1585 * Returns the result of interpreting the object as an instance of '<em>String Type Scope</em>'.
1586 /** 1586 * <!-- begin-user-doc -->
1587 * Returns the result of interpreting the object as an instance of '<em>Scope</em>'. 1587 * This implementation returns null;
1588 * <!-- begin-user-doc --> 1588 * returning a non-null result will terminate the switch.
1589 * This implementation returns null; 1589 * <!-- end-user-doc -->
1590 * returning a non-null result will terminate the switch. 1590 * @param object the target of the switch.
1591 * <!-- end-user-doc --> 1591 * @return the result of interpreting the object as an instance of '<em>String Type Scope</em>'.
1592 * @param object the target of the switch. 1592 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1593 * @return the result of interpreting the object as an instance of '<em>Scope</em>'. 1593 * @generated
1594 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1594 */
1595 * @generated 1595 public T caseStringTypeScope(StringTypeScope object)
1596 */ 1596 {
1597 public T caseScope(Scope object) 1597 return null;
1598 { 1598 }
1599 return null; 1599
1600 } 1600 /**
1601 1601 * Returns the result of interpreting the object as an instance of '<em>Type Reference</em>'.
1602 /** 1602 * <!-- begin-user-doc -->
1603 * Returns the result of interpreting the object as an instance of '<em>Task</em>'. 1603 * This implementation returns null;
1604 * <!-- begin-user-doc --> 1604 * returning a non-null result will terminate the switch.
1605 * This implementation returns null; 1605 * <!-- end-user-doc -->
1606 * returning a non-null result will terminate the switch. 1606 * @param object the target of the switch.
1607 * <!-- end-user-doc --> 1607 * @return the result of interpreting the object as an instance of '<em>Type Reference</em>'.
1608 * @param object the target of the switch. 1608 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1609 * @return the result of interpreting the object as an instance of '<em>Task</em>'. 1609 * @generated
1610 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1610 */
1611 * @generated 1611 public T caseTypeReference(TypeReference object)
1612 */ 1612 {
1613 public T caseTask(Task object) 1613 return null;
1614 { 1614 }
1615 return null; 1615
1616 } 1616 /**
1617 1617 * Returns the result of interpreting the object as an instance of '<em>Class Reference</em>'.
1618 /** 1618 * <!-- begin-user-doc -->
1619 * Returns the result of interpreting the object as an instance of '<em>Generation Task</em>'. 1619 * This implementation returns null;
1620 * <!-- begin-user-doc --> 1620 * returning a non-null result will terminate the switch.
1621 * This implementation returns null; 1621 * <!-- end-user-doc -->
1622 * returning a non-null result will terminate the switch. 1622 * @param object the target of the switch.
1623 * <!-- end-user-doc --> 1623 * @return the result of interpreting the object as an instance of '<em>Class Reference</em>'.
1624 * @param object the target of the switch. 1624 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1625 * @return the result of interpreting the object as an instance of '<em>Generation Task</em>'. 1625 * @generated
1626 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1626 */
1627 * @generated 1627 public T caseClassReference(ClassReference object)
1628 */ 1628 {
1629 public T caseGenerationTask(GenerationTask object) 1629 return null;
1630 { 1630 }
1631 return null; 1631
1632 } 1632 /**
1633 1633 * Returns the result of interpreting the object as an instance of '<em>Object Reference</em>'.
1634 /** 1634 * <!-- begin-user-doc -->
1635 * Returns the result of interpreting the object as an instance of '<em>Integer Scope</em>'. 1635 * This implementation returns null;
1636 * <!-- begin-user-doc --> 1636 * returning a non-null result will terminate the switch.
1637 * This implementation returns null; 1637 * <!-- end-user-doc -->
1638 * returning a non-null result will terminate the switch. 1638 * @param object the target of the switch.
1639 * <!-- end-user-doc --> 1639 * @return the result of interpreting the object as an instance of '<em>Object Reference</em>'.
1640 * @param object the target of the switch. 1640 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1641 * @return the result of interpreting the object as an instance of '<em>Integer Scope</em>'. 1641 * @generated
1642 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1642 */
1643 * @generated 1643 public T caseObjectReference(ObjectReference object)
1644 */ 1644 {
1645 public T caseIntegerScope(IntegerScope object) 1645 return null;
1646 { 1646 }
1647 return null; 1647
1648 } 1648 /**
1649 1649 * Returns the result of interpreting the object as an instance of '<em>Integer Reference</em>'.
1650 /** 1650 * <!-- begin-user-doc -->
1651 * Returns the result of interpreting the object as an instance of '<em>Real Scope</em>'. 1651 * This implementation returns null;
1652 * <!-- begin-user-doc --> 1652 * returning a non-null result will terminate the switch.
1653 * This implementation returns null; 1653 * <!-- end-user-doc -->
1654 * returning a non-null result will terminate the switch. 1654 * @param object the target of the switch.
1655 * <!-- end-user-doc --> 1655 * @return the result of interpreting the object as an instance of '<em>Integer Reference</em>'.
1656 * @param object the target of the switch. 1656 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1657 * @return the result of interpreting the object as an instance of '<em>Real Scope</em>'. 1657 * @generated
1658 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1658 */
1659 * @generated 1659 public T caseIntegerReference(IntegerReference object)
1660 */ 1660 {
1661 public T caseRealScope(RealScope object) 1661 return null;
1662 { 1662 }
1663 return null; 1663
1664 } 1664 /**
1665 1665 * Returns the result of interpreting the object as an instance of '<em>Real Reference</em>'.
1666 /** 1666 * <!-- begin-user-doc -->
1667 * Returns the result of interpreting the object as an instance of '<em>String Scope</em>'. 1667 * This implementation returns null;
1668 * <!-- begin-user-doc --> 1668 * returning a non-null result will terminate the switch.
1669 * This implementation returns null; 1669 * <!-- end-user-doc -->
1670 * returning a non-null result will terminate the switch. 1670 * @param object the target of the switch.
1671 * <!-- end-user-doc --> 1671 * @return the result of interpreting the object as an instance of '<em>Real Reference</em>'.
1672 * @param object the target of the switch. 1672 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1673 * @return the result of interpreting the object as an instance of '<em>String Scope</em>'. 1673 * @generated
1674 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1674 */
1675 * @generated 1675 public T caseRealReference(RealReference object)
1676 */ 1676 {
1677 public T caseStringScope(StringScope object) 1677 return null;
1678 { 1678 }
1679 return null; 1679
1680 } 1680 /**
1681 1681 * Returns the result of interpreting the object as an instance of '<em>String Reference</em>'.
1682 /** 1682 * <!-- begin-user-doc -->
1683 * Returns the result of interpreting the object as an instance of '<em>EObject</em>'. 1683 * This implementation returns null;
1684 * <!-- begin-user-doc --> 1684 * returning a non-null result will terminate the switch.
1685 * This implementation returns null; 1685 * <!-- end-user-doc -->
1686 * returning a non-null result will terminate the switch, but this is the last case anyway. 1686 * @param object the target of the switch.
1687 * <!-- end-user-doc --> 1687 * @return the result of interpreting the object as an instance of '<em>String Reference</em>'.
1688 * @param object the target of the switch. 1688 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1689 * @return the result of interpreting the object as an instance of '<em>EObject</em>'. 1689 * @generated
1690 * @see #doSwitch(org.eclipse.emf.ecore.EObject) 1690 */
1691 * @generated 1691 public T caseStringReference(StringReference object)
1692 */ 1692 {
1693 @Override 1693 return null;
1694 public T defaultCase(EObject object) 1694 }
1695 { 1695
1696 return null; 1696 /**
1697 } 1697 * Returns the result of interpreting the object as an instance of '<em>Number Specification</em>'.
1698 1698 * <!-- begin-user-doc -->
1699} //ApplicationConfigurationSwitch 1699 * This implementation returns null;
1700 * returning a non-null result will terminate the switch.
1701 * <!-- end-user-doc -->
1702 * @param object the target of the switch.
1703 * @return the result of interpreting the object as an instance of '<em>Number Specification</em>'.
1704 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1705 * @generated
1706 */
1707 public T caseNumberSpecification(NumberSpecification object)
1708 {
1709 return null;
1710 }
1711
1712 /**
1713 * Returns the result of interpreting the object as an instance of '<em>Exact Number</em>'.
1714 * <!-- begin-user-doc -->
1715 * This implementation returns null;
1716 * returning a non-null result will terminate the switch.
1717 * <!-- end-user-doc -->
1718 * @param object the target of the switch.
1719 * @return the result of interpreting the object as an instance of '<em>Exact Number</em>'.
1720 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1721 * @generated
1722 */
1723 public T caseExactNumber(ExactNumber object)
1724 {
1725 return null;
1726 }
1727
1728 /**
1729 * Returns the result of interpreting the object as an instance of '<em>Intervall Number</em>'.
1730 * <!-- begin-user-doc -->
1731 * This implementation returns null;
1732 * returning a non-null result will terminate the switch.
1733 * <!-- end-user-doc -->
1734 * @param object the target of the switch.
1735 * @return the result of interpreting the object as an instance of '<em>Intervall Number</em>'.
1736 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1737 * @generated
1738 */
1739 public T caseIntervallNumber(IntervallNumber object)
1740 {
1741 return null;
1742 }
1743
1744 /**
1745 * Returns the result of interpreting the object as an instance of '<em>Int Enumberation</em>'.
1746 * <!-- begin-user-doc -->
1747 * This implementation returns null;
1748 * returning a non-null result will terminate the switch.
1749 * <!-- end-user-doc -->
1750 * @param object the target of the switch.
1751 * @return the result of interpreting the object as an instance of '<em>Int Enumberation</em>'.
1752 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1753 * @generated
1754 */
1755 public T caseIntEnumberation(IntEnumberation object)
1756 {
1757 return null;
1758 }
1759
1760 /**
1761 * Returns the result of interpreting the object as an instance of '<em>Real Enumeration</em>'.
1762 * <!-- begin-user-doc -->
1763 * This implementation returns null;
1764 * returning a non-null result will terminate the switch.
1765 * <!-- end-user-doc -->
1766 * @param object the target of the switch.
1767 * @return the result of interpreting the object as an instance of '<em>Real Enumeration</em>'.
1768 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1769 * @generated
1770 */
1771 public T caseRealEnumeration(RealEnumeration object)
1772 {
1773 return null;
1774 }
1775
1776 /**
1777 * Returns the result of interpreting the object as an instance of '<em>String Enumeration</em>'.
1778 * <!-- begin-user-doc -->
1779 * This implementation returns null;
1780 * returning a non-null result will terminate the switch.
1781 * <!-- end-user-doc -->
1782 * @param object the target of the switch.
1783 * @return the result of interpreting the object as an instance of '<em>String Enumeration</em>'.
1784 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1785 * @generated
1786 */
1787 public T caseStringEnumeration(StringEnumeration object)
1788 {
1789 return null;
1790 }
1791
1792 /**
1793 * Returns the result of interpreting the object as an instance of '<em>Scope Declaration</em>'.
1794 * <!-- begin-user-doc -->
1795 * This implementation returns null;
1796 * returning a non-null result will terminate the switch.
1797 * <!-- end-user-doc -->
1798 * @param object the target of the switch.
1799 * @return the result of interpreting the object as an instance of '<em>Scope Declaration</em>'.
1800 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1801 * @generated
1802 */
1803 public T caseScopeDeclaration(ScopeDeclaration object)
1804 {
1805 return null;
1806 }
1807
1808 /**
1809 * Returns the result of interpreting the object as an instance of '<em>Scope Reference</em>'.
1810 * <!-- begin-user-doc -->
1811 * This implementation returns null;
1812 * returning a non-null result will terminate the switch.
1813 * <!-- end-user-doc -->
1814 * @param object the target of the switch.
1815 * @return the result of interpreting the object as an instance of '<em>Scope Reference</em>'.
1816 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1817 * @generated
1818 */
1819 public T caseScopeReference(ScopeReference object)
1820 {
1821 return null;
1822 }
1823
1824 /**
1825 * Returns the result of interpreting the object as an instance of '<em>Scope</em>'.
1826 * <!-- begin-user-doc -->
1827 * This implementation returns null;
1828 * returning a non-null result will terminate the switch.
1829 * <!-- end-user-doc -->
1830 * @param object the target of the switch.
1831 * @return the result of interpreting the object as an instance of '<em>Scope</em>'.
1832 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1833 * @generated
1834 */
1835 public T caseScope(Scope object)
1836 {
1837 return null;
1838 }
1839
1840 /**
1841 * Returns the result of interpreting the object as an instance of '<em>Task</em>'.
1842 * <!-- begin-user-doc -->
1843 * This implementation returns null;
1844 * returning a non-null result will terminate the switch.
1845 * <!-- end-user-doc -->
1846 * @param object the target of the switch.
1847 * @return the result of interpreting the object as an instance of '<em>Task</em>'.
1848 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1849 * @generated
1850 */
1851 public T caseTask(Task object)
1852 {
1853 return null;
1854 }
1855
1856 /**
1857 * Returns the result of interpreting the object as an instance of '<em>Generation Task</em>'.
1858 * <!-- begin-user-doc -->
1859 * This implementation returns null;
1860 * returning a non-null result will terminate the switch.
1861 * <!-- end-user-doc -->
1862 * @param object the target of the switch.
1863 * @return the result of interpreting the object as an instance of '<em>Generation Task</em>'.
1864 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1865 * @generated
1866 */
1867 public T caseGenerationTask(GenerationTask object)
1868 {
1869 return null;
1870 }
1871
1872 /**
1873 * Returns the result of interpreting the object as an instance of '<em>Integer Scope</em>'.
1874 * <!-- begin-user-doc -->
1875 * This implementation returns null;
1876 * returning a non-null result will terminate the switch.
1877 * <!-- end-user-doc -->
1878 * @param object the target of the switch.
1879 * @return the result of interpreting the object as an instance of '<em>Integer Scope</em>'.
1880 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1881 * @generated
1882 */
1883 public T caseIntegerScope(IntegerScope object)
1884 {
1885 return null;
1886 }
1887
1888 /**
1889 * Returns the result of interpreting the object as an instance of '<em>Real Scope</em>'.
1890 * <!-- begin-user-doc -->
1891 * This implementation returns null;
1892 * returning a non-null result will terminate the switch.
1893 * <!-- end-user-doc -->
1894 * @param object the target of the switch.
1895 * @return the result of interpreting the object as an instance of '<em>Real Scope</em>'.
1896 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1897 * @generated
1898 */
1899 public T caseRealScope(RealScope object)
1900 {
1901 return null;
1902 }
1903
1904 /**
1905 * Returns the result of interpreting the object as an instance of '<em>String Scope</em>'.
1906 * <!-- begin-user-doc -->
1907 * This implementation returns null;
1908 * returning a non-null result will terminate the switch.
1909 * <!-- end-user-doc -->
1910 * @param object the target of the switch.
1911 * @return the result of interpreting the object as an instance of '<em>String Scope</em>'.
1912 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1913 * @generated
1914 */
1915 public T caseStringScope(StringScope object)
1916 {
1917 return null;
1918 }
1919
1920 /**
1921 * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
1922 * <!-- begin-user-doc -->
1923 * This implementation returns null;
1924 * returning a non-null result will terminate the switch, but this is the last case anyway.
1925 * <!-- end-user-doc -->
1926 * @param object the target of the switch.
1927 * @return the result of interpreting the object as an instance of '<em>EObject</em>'.
1928 * @see #doSwitch(org.eclipse.emf.ecore.EObject)
1929 * @generated
1930 */
1931 @Override
1932 public T defaultCase(EObject object)
1933 {
1934 return null;
1935 }
1936
1937} //ApplicationConfigurationSwitch