aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/SimpleScenarioPackage.java
diff options
context:
space:
mode:
Diffstat (limited to 'Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/SimpleScenarioPackage.java')
-rw-r--r--Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/SimpleScenarioPackage.java1326
1 files changed, 1326 insertions, 0 deletions
diff --git a/Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/SimpleScenarioPackage.java b/Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/SimpleScenarioPackage.java
new file mode 100644
index 00000000..16b3e021
--- /dev/null
+++ b/Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/SimpleScenarioPackage.java
@@ -0,0 +1,1326 @@
1/**
2 */
3package simpleScenario;
4
5import org.eclipse.emf.ecore.EAttribute;
6import org.eclipse.emf.ecore.EClass;
7import org.eclipse.emf.ecore.EEnum;
8import org.eclipse.emf.ecore.EPackage;
9import org.eclipse.emf.ecore.EReference;
10
11/**
12 * <!-- begin-user-doc -->
13 * The <b>Package</b> for the model.
14 * It contains accessors for the meta objects to represent
15 * <ul>
16 * <li>each class,</li>
17 * <li>each feature of each class,</li>
18 * <li>each operation of each class,</li>
19 * <li>each enum,</li>
20 * <li>and each data type</li>
21 * </ul>
22 * <!-- end-user-doc -->
23 * @see simpleScenario.SimpleScenarioFactory
24 * @model kind="package"
25 * @generated
26 */
27public interface SimpleScenarioPackage extends EPackage {
28 /**
29 * The package name.
30 * <!-- begin-user-doc -->
31 * <!-- end-user-doc -->
32 * @generated
33 */
34 String eNAME = "simpleScenario";
35
36 /**
37 * The package namespace URI.
38 * <!-- begin-user-doc -->
39 * <!-- end-user-doc -->
40 * @generated
41 */
42 String eNS_URI = "http://www.example.com/simpleScenario";
43
44 /**
45 * The package namespace name.
46 * <!-- begin-user-doc -->
47 * <!-- end-user-doc -->
48 * @generated
49 */
50 String eNS_PREFIX = "simpleScenario";
51
52 /**
53 * The singleton instance of the package.
54 * <!-- begin-user-doc -->
55 * <!-- end-user-doc -->
56 * @generated
57 */
58 SimpleScenarioPackage eINSTANCE = simpleScenario.impl.SimpleScenarioPackageImpl.init();
59
60 /**
61 * The meta object id for the '{@link simpleScenario.impl.SimpleScenarioImpl <em>Simple Scenario</em>}' class.
62 * <!-- begin-user-doc -->
63 * <!-- end-user-doc -->
64 * @see simpleScenario.impl.SimpleScenarioImpl
65 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getSimpleScenario()
66 * @generated
67 */
68 int SIMPLE_SCENARIO = 0;
69
70 /**
71 * The feature id for the '<em><b>XSize</b></em>' attribute.
72 * <!-- begin-user-doc -->
73 * <!-- end-user-doc -->
74 * @generated
75 * @ordered
76 */
77 int SIMPLE_SCENARIO__XSIZE = 0;
78
79 /**
80 * The feature id for the '<em><b>YSize</b></em>' attribute.
81 * <!-- begin-user-doc -->
82 * <!-- end-user-doc -->
83 * @generated
84 * @ordered
85 */
86 int SIMPLE_SCENARIO__YSIZE = 1;
87
88 /**
89 * The feature id for the '<em><b>Actors</b></em>' containment reference list.
90 * <!-- begin-user-doc -->
91 * <!-- end-user-doc -->
92 * @generated
93 * @ordered
94 */
95 int SIMPLE_SCENARIO__ACTORS = 2;
96
97 /**
98 * The feature id for the '<em><b>Lanes</b></em>' containment reference list.
99 * <!-- begin-user-doc -->
100 * <!-- end-user-doc -->
101 * @generated
102 * @ordered
103 */
104 int SIMPLE_SCENARIO__LANES = 3;
105
106 /**
107 * The number of structural features of the '<em>Simple Scenario</em>' class.
108 * <!-- begin-user-doc -->
109 * <!-- end-user-doc -->
110 * @generated
111 * @ordered
112 */
113 int SIMPLE_SCENARIO_FEATURE_COUNT = 4;
114
115 /**
116 * The number of operations of the '<em>Simple Scenario</em>' class.
117 * <!-- begin-user-doc -->
118 * <!-- end-user-doc -->
119 * @generated
120 * @ordered
121 */
122 int SIMPLE_SCENARIO_OPERATION_COUNT = 0;
123
124 /**
125 * The meta object id for the '{@link simpleScenario.impl.LaneImpl <em>Lane</em>}' class.
126 * <!-- begin-user-doc -->
127 * <!-- end-user-doc -->
128 * @see simpleScenario.impl.LaneImpl
129 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getLane()
130 * @generated
131 */
132 int LANE = 1;
133
134 /**
135 * The feature id for the '<em><b>Orientation</b></em>' attribute.
136 * <!-- begin-user-doc -->
137 * <!-- end-user-doc -->
138 * @generated
139 * @ordered
140 */
141 int LANE__ORIENTATION = 0;
142
143 /**
144 * The feature id for the '<em><b>Width</b></em>' attribute.
145 * <!-- begin-user-doc -->
146 * <!-- end-user-doc -->
147 * @generated
148 * @ordered
149 */
150 int LANE__WIDTH = 1;
151
152 /**
153 * The feature id for the '<em><b>Reference Coord</b></em>' attribute.
154 * <!-- begin-user-doc -->
155 * <!-- end-user-doc -->
156 * @generated
157 * @ordered
158 */
159 int LANE__REFERENCE_COORD = 2;
160
161 /**
162 * The feature id for the '<em><b>Adjacent</b></em>' reference list.
163 * <!-- begin-user-doc -->
164 * <!-- end-user-doc -->
165 * @generated
166 * @ordered
167 */
168 int LANE__ADJACENT = 3;
169
170 /**
171 * The feature id for the '<em><b>Actors</b></em>' reference list.
172 * <!-- begin-user-doc -->
173 * <!-- end-user-doc -->
174 * @generated
175 * @ordered
176 */
177 int LANE__ACTORS = 4;
178
179 /**
180 * The feature id for the '<em><b>Width Num</b></em>' attribute.
181 * <!-- begin-user-doc -->
182 * <!-- end-user-doc -->
183 * @generated
184 * @ordered
185 */
186 int LANE__WIDTH_NUM = 5;
187
188 /**
189 * The number of structural features of the '<em>Lane</em>' class.
190 * <!-- begin-user-doc -->
191 * <!-- end-user-doc -->
192 * @generated
193 * @ordered
194 */
195 int LANE_FEATURE_COUNT = 6;
196
197 /**
198 * The number of operations of the '<em>Lane</em>' class.
199 * <!-- begin-user-doc -->
200 * <!-- end-user-doc -->
201 * @generated
202 * @ordered
203 */
204 int LANE_OPERATION_COUNT = 0;
205
206 /**
207 * The meta object id for the '{@link simpleScenario.impl.ActorImpl <em>Actor</em>}' class.
208 * <!-- begin-user-doc -->
209 * <!-- end-user-doc -->
210 * @see simpleScenario.impl.ActorImpl
211 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getActor()
212 * @generated
213 */
214 int ACTOR = 2;
215
216 /**
217 * The feature id for the '<em><b>Type</b></em>' attribute.
218 * <!-- begin-user-doc -->
219 * <!-- end-user-doc -->
220 * @generated
221 * @ordered
222 */
223 int ACTOR__TYPE = 0;
224
225 /**
226 * The feature id for the '<em><b>XPos</b></em>' attribute.
227 * <!-- begin-user-doc -->
228 * <!-- end-user-doc -->
229 * @generated
230 * @ordered
231 */
232 int ACTOR__XPOS = 1;
233
234 /**
235 * The feature id for the '<em><b>YPos</b></em>' attribute.
236 * <!-- begin-user-doc -->
237 * <!-- end-user-doc -->
238 * @generated
239 * @ordered
240 */
241 int ACTOR__YPOS = 2;
242
243 /**
244 * The feature id for the '<em><b>Length</b></em>' attribute.
245 * <!-- begin-user-doc -->
246 * <!-- end-user-doc -->
247 * @generated
248 * @ordered
249 */
250 int ACTOR__LENGTH = 3;
251
252 /**
253 * The feature id for the '<em><b>Width</b></em>' attribute.
254 * <!-- begin-user-doc -->
255 * <!-- end-user-doc -->
256 * @generated
257 * @ordered
258 */
259 int ACTOR__WIDTH = 4;
260
261 /**
262 * The feature id for the '<em><b>Speed</b></em>' attribute.
263 * <!-- begin-user-doc -->
264 * <!-- end-user-doc -->
265 * @generated
266 * @ordered
267 */
268 int ACTOR__SPEED = 5;
269
270 /**
271 * The feature id for the '<em><b>Relations</b></em>' containment reference list.
272 * <!-- begin-user-doc -->
273 * <!-- end-user-doc -->
274 * @generated
275 * @ordered
276 */
277 int ACTOR__RELATIONS = 6;
278
279 /**
280 * The feature id for the '<em><b>Placed On</b></em>' reference.
281 * <!-- begin-user-doc -->
282 * <!-- end-user-doc -->
283 * @generated
284 * @ordered
285 */
286 int ACTOR__PLACED_ON = 7;
287
288 /**
289 * The number of structural features of the '<em>Actor</em>' class.
290 * <!-- begin-user-doc -->
291 * <!-- end-user-doc -->
292 * @generated
293 * @ordered
294 */
295 int ACTOR_FEATURE_COUNT = 8;
296
297 /**
298 * The number of operations of the '<em>Actor</em>' class.
299 * <!-- begin-user-doc -->
300 * <!-- end-user-doc -->
301 * @generated
302 * @ordered
303 */
304 int ACTOR_OPERATION_COUNT = 0;
305
306 /**
307 * The meta object id for the '{@link simpleScenario.impl.RelationImpl <em>Relation</em>}' class.
308 * <!-- begin-user-doc -->
309 * <!-- end-user-doc -->
310 * @see simpleScenario.impl.RelationImpl
311 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getRelation()
312 * @generated
313 */
314 int RELATION = 3;
315
316 /**
317 * The feature id for the '<em><b>Target</b></em>' reference.
318 * <!-- begin-user-doc -->
319 * <!-- end-user-doc -->
320 * @generated
321 * @ordered
322 */
323 int RELATION__TARGET = 0;
324
325 /**
326 * The number of structural features of the '<em>Relation</em>' class.
327 * <!-- begin-user-doc -->
328 * <!-- end-user-doc -->
329 * @generated
330 * @ordered
331 */
332 int RELATION_FEATURE_COUNT = 1;
333
334 /**
335 * The number of operations of the '<em>Relation</em>' class.
336 * <!-- begin-user-doc -->
337 * <!-- end-user-doc -->
338 * @generated
339 * @ordered
340 */
341 int RELATION_OPERATION_COUNT = 0;
342
343 /**
344 * The meta object id for the '{@link simpleScenario.impl.SpatialRelationImpl <em>Spatial Relation</em>}' class.
345 * <!-- begin-user-doc -->
346 * <!-- end-user-doc -->
347 * @see simpleScenario.impl.SpatialRelationImpl
348 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getSpatialRelation()
349 * @generated
350 */
351 int SPATIAL_RELATION = 4;
352
353 /**
354 * The feature id for the '<em><b>Target</b></em>' reference.
355 * <!-- begin-user-doc -->
356 * <!-- end-user-doc -->
357 * @generated
358 * @ordered
359 */
360 int SPATIAL_RELATION__TARGET = RELATION__TARGET;
361
362 /**
363 * The number of structural features of the '<em>Spatial Relation</em>' class.
364 * <!-- begin-user-doc -->
365 * <!-- end-user-doc -->
366 * @generated
367 * @ordered
368 */
369 int SPATIAL_RELATION_FEATURE_COUNT = RELATION_FEATURE_COUNT + 0;
370
371 /**
372 * The number of operations of the '<em>Spatial Relation</em>' class.
373 * <!-- begin-user-doc -->
374 * <!-- end-user-doc -->
375 * @generated
376 * @ordered
377 */
378 int SPATIAL_RELATION_OPERATION_COUNT = RELATION_OPERATION_COUNT + 0;
379
380 /**
381 * The meta object id for the '{@link simpleScenario.impl.TemporalRelationImpl <em>Temporal Relation</em>}' class.
382 * <!-- begin-user-doc -->
383 * <!-- end-user-doc -->
384 * @see simpleScenario.impl.TemporalRelationImpl
385 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getTemporalRelation()
386 * @generated
387 */
388 int TEMPORAL_RELATION = 5;
389
390 /**
391 * The feature id for the '<em><b>Target</b></em>' reference.
392 * <!-- begin-user-doc -->
393 * <!-- end-user-doc -->
394 * @generated
395 * @ordered
396 */
397 int TEMPORAL_RELATION__TARGET = RELATION__TARGET;
398
399 /**
400 * The number of structural features of the '<em>Temporal Relation</em>' class.
401 * <!-- begin-user-doc -->
402 * <!-- end-user-doc -->
403 * @generated
404 * @ordered
405 */
406 int TEMPORAL_RELATION_FEATURE_COUNT = RELATION_FEATURE_COUNT + 0;
407
408 /**
409 * The number of operations of the '<em>Temporal Relation</em>' class.
410 * <!-- begin-user-doc -->
411 * <!-- end-user-doc -->
412 * @generated
413 * @ordered
414 */
415 int TEMPORAL_RELATION_OPERATION_COUNT = RELATION_OPERATION_COUNT + 0;
416
417 /**
418 * The meta object id for the '{@link simpleScenario.impl.VisionBlockedImpl <em>Vision Blocked</em>}' class.
419 * <!-- begin-user-doc -->
420 * <!-- end-user-doc -->
421 * @see simpleScenario.impl.VisionBlockedImpl
422 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getVisionBlocked()
423 * @generated
424 */
425 int VISION_BLOCKED = 6;
426
427 /**
428 * The feature id for the '<em><b>Target</b></em>' reference.
429 * <!-- begin-user-doc -->
430 * <!-- end-user-doc -->
431 * @generated
432 * @ordered
433 */
434 int VISION_BLOCKED__TARGET = SPATIAL_RELATION__TARGET;
435
436 /**
437 * The feature id for the '<em><b>Blocked By</b></em>' reference.
438 * <!-- begin-user-doc -->
439 * <!-- end-user-doc -->
440 * @generated
441 * @ordered
442 */
443 int VISION_BLOCKED__BLOCKED_BY = SPATIAL_RELATION_FEATURE_COUNT + 0;
444
445 /**
446 * The number of structural features of the '<em>Vision Blocked</em>' class.
447 * <!-- begin-user-doc -->
448 * <!-- end-user-doc -->
449 * @generated
450 * @ordered
451 */
452 int VISION_BLOCKED_FEATURE_COUNT = SPATIAL_RELATION_FEATURE_COUNT + 1;
453
454 /**
455 * The number of operations of the '<em>Vision Blocked</em>' class.
456 * <!-- begin-user-doc -->
457 * <!-- end-user-doc -->
458 * @generated
459 * @ordered
460 */
461 int VISION_BLOCKED_OPERATION_COUNT = SPATIAL_RELATION_OPERATION_COUNT + 0;
462
463 /**
464 * The meta object id for the '{@link simpleScenario.impl.SeperationDistanceImpl <em>Seperation Distance</em>}' class.
465 * <!-- begin-user-doc -->
466 * <!-- end-user-doc -->
467 * @see simpleScenario.impl.SeperationDistanceImpl
468 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getSeperationDistance()
469 * @generated
470 */
471 int SEPERATION_DISTANCE = 7;
472
473 /**
474 * The feature id for the '<em><b>Target</b></em>' reference.
475 * <!-- begin-user-doc -->
476 * <!-- end-user-doc -->
477 * @generated
478 * @ordered
479 */
480 int SEPERATION_DISTANCE__TARGET = SPATIAL_RELATION__TARGET;
481
482 /**
483 * The feature id for the '<em><b>Distance</b></em>' attribute.
484 * <!-- begin-user-doc -->
485 * <!-- end-user-doc -->
486 * @generated
487 * @ordered
488 */
489 int SEPERATION_DISTANCE__DISTANCE = SPATIAL_RELATION_FEATURE_COUNT + 0;
490
491 /**
492 * The number of structural features of the '<em>Seperation Distance</em>' class.
493 * <!-- begin-user-doc -->
494 * <!-- end-user-doc -->
495 * @generated
496 * @ordered
497 */
498 int SEPERATION_DISTANCE_FEATURE_COUNT = SPATIAL_RELATION_FEATURE_COUNT + 1;
499
500 /**
501 * The number of operations of the '<em>Seperation Distance</em>' class.
502 * <!-- begin-user-doc -->
503 * <!-- end-user-doc -->
504 * @generated
505 * @ordered
506 */
507 int SEPERATION_DISTANCE_OPERATION_COUNT = SPATIAL_RELATION_OPERATION_COUNT + 0;
508
509 /**
510 * The meta object id for the '{@link simpleScenario.impl.CollisionExistsImpl <em>Collision Exists</em>}' class.
511 * <!-- begin-user-doc -->
512 * <!-- end-user-doc -->
513 * @see simpleScenario.impl.CollisionExistsImpl
514 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getCollisionExists()
515 * @generated
516 */
517 int COLLISION_EXISTS = 8;
518
519 /**
520 * The feature id for the '<em><b>Target</b></em>' reference.
521 * <!-- begin-user-doc -->
522 * <!-- end-user-doc -->
523 * @generated
524 * @ordered
525 */
526 int COLLISION_EXISTS__TARGET = TEMPORAL_RELATION__TARGET;
527
528 /**
529 * The feature id for the '<em><b>Collision Time</b></em>' attribute.
530 * <!-- begin-user-doc -->
531 * <!-- end-user-doc -->
532 * @generated
533 * @ordered
534 */
535 int COLLISION_EXISTS__COLLISION_TIME = TEMPORAL_RELATION_FEATURE_COUNT + 0;
536
537 /**
538 * The number of structural features of the '<em>Collision Exists</em>' class.
539 * <!-- begin-user-doc -->
540 * <!-- end-user-doc -->
541 * @generated
542 * @ordered
543 */
544 int COLLISION_EXISTS_FEATURE_COUNT = TEMPORAL_RELATION_FEATURE_COUNT + 1;
545
546 /**
547 * The number of operations of the '<em>Collision Exists</em>' class.
548 * <!-- begin-user-doc -->
549 * <!-- end-user-doc -->
550 * @generated
551 * @ordered
552 */
553 int COLLISION_EXISTS_OPERATION_COUNT = TEMPORAL_RELATION_OPERATION_COUNT + 0;
554
555 /**
556 * The meta object id for the '{@link simpleScenario.impl.CollisionDoesNotExistImpl <em>Collision Does Not Exist</em>}' class.
557 * <!-- begin-user-doc -->
558 * <!-- end-user-doc -->
559 * @see simpleScenario.impl.CollisionDoesNotExistImpl
560 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getCollisionDoesNotExist()
561 * @generated
562 */
563 int COLLISION_DOES_NOT_EXIST = 9;
564
565 /**
566 * The feature id for the '<em><b>Target</b></em>' reference.
567 * <!-- begin-user-doc -->
568 * <!-- end-user-doc -->
569 * @generated
570 * @ordered
571 */
572 int COLLISION_DOES_NOT_EXIST__TARGET = TEMPORAL_RELATION__TARGET;
573
574 /**
575 * The number of structural features of the '<em>Collision Does Not Exist</em>' class.
576 * <!-- begin-user-doc -->
577 * <!-- end-user-doc -->
578 * @generated
579 * @ordered
580 */
581 int COLLISION_DOES_NOT_EXIST_FEATURE_COUNT = TEMPORAL_RELATION_FEATURE_COUNT + 0;
582
583 /**
584 * The number of operations of the '<em>Collision Does Not Exist</em>' class.
585 * <!-- begin-user-doc -->
586 * <!-- end-user-doc -->
587 * @generated
588 * @ordered
589 */
590 int COLLISION_DOES_NOT_EXIST_OPERATION_COUNT = TEMPORAL_RELATION_OPERATION_COUNT + 0;
591
592 /**
593 * The meta object id for the '{@link simpleScenario.Orientation <em>Orientation</em>}' enum.
594 * <!-- begin-user-doc -->
595 * <!-- end-user-doc -->
596 * @see simpleScenario.Orientation
597 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getOrientation()
598 * @generated
599 */
600 int ORIENTATION = 10;
601
602 /**
603 * The meta object id for the '{@link simpleScenario.Size <em>Size</em>}' enum.
604 * <!-- begin-user-doc -->
605 * <!-- end-user-doc -->
606 * @see simpleScenario.Size
607 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getSize()
608 * @generated
609 */
610 int SIZE = 11;
611
612 /**
613 * The meta object id for the '{@link simpleScenario.ActorType <em>Actor Type</em>}' enum.
614 * <!-- begin-user-doc -->
615 * <!-- end-user-doc -->
616 * @see simpleScenario.ActorType
617 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getActorType()
618 * @generated
619 */
620 int ACTOR_TYPE = 12;
621
622
623 /**
624 * Returns the meta object for class '{@link simpleScenario.SimpleScenario <em>Simple Scenario</em>}'.
625 * <!-- begin-user-doc -->
626 * <!-- end-user-doc -->
627 * @return the meta object for class '<em>Simple Scenario</em>'.
628 * @see simpleScenario.SimpleScenario
629 * @generated
630 */
631 EClass getSimpleScenario();
632
633 /**
634 * Returns the meta object for the attribute '{@link simpleScenario.SimpleScenario#getXSize <em>XSize</em>}'.
635 * <!-- begin-user-doc -->
636 * <!-- end-user-doc -->
637 * @return the meta object for the attribute '<em>XSize</em>'.
638 * @see simpleScenario.SimpleScenario#getXSize()
639 * @see #getSimpleScenario()
640 * @generated
641 */
642 EAttribute getSimpleScenario_XSize();
643
644 /**
645 * Returns the meta object for the attribute '{@link simpleScenario.SimpleScenario#getYSize <em>YSize</em>}'.
646 * <!-- begin-user-doc -->
647 * <!-- end-user-doc -->
648 * @return the meta object for the attribute '<em>YSize</em>'.
649 * @see simpleScenario.SimpleScenario#getYSize()
650 * @see #getSimpleScenario()
651 * @generated
652 */
653 EAttribute getSimpleScenario_YSize();
654
655 /**
656 * Returns the meta object for the containment reference list '{@link simpleScenario.SimpleScenario#getActors <em>Actors</em>}'.
657 * <!-- begin-user-doc -->
658 * <!-- end-user-doc -->
659 * @return the meta object for the containment reference list '<em>Actors</em>'.
660 * @see simpleScenario.SimpleScenario#getActors()
661 * @see #getSimpleScenario()
662 * @generated
663 */
664 EReference getSimpleScenario_Actors();
665
666 /**
667 * Returns the meta object for the containment reference list '{@link simpleScenario.SimpleScenario#getLanes <em>Lanes</em>}'.
668 * <!-- begin-user-doc -->
669 * <!-- end-user-doc -->
670 * @return the meta object for the containment reference list '<em>Lanes</em>'.
671 * @see simpleScenario.SimpleScenario#getLanes()
672 * @see #getSimpleScenario()
673 * @generated
674 */
675 EReference getSimpleScenario_Lanes();
676
677 /**
678 * Returns the meta object for class '{@link simpleScenario.Lane <em>Lane</em>}'.
679 * <!-- begin-user-doc -->
680 * <!-- end-user-doc -->
681 * @return the meta object for class '<em>Lane</em>'.
682 * @see simpleScenario.Lane
683 * @generated
684 */
685 EClass getLane();
686
687 /**
688 * Returns the meta object for the attribute '{@link simpleScenario.Lane#getOrientation <em>Orientation</em>}'.
689 * <!-- begin-user-doc -->
690 * <!-- end-user-doc -->
691 * @return the meta object for the attribute '<em>Orientation</em>'.
692 * @see simpleScenario.Lane#getOrientation()
693 * @see #getLane()
694 * @generated
695 */
696 EAttribute getLane_Orientation();
697
698 /**
699 * Returns the meta object for the attribute '{@link simpleScenario.Lane#getWidth <em>Width</em>}'.
700 * <!-- begin-user-doc -->
701 * <!-- end-user-doc -->
702 * @return the meta object for the attribute '<em>Width</em>'.
703 * @see simpleScenario.Lane#getWidth()
704 * @see #getLane()
705 * @generated
706 */
707 EAttribute getLane_Width();
708
709 /**
710 * Returns the meta object for the attribute '{@link simpleScenario.Lane#getReferenceCoord <em>Reference Coord</em>}'.
711 * <!-- begin-user-doc -->
712 * <!-- end-user-doc -->
713 * @return the meta object for the attribute '<em>Reference Coord</em>'.
714 * @see simpleScenario.Lane#getReferenceCoord()
715 * @see #getLane()
716 * @generated
717 */
718 EAttribute getLane_ReferenceCoord();
719
720 /**
721 * Returns the meta object for the reference list '{@link simpleScenario.Lane#getAdjacent <em>Adjacent</em>}'.
722 * <!-- begin-user-doc -->
723 * <!-- end-user-doc -->
724 * @return the meta object for the reference list '<em>Adjacent</em>'.
725 * @see simpleScenario.Lane#getAdjacent()
726 * @see #getLane()
727 * @generated
728 */
729 EReference getLane_Adjacent();
730
731 /**
732 * Returns the meta object for the reference list '{@link simpleScenario.Lane#getActors <em>Actors</em>}'.
733 * <!-- begin-user-doc -->
734 * <!-- end-user-doc -->
735 * @return the meta object for the reference list '<em>Actors</em>'.
736 * @see simpleScenario.Lane#getActors()
737 * @see #getLane()
738 * @generated
739 */
740 EReference getLane_Actors();
741
742 /**
743 * Returns the meta object for the attribute '{@link simpleScenario.Lane#getWidthNum <em>Width Num</em>}'.
744 * <!-- begin-user-doc -->
745 * <!-- end-user-doc -->
746 * @return the meta object for the attribute '<em>Width Num</em>'.
747 * @see simpleScenario.Lane#getWidthNum()
748 * @see #getLane()
749 * @generated
750 */
751 EAttribute getLane_WidthNum();
752
753 /**
754 * Returns the meta object for class '{@link simpleScenario.Actor <em>Actor</em>}'.
755 * <!-- begin-user-doc -->
756 * <!-- end-user-doc -->
757 * @return the meta object for class '<em>Actor</em>'.
758 * @see simpleScenario.Actor
759 * @generated
760 */
761 EClass getActor();
762
763 /**
764 * Returns the meta object for the attribute '{@link simpleScenario.Actor#getType <em>Type</em>}'.
765 * <!-- begin-user-doc -->
766 * <!-- end-user-doc -->
767 * @return the meta object for the attribute '<em>Type</em>'.
768 * @see simpleScenario.Actor#getType()
769 * @see #getActor()
770 * @generated
771 */
772 EAttribute getActor_Type();
773
774 /**
775 * Returns the meta object for the attribute '{@link simpleScenario.Actor#getXPos <em>XPos</em>}'.
776 * <!-- begin-user-doc -->
777 * <!-- end-user-doc -->
778 * @return the meta object for the attribute '<em>XPos</em>'.
779 * @see simpleScenario.Actor#getXPos()
780 * @see #getActor()
781 * @generated
782 */
783 EAttribute getActor_XPos();
784
785 /**
786 * Returns the meta object for the attribute '{@link simpleScenario.Actor#getYPos <em>YPos</em>}'.
787 * <!-- begin-user-doc -->
788 * <!-- end-user-doc -->
789 * @return the meta object for the attribute '<em>YPos</em>'.
790 * @see simpleScenario.Actor#getYPos()
791 * @see #getActor()
792 * @generated
793 */
794 EAttribute getActor_YPos();
795
796 /**
797 * Returns the meta object for the attribute '{@link simpleScenario.Actor#getLength <em>Length</em>}'.
798 * <!-- begin-user-doc -->
799 * <!-- end-user-doc -->
800 * @return the meta object for the attribute '<em>Length</em>'.
801 * @see simpleScenario.Actor#getLength()
802 * @see #getActor()
803 * @generated
804 */
805 EAttribute getActor_Length();
806
807 /**
808 * Returns the meta object for the attribute '{@link simpleScenario.Actor#getWidth <em>Width</em>}'.
809 * <!-- begin-user-doc -->
810 * <!-- end-user-doc -->
811 * @return the meta object for the attribute '<em>Width</em>'.
812 * @see simpleScenario.Actor#getWidth()
813 * @see #getActor()
814 * @generated
815 */
816 EAttribute getActor_Width();
817
818 /**
819 * Returns the meta object for the attribute '{@link simpleScenario.Actor#getSpeed <em>Speed</em>}'.
820 * <!-- begin-user-doc -->
821 * <!-- end-user-doc -->
822 * @return the meta object for the attribute '<em>Speed</em>'.
823 * @see simpleScenario.Actor#getSpeed()
824 * @see #getActor()
825 * @generated
826 */
827 EAttribute getActor_Speed();
828
829 /**
830 * Returns the meta object for the containment reference list '{@link simpleScenario.Actor#getRelations <em>Relations</em>}'.
831 * <!-- begin-user-doc -->
832 * <!-- end-user-doc -->
833 * @return the meta object for the containment reference list '<em>Relations</em>'.
834 * @see simpleScenario.Actor#getRelations()
835 * @see #getActor()
836 * @generated
837 */
838 EReference getActor_Relations();
839
840 /**
841 * Returns the meta object for the reference '{@link simpleScenario.Actor#getPlacedOn <em>Placed On</em>}'.
842 * <!-- begin-user-doc -->
843 * <!-- end-user-doc -->
844 * @return the meta object for the reference '<em>Placed On</em>'.
845 * @see simpleScenario.Actor#getPlacedOn()
846 * @see #getActor()
847 * @generated
848 */
849 EReference getActor_PlacedOn();
850
851 /**
852 * Returns the meta object for class '{@link simpleScenario.Relation <em>Relation</em>}'.
853 * <!-- begin-user-doc -->
854 * <!-- end-user-doc -->
855 * @return the meta object for class '<em>Relation</em>'.
856 * @see simpleScenario.Relation
857 * @generated
858 */
859 EClass getRelation();
860
861 /**
862 * Returns the meta object for the reference '{@link simpleScenario.Relation#getTarget <em>Target</em>}'.
863 * <!-- begin-user-doc -->
864 * <!-- end-user-doc -->
865 * @return the meta object for the reference '<em>Target</em>'.
866 * @see simpleScenario.Relation#getTarget()
867 * @see #getRelation()
868 * @generated
869 */
870 EReference getRelation_Target();
871
872 /**
873 * Returns the meta object for class '{@link simpleScenario.SpatialRelation <em>Spatial Relation</em>}'.
874 * <!-- begin-user-doc -->
875 * <!-- end-user-doc -->
876 * @return the meta object for class '<em>Spatial Relation</em>'.
877 * @see simpleScenario.SpatialRelation
878 * @generated
879 */
880 EClass getSpatialRelation();
881
882 /**
883 * Returns the meta object for class '{@link simpleScenario.TemporalRelation <em>Temporal Relation</em>}'.
884 * <!-- begin-user-doc -->
885 * <!-- end-user-doc -->
886 * @return the meta object for class '<em>Temporal Relation</em>'.
887 * @see simpleScenario.TemporalRelation
888 * @generated
889 */
890 EClass getTemporalRelation();
891
892 /**
893 * Returns the meta object for class '{@link simpleScenario.VisionBlocked <em>Vision Blocked</em>}'.
894 * <!-- begin-user-doc -->
895 * <!-- end-user-doc -->
896 * @return the meta object for class '<em>Vision Blocked</em>'.
897 * @see simpleScenario.VisionBlocked
898 * @generated
899 */
900 EClass getVisionBlocked();
901
902 /**
903 * Returns the meta object for the reference '{@link simpleScenario.VisionBlocked#getBlockedBy <em>Blocked By</em>}'.
904 * <!-- begin-user-doc -->
905 * <!-- end-user-doc -->
906 * @return the meta object for the reference '<em>Blocked By</em>'.
907 * @see simpleScenario.VisionBlocked#getBlockedBy()
908 * @see #getVisionBlocked()
909 * @generated
910 */
911 EReference getVisionBlocked_BlockedBy();
912
913 /**
914 * Returns the meta object for class '{@link simpleScenario.SeperationDistance <em>Seperation Distance</em>}'.
915 * <!-- begin-user-doc -->
916 * <!-- end-user-doc -->
917 * @return the meta object for class '<em>Seperation Distance</em>'.
918 * @see simpleScenario.SeperationDistance
919 * @generated
920 */
921 EClass getSeperationDistance();
922
923 /**
924 * Returns the meta object for the attribute '{@link simpleScenario.SeperationDistance#getDistance <em>Distance</em>}'.
925 * <!-- begin-user-doc -->
926 * <!-- end-user-doc -->
927 * @return the meta object for the attribute '<em>Distance</em>'.
928 * @see simpleScenario.SeperationDistance#getDistance()
929 * @see #getSeperationDistance()
930 * @generated
931 */
932 EAttribute getSeperationDistance_Distance();
933
934 /**
935 * Returns the meta object for class '{@link simpleScenario.CollisionExists <em>Collision Exists</em>}'.
936 * <!-- begin-user-doc -->
937 * <!-- end-user-doc -->
938 * @return the meta object for class '<em>Collision Exists</em>'.
939 * @see simpleScenario.CollisionExists
940 * @generated
941 */
942 EClass getCollisionExists();
943
944 /**
945 * Returns the meta object for the attribute '{@link simpleScenario.CollisionExists#getCollisionTime <em>Collision Time</em>}'.
946 * <!-- begin-user-doc -->
947 * <!-- end-user-doc -->
948 * @return the meta object for the attribute '<em>Collision Time</em>'.
949 * @see simpleScenario.CollisionExists#getCollisionTime()
950 * @see #getCollisionExists()
951 * @generated
952 */
953 EAttribute getCollisionExists_CollisionTime();
954
955 /**
956 * Returns the meta object for class '{@link simpleScenario.CollisionDoesNotExist <em>Collision Does Not Exist</em>}'.
957 * <!-- begin-user-doc -->
958 * <!-- end-user-doc -->
959 * @return the meta object for class '<em>Collision Does Not Exist</em>'.
960 * @see simpleScenario.CollisionDoesNotExist
961 * @generated
962 */
963 EClass getCollisionDoesNotExist();
964
965 /**
966 * Returns the meta object for enum '{@link simpleScenario.Orientation <em>Orientation</em>}'.
967 * <!-- begin-user-doc -->
968 * <!-- end-user-doc -->
969 * @return the meta object for enum '<em>Orientation</em>'.
970 * @see simpleScenario.Orientation
971 * @generated
972 */
973 EEnum getOrientation();
974
975 /**
976 * Returns the meta object for enum '{@link simpleScenario.Size <em>Size</em>}'.
977 * <!-- begin-user-doc -->
978 * <!-- end-user-doc -->
979 * @return the meta object for enum '<em>Size</em>'.
980 * @see simpleScenario.Size
981 * @generated
982 */
983 EEnum getSize();
984
985 /**
986 * Returns the meta object for enum '{@link simpleScenario.ActorType <em>Actor Type</em>}'.
987 * <!-- begin-user-doc -->
988 * <!-- end-user-doc -->
989 * @return the meta object for enum '<em>Actor Type</em>'.
990 * @see simpleScenario.ActorType
991 * @generated
992 */
993 EEnum getActorType();
994
995 /**
996 * Returns the factory that creates the instances of the model.
997 * <!-- begin-user-doc -->
998 * <!-- end-user-doc -->
999 * @return the factory that creates the instances of the model.
1000 * @generated
1001 */
1002 SimpleScenarioFactory getSimpleScenarioFactory();
1003
1004 /**
1005 * <!-- begin-user-doc -->
1006 * Defines literals for the meta objects that represent
1007 * <ul>
1008 * <li>each class,</li>
1009 * <li>each feature of each class,</li>
1010 * <li>each operation of each class,</li>
1011 * <li>each enum,</li>
1012 * <li>and each data type</li>
1013 * </ul>
1014 * <!-- end-user-doc -->
1015 * @generated
1016 */
1017 interface Literals {
1018 /**
1019 * The meta object literal for the '{@link simpleScenario.impl.SimpleScenarioImpl <em>Simple Scenario</em>}' class.
1020 * <!-- begin-user-doc -->
1021 * <!-- end-user-doc -->
1022 * @see simpleScenario.impl.SimpleScenarioImpl
1023 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getSimpleScenario()
1024 * @generated
1025 */
1026 EClass SIMPLE_SCENARIO = eINSTANCE.getSimpleScenario();
1027
1028 /**
1029 * The meta object literal for the '<em><b>XSize</b></em>' attribute feature.
1030 * <!-- begin-user-doc -->
1031 * <!-- end-user-doc -->
1032 * @generated
1033 */
1034 EAttribute SIMPLE_SCENARIO__XSIZE = eINSTANCE.getSimpleScenario_XSize();
1035
1036 /**
1037 * The meta object literal for the '<em><b>YSize</b></em>' attribute feature.
1038 * <!-- begin-user-doc -->
1039 * <!-- end-user-doc -->
1040 * @generated
1041 */
1042 EAttribute SIMPLE_SCENARIO__YSIZE = eINSTANCE.getSimpleScenario_YSize();
1043
1044 /**
1045 * The meta object literal for the '<em><b>Actors</b></em>' containment reference list feature.
1046 * <!-- begin-user-doc -->
1047 * <!-- end-user-doc -->
1048 * @generated
1049 */
1050 EReference SIMPLE_SCENARIO__ACTORS = eINSTANCE.getSimpleScenario_Actors();
1051
1052 /**
1053 * The meta object literal for the '<em><b>Lanes</b></em>' containment reference list feature.
1054 * <!-- begin-user-doc -->
1055 * <!-- end-user-doc -->
1056 * @generated
1057 */
1058 EReference SIMPLE_SCENARIO__LANES = eINSTANCE.getSimpleScenario_Lanes();
1059
1060 /**
1061 * The meta object literal for the '{@link simpleScenario.impl.LaneImpl <em>Lane</em>}' class.
1062 * <!-- begin-user-doc -->
1063 * <!-- end-user-doc -->
1064 * @see simpleScenario.impl.LaneImpl
1065 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getLane()
1066 * @generated
1067 */
1068 EClass LANE = eINSTANCE.getLane();
1069
1070 /**
1071 * The meta object literal for the '<em><b>Orientation</b></em>' attribute feature.
1072 * <!-- begin-user-doc -->
1073 * <!-- end-user-doc -->
1074 * @generated
1075 */
1076 EAttribute LANE__ORIENTATION = eINSTANCE.getLane_Orientation();
1077
1078 /**
1079 * The meta object literal for the '<em><b>Width</b></em>' attribute feature.
1080 * <!-- begin-user-doc -->
1081 * <!-- end-user-doc -->
1082 * @generated
1083 */
1084 EAttribute LANE__WIDTH = eINSTANCE.getLane_Width();
1085
1086 /**
1087 * The meta object literal for the '<em><b>Reference Coord</b></em>' attribute feature.
1088 * <!-- begin-user-doc -->
1089 * <!-- end-user-doc -->
1090 * @generated
1091 */
1092 EAttribute LANE__REFERENCE_COORD = eINSTANCE.getLane_ReferenceCoord();
1093
1094 /**
1095 * The meta object literal for the '<em><b>Adjacent</b></em>' reference list feature.
1096 * <!-- begin-user-doc -->
1097 * <!-- end-user-doc -->
1098 * @generated
1099 */
1100 EReference LANE__ADJACENT = eINSTANCE.getLane_Adjacent();
1101
1102 /**
1103 * The meta object literal for the '<em><b>Actors</b></em>' reference list feature.
1104 * <!-- begin-user-doc -->
1105 * <!-- end-user-doc -->
1106 * @generated
1107 */
1108 EReference LANE__ACTORS = eINSTANCE.getLane_Actors();
1109
1110 /**
1111 * The meta object literal for the '<em><b>Width Num</b></em>' attribute feature.
1112 * <!-- begin-user-doc -->
1113 * <!-- end-user-doc -->
1114 * @generated
1115 */
1116 EAttribute LANE__WIDTH_NUM = eINSTANCE.getLane_WidthNum();
1117
1118 /**
1119 * The meta object literal for the '{@link simpleScenario.impl.ActorImpl <em>Actor</em>}' class.
1120 * <!-- begin-user-doc -->
1121 * <!-- end-user-doc -->
1122 * @see simpleScenario.impl.ActorImpl
1123 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getActor()
1124 * @generated
1125 */
1126 EClass ACTOR = eINSTANCE.getActor();
1127
1128 /**
1129 * The meta object literal for the '<em><b>Type</b></em>' attribute feature.
1130 * <!-- begin-user-doc -->
1131 * <!-- end-user-doc -->
1132 * @generated
1133 */
1134 EAttribute ACTOR__TYPE = eINSTANCE.getActor_Type();
1135
1136 /**
1137 * The meta object literal for the '<em><b>XPos</b></em>' attribute feature.
1138 * <!-- begin-user-doc -->
1139 * <!-- end-user-doc -->
1140 * @generated
1141 */
1142 EAttribute ACTOR__XPOS = eINSTANCE.getActor_XPos();
1143
1144 /**
1145 * The meta object literal for the '<em><b>YPos</b></em>' attribute feature.
1146 * <!-- begin-user-doc -->
1147 * <!-- end-user-doc -->
1148 * @generated
1149 */
1150 EAttribute ACTOR__YPOS = eINSTANCE.getActor_YPos();
1151
1152 /**
1153 * The meta object literal for the '<em><b>Length</b></em>' attribute feature.
1154 * <!-- begin-user-doc -->
1155 * <!-- end-user-doc -->
1156 * @generated
1157 */
1158 EAttribute ACTOR__LENGTH = eINSTANCE.getActor_Length();
1159
1160 /**
1161 * The meta object literal for the '<em><b>Width</b></em>' attribute feature.
1162 * <!-- begin-user-doc -->
1163 * <!-- end-user-doc -->
1164 * @generated
1165 */
1166 EAttribute ACTOR__WIDTH = eINSTANCE.getActor_Width();
1167
1168 /**
1169 * The meta object literal for the '<em><b>Speed</b></em>' attribute feature.
1170 * <!-- begin-user-doc -->
1171 * <!-- end-user-doc -->
1172 * @generated
1173 */
1174 EAttribute ACTOR__SPEED = eINSTANCE.getActor_Speed();
1175
1176 /**
1177 * The meta object literal for the '<em><b>Relations</b></em>' containment reference list feature.
1178 * <!-- begin-user-doc -->
1179 * <!-- end-user-doc -->
1180 * @generated
1181 */
1182 EReference ACTOR__RELATIONS = eINSTANCE.getActor_Relations();
1183
1184 /**
1185 * The meta object literal for the '<em><b>Placed On</b></em>' reference feature.
1186 * <!-- begin-user-doc -->
1187 * <!-- end-user-doc -->
1188 * @generated
1189 */
1190 EReference ACTOR__PLACED_ON = eINSTANCE.getActor_PlacedOn();
1191
1192 /**
1193 * The meta object literal for the '{@link simpleScenario.impl.RelationImpl <em>Relation</em>}' class.
1194 * <!-- begin-user-doc -->
1195 * <!-- end-user-doc -->
1196 * @see simpleScenario.impl.RelationImpl
1197 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getRelation()
1198 * @generated
1199 */
1200 EClass RELATION = eINSTANCE.getRelation();
1201
1202 /**
1203 * The meta object literal for the '<em><b>Target</b></em>' reference feature.
1204 * <!-- begin-user-doc -->
1205 * <!-- end-user-doc -->
1206 * @generated
1207 */
1208 EReference RELATION__TARGET = eINSTANCE.getRelation_Target();
1209
1210 /**
1211 * The meta object literal for the '{@link simpleScenario.impl.SpatialRelationImpl <em>Spatial Relation</em>}' class.
1212 * <!-- begin-user-doc -->
1213 * <!-- end-user-doc -->
1214 * @see simpleScenario.impl.SpatialRelationImpl
1215 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getSpatialRelation()
1216 * @generated
1217 */
1218 EClass SPATIAL_RELATION = eINSTANCE.getSpatialRelation();
1219
1220 /**
1221 * The meta object literal for the '{@link simpleScenario.impl.TemporalRelationImpl <em>Temporal Relation</em>}' class.
1222 * <!-- begin-user-doc -->
1223 * <!-- end-user-doc -->
1224 * @see simpleScenario.impl.TemporalRelationImpl
1225 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getTemporalRelation()
1226 * @generated
1227 */
1228 EClass TEMPORAL_RELATION = eINSTANCE.getTemporalRelation();
1229
1230 /**
1231 * The meta object literal for the '{@link simpleScenario.impl.VisionBlockedImpl <em>Vision Blocked</em>}' class.
1232 * <!-- begin-user-doc -->
1233 * <!-- end-user-doc -->
1234 * @see simpleScenario.impl.VisionBlockedImpl
1235 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getVisionBlocked()
1236 * @generated
1237 */
1238 EClass VISION_BLOCKED = eINSTANCE.getVisionBlocked();
1239
1240 /**
1241 * The meta object literal for the '<em><b>Blocked By</b></em>' reference feature.
1242 * <!-- begin-user-doc -->
1243 * <!-- end-user-doc -->
1244 * @generated
1245 */
1246 EReference VISION_BLOCKED__BLOCKED_BY = eINSTANCE.getVisionBlocked_BlockedBy();
1247
1248 /**
1249 * The meta object literal for the '{@link simpleScenario.impl.SeperationDistanceImpl <em>Seperation Distance</em>}' class.
1250 * <!-- begin-user-doc -->
1251 * <!-- end-user-doc -->
1252 * @see simpleScenario.impl.SeperationDistanceImpl
1253 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getSeperationDistance()
1254 * @generated
1255 */
1256 EClass SEPERATION_DISTANCE = eINSTANCE.getSeperationDistance();
1257
1258 /**
1259 * The meta object literal for the '<em><b>Distance</b></em>' attribute feature.
1260 * <!-- begin-user-doc -->
1261 * <!-- end-user-doc -->
1262 * @generated
1263 */
1264 EAttribute SEPERATION_DISTANCE__DISTANCE = eINSTANCE.getSeperationDistance_Distance();
1265
1266 /**
1267 * The meta object literal for the '{@link simpleScenario.impl.CollisionExistsImpl <em>Collision Exists</em>}' class.
1268 * <!-- begin-user-doc -->
1269 * <!-- end-user-doc -->
1270 * @see simpleScenario.impl.CollisionExistsImpl
1271 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getCollisionExists()
1272 * @generated
1273 */
1274 EClass COLLISION_EXISTS = eINSTANCE.getCollisionExists();
1275
1276 /**
1277 * The meta object literal for the '<em><b>Collision Time</b></em>' attribute feature.
1278 * <!-- begin-user-doc -->
1279 * <!-- end-user-doc -->
1280 * @generated
1281 */
1282 EAttribute COLLISION_EXISTS__COLLISION_TIME = eINSTANCE.getCollisionExists_CollisionTime();
1283
1284 /**
1285 * The meta object literal for the '{@link simpleScenario.impl.CollisionDoesNotExistImpl <em>Collision Does Not Exist</em>}' class.
1286 * <!-- begin-user-doc -->
1287 * <!-- end-user-doc -->
1288 * @see simpleScenario.impl.CollisionDoesNotExistImpl
1289 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getCollisionDoesNotExist()
1290 * @generated
1291 */
1292 EClass COLLISION_DOES_NOT_EXIST = eINSTANCE.getCollisionDoesNotExist();
1293
1294 /**
1295 * The meta object literal for the '{@link simpleScenario.Orientation <em>Orientation</em>}' enum.
1296 * <!-- begin-user-doc -->
1297 * <!-- end-user-doc -->
1298 * @see simpleScenario.Orientation
1299 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getOrientation()
1300 * @generated
1301 */
1302 EEnum ORIENTATION = eINSTANCE.getOrientation();
1303
1304 /**
1305 * The meta object literal for the '{@link simpleScenario.Size <em>Size</em>}' enum.
1306 * <!-- begin-user-doc -->
1307 * <!-- end-user-doc -->
1308 * @see simpleScenario.Size
1309 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getSize()
1310 * @generated
1311 */
1312 EEnum SIZE = eINSTANCE.getSize();
1313
1314 /**
1315 * The meta object literal for the '{@link simpleScenario.ActorType <em>Actor Type</em>}' enum.
1316 * <!-- begin-user-doc -->
1317 * <!-- end-user-doc -->
1318 * @see simpleScenario.ActorType
1319 * @see simpleScenario.impl.SimpleScenarioPackageImpl#getActorType()
1320 * @generated
1321 */
1322 EEnum ACTOR_TYPE = eINSTANCE.getActorType();
1323
1324 }
1325
1326} //SimpleScenarioPackage