aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationFactory.java
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszka@SEMERATH-LAPTOP>2018-01-17 00:54:44 +0100
committerLibravatar OszkarSemerath <oszka@SEMERATH-LAPTOP>2018-01-17 00:54:44 +0100
commit0a31d5448e92d915c7163c3985fa0807f67d3f06 (patch)
tree1a106505c98df6398f2b5fe183771fc315f1e87a /Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationFactory.java
parentScope patched for metamodel specification (diff)
downloadVIATRA-Generator-0a31d5448e92d915c7163c3985fa0807f67d3f06.tar.gz
VIATRA-Generator-0a31d5448e92d915c7163c3985fa0807f67d3f06.tar.zst
VIATRA-Generator-0a31d5448e92d915c7163c3985fa0807f67d3f06.zip
Scoping and linking of Viatra Packages and Patterns is completed
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationFactory.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationFactory.java369
1 files changed, 360 insertions, 9 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationFactory.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationFactory.java
index 33fcd49f..8e81dbc7 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationFactory.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/ApplicationConfigurationFactory.java
@@ -42,15 +42,6 @@ public interface ApplicationConfigurationFactory extends EFactory
42 Command createCommand(); 42 Command createCommand();
43 43
44 /** 44 /**
45 * Returns a new object of class '<em>Declaration</em>'.
46 * <!-- begin-user-doc -->
47 * <!-- end-user-doc -->
48 * @return a new object of class '<em>Declaration</em>'.
49 * @generated
50 */
51 Declaration createDeclaration();
52
53 /**
54 * Returns a new object of class '<em>Import</em>'. 45 * Returns a new object of class '<em>Import</em>'.
55 * <!-- begin-user-doc --> 46 * <!-- begin-user-doc -->
56 * <!-- end-user-doc --> 47 * <!-- end-user-doc -->
@@ -78,6 +69,51 @@ public interface ApplicationConfigurationFactory extends EFactory
78 ViatraImport createViatraImport(); 69 ViatraImport createViatraImport();
79 70
80 /** 71 /**
72 * Returns a new object of class '<em>Declaration</em>'.
73 * <!-- begin-user-doc -->
74 * <!-- end-user-doc -->
75 * @return a new object of class '<em>Declaration</em>'.
76 * @generated
77 */
78 Declaration createDeclaration();
79
80 /**
81 * Returns a new object of class '<em>File Specification</em>'.
82 * <!-- begin-user-doc -->
83 * <!-- end-user-doc -->
84 * @return a new object of class '<em>File Specification</em>'.
85 * @generated
86 */
87 FileSpecification createFileSpecification();
88
89 /**
90 * Returns a new object of class '<em>File Declaration</em>'.
91 * <!-- begin-user-doc -->
92 * <!-- end-user-doc -->
93 * @return a new object of class '<em>File Declaration</em>'.
94 * @generated
95 */
96 FileDeclaration createFileDeclaration();
97
98 /**
99 * Returns a new object of class '<em>File Reference</em>'.
100 * <!-- begin-user-doc -->
101 * <!-- end-user-doc -->
102 * @return a new object of class '<em>File Reference</em>'.
103 * @generated
104 */
105 FileReference createFileReference();
106
107 /**
108 * Returns a new object of class '<em>File</em>'.
109 * <!-- begin-user-doc -->
110 * <!-- end-user-doc -->
111 * @return a new object of class '<em>File</em>'.
112 * @generated
113 */
114 File createFile();
115
116 /**
81 * Returns a new object of class '<em>Metamodel Specification</em>'. 117 * Returns a new object of class '<em>Metamodel Specification</em>'.
82 * <!-- begin-user-doc --> 118 * <!-- begin-user-doc -->
83 * <!-- end-user-doc --> 119 * <!-- end-user-doc -->
@@ -141,6 +177,321 @@ public interface ApplicationConfigurationFactory extends EFactory
141 Metamodel createMetamodel(); 177 Metamodel createMetamodel();
142 178
143 /** 179 /**
180 * Returns a new object of class '<em>Partial Model Specification</em>'.
181 * <!-- begin-user-doc -->
182 * <!-- end-user-doc -->
183 * @return a new object of class '<em>Partial Model Specification</em>'.
184 * @generated
185 */
186 PartialModelSpecification createPartialModelSpecification();
187
188 /**
189 * Returns a new object of class '<em>Partial Model Entry</em>'.
190 * <!-- begin-user-doc -->
191 * <!-- end-user-doc -->
192 * @return a new object of class '<em>Partial Model Entry</em>'.
193 * @generated
194 */
195 PartialModelEntry createPartialModelEntry();
196
197 /**
198 * Returns a new object of class '<em>Model Entry</em>'.
199 * <!-- begin-user-doc -->
200 * <!-- end-user-doc -->
201 * @return a new object of class '<em>Model Entry</em>'.
202 * @generated
203 */
204 ModelEntry createModelEntry();
205
206 /**
207 * Returns a new object of class '<em>Folder Entry</em>'.
208 * <!-- begin-user-doc -->
209 * <!-- end-user-doc -->
210 * @return a new object of class '<em>Folder Entry</em>'.
211 * @generated
212 */
213 FolderEntry createFolderEntry();
214
215 /**
216 * Returns a new object of class '<em>Partial Model Declaration</em>'.
217 * <!-- begin-user-doc -->
218 * <!-- end-user-doc -->
219 * @return a new object of class '<em>Partial Model Declaration</em>'.
220 * @generated
221 */
222 PartialModelDeclaration createPartialModelDeclaration();
223
224 /**
225 * Returns a new object of class '<em>Partial Model Reference</em>'.
226 * <!-- begin-user-doc -->
227 * <!-- end-user-doc -->
228 * @return a new object of class '<em>Partial Model Reference</em>'.
229 * @generated
230 */
231 PartialModelReference createPartialModelReference();
232
233 /**
234 * Returns a new object of class '<em>Partial Model</em>'.
235 * <!-- begin-user-doc -->
236 * <!-- end-user-doc -->
237 * @return a new object of class '<em>Partial Model</em>'.
238 * @generated
239 */
240 PartialModel createPartialModel();
241
242 /**
243 * Returns a new object of class '<em>Pattern Specification</em>'.
244 * <!-- begin-user-doc -->
245 * <!-- end-user-doc -->
246 * @return a new object of class '<em>Pattern Specification</em>'.
247 * @generated
248 */
249 PatternSpecification createPatternSpecification();
250
251 /**
252 * Returns a new object of class '<em>Pattern Entry</em>'.
253 * <!-- begin-user-doc -->
254 * <!-- end-user-doc -->
255 * @return a new object of class '<em>Pattern Entry</em>'.
256 * @generated
257 */
258 PatternEntry createPatternEntry();
259
260 /**
261 * Returns a new object of class '<em>All Pattern Entry</em>'.
262 * <!-- begin-user-doc -->
263 * <!-- end-user-doc -->
264 * @return a new object of class '<em>All Pattern Entry</em>'.
265 * @generated
266 */
267 AllPatternEntry createAllPatternEntry();
268
269 /**
270 * Returns a new object of class '<em>Pattern Element</em>'.
271 * <!-- begin-user-doc -->
272 * <!-- end-user-doc -->
273 * @return a new object of class '<em>Pattern Element</em>'.
274 * @generated
275 */
276 PatternElement createPatternElement();
277
278 /**
279 * Returns a new object of class '<em>Graph Pattern Declaration</em>'.
280 * <!-- begin-user-doc -->
281 * <!-- end-user-doc -->
282 * @return a new object of class '<em>Graph Pattern Declaration</em>'.
283 * @generated
284 */
285 GraphPatternDeclaration createGraphPatternDeclaration();
286
287 /**
288 * Returns a new object of class '<em>Graph Pattern Reference</em>'.
289 * <!-- begin-user-doc -->
290 * <!-- end-user-doc -->
291 * @return a new object of class '<em>Graph Pattern Reference</em>'.
292 * @generated
293 */
294 GraphPatternReference createGraphPatternReference();
295
296 /**
297 * Returns a new object of class '<em>Graph Pattern</em>'.
298 * <!-- begin-user-doc -->
299 * <!-- end-user-doc -->
300 * @return a new object of class '<em>Graph Pattern</em>'.
301 * @generated
302 */
303 GraphPattern createGraphPattern();
304
305 /**
306 * Returns a new object of class '<em>Config Specification</em>'.
307 * <!-- begin-user-doc -->
308 * <!-- end-user-doc -->
309 * @return a new object of class '<em>Config Specification</em>'.
310 * @generated
311 */
312 ConfigSpecification createConfigSpecification();
313
314 /**
315 * Returns a new object of class '<em>Config Declaration</em>'.
316 * <!-- begin-user-doc -->
317 * <!-- end-user-doc -->
318 * @return a new object of class '<em>Config Declaration</em>'.
319 * @generated
320 */
321 ConfigDeclaration createConfigDeclaration();
322
323 /**
324 * Returns a new object of class '<em>Config Entry</em>'.
325 * <!-- begin-user-doc -->
326 * <!-- end-user-doc -->
327 * @return a new object of class '<em>Config Entry</em>'.
328 * @generated
329 */
330 ConfigEntry createConfigEntry();
331
332 /**
333 * Returns a new object of class '<em>Config Reference</em>'.
334 * <!-- begin-user-doc -->
335 * <!-- end-user-doc -->
336 * @return a new object of class '<em>Config Reference</em>'.
337 * @generated
338 */
339 ConfigReference createConfigReference();
340
341 /**
342 * Returns a new object of class '<em>Config</em>'.
343 * <!-- begin-user-doc -->
344 * <!-- end-user-doc -->
345 * @return a new object of class '<em>Config</em>'.
346 * @generated
347 */
348 Config createConfig();
349
350 /**
351 * Returns a new object of class '<em>Scope Specification</em>'.
352 * <!-- begin-user-doc -->
353 * <!-- end-user-doc -->
354 * @return a new object of class '<em>Scope Specification</em>'.
355 * @generated
356 */
357 ScopeSpecification createScopeSpecification();
358
359 /**
360 * Returns a new object of class '<em>Type Scope</em>'.
361 * <!-- begin-user-doc -->
362 * <!-- end-user-doc -->
363 * @return a new object of class '<em>Type Scope</em>'.
364 * @generated
365 */
366 TypeScope createTypeScope();
367
368 /**
369 * Returns a new object of class '<em>Type Reference</em>'.
370 * <!-- begin-user-doc -->
371 * <!-- end-user-doc -->
372 * @return a new object of class '<em>Type Reference</em>'.
373 * @generated
374 */
375 TypeReference createTypeReference();
376
377 /**
378 * Returns a new object of class '<em>Class Reference</em>'.
379 * <!-- begin-user-doc -->
380 * <!-- end-user-doc -->
381 * @return a new object of class '<em>Class Reference</em>'.
382 * @generated
383 */
384 ClassReference createClassReference();
385
386 /**
387 * Returns a new object of class '<em>Object Reference</em>'.
388 * <!-- begin-user-doc -->
389 * <!-- end-user-doc -->
390 * @return a new object of class '<em>Object Reference</em>'.
391 * @generated
392 */
393 ObjectReference createObjectReference();
394
395 /**
396 * Returns a new object of class '<em>Integer Reference</em>'.
397 * <!-- begin-user-doc -->
398 * <!-- end-user-doc -->
399 * @return a new object of class '<em>Integer Reference</em>'.
400 * @generated
401 */
402 IntegerReference createIntegerReference();
403
404 /**
405 * Returns a new object of class '<em>Real Reference</em>'.
406 * <!-- begin-user-doc -->
407 * <!-- end-user-doc -->
408 * @return a new object of class '<em>Real Reference</em>'.
409 * @generated
410 */
411 RealReference createRealReference();
412
413 /**
414 * Returns a new object of class '<em>String Reference</em>'.
415 * <!-- begin-user-doc -->
416 * <!-- end-user-doc -->
417 * @return a new object of class '<em>String Reference</em>'.
418 * @generated
419 */
420 StringReference createStringReference();
421
422 /**
423 * Returns a new object of class '<em>Scope Declaration</em>'.
424 * <!-- begin-user-doc -->
425 * <!-- end-user-doc -->
426 * @return a new object of class '<em>Scope Declaration</em>'.
427 * @generated
428 */
429 ScopeDeclaration createScopeDeclaration();
430
431 /**
432 * Returns a new object of class '<em>Scope Reference</em>'.
433 * <!-- begin-user-doc -->
434 * <!-- end-user-doc -->
435 * @return a new object of class '<em>Scope Reference</em>'.
436 * @generated
437 */
438 ScopeReference createScopeReference();
439
440 /**
441 * Returns a new object of class '<em>Scope</em>'.
442 * <!-- begin-user-doc -->
443 * <!-- end-user-doc -->
444 * @return a new object of class '<em>Scope</em>'.
445 * @generated
446 */
447 Scope createScope();
448
449 /**
450 * Returns a new object of class '<em>Task</em>'.
451 * <!-- begin-user-doc -->
452 * <!-- end-user-doc -->
453 * @return a new object of class '<em>Task</em>'.
454 * @generated
455 */
456 Task createTask();
457
458 /**
459 * Returns a new object of class '<em>Generation Task</em>'.
460 * <!-- begin-user-doc -->
461 * <!-- end-user-doc -->
462 * @return a new object of class '<em>Generation Task</em>'.
463 * @generated
464 */
465 GenerationTask createGenerationTask();
466
467 /**
468 * Returns a new object of class '<em>Integer Scope</em>'.
469 * <!-- begin-user-doc -->
470 * <!-- end-user-doc -->
471 * @return a new object of class '<em>Integer Scope</em>'.
472 * @generated
473 */
474 IntegerScope createIntegerScope();
475
476 /**
477 * Returns a new object of class '<em>Real Scope</em>'.
478 * <!-- begin-user-doc -->
479 * <!-- end-user-doc -->
480 * @return a new object of class '<em>Real Scope</em>'.
481 * @generated
482 */
483 RealScope createRealScope();
484
485 /**
486 * Returns a new object of class '<em>String Scope</em>'.
487 * <!-- begin-user-doc -->
488 * <!-- end-user-doc -->
489 * @return a new object of class '<em>String Scope</em>'.
490 * @generated
491 */
492 StringScope createStringScope();
493
494 /**
144 * Returns the package supported by this factory. 495 * Returns the package supported by this factory.
145 * <!-- begin-user-doc --> 496 * <!-- begin-user-doc -->
146 * <!-- end-user-doc --> 497 * <!-- end-user-doc -->