aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/crossingScenario/ecore-gen/crossingScenario/Lane.java
diff options
context:
space:
mode:
Diffstat (limited to 'Domains/crossingScenario/ecore-gen/crossingScenario/Lane.java')
-rw-r--r--Domains/crossingScenario/ecore-gen/crossingScenario/Lane.java73
1 files changed, 0 insertions, 73 deletions
diff --git a/Domains/crossingScenario/ecore-gen/crossingScenario/Lane.java b/Domains/crossingScenario/ecore-gen/crossingScenario/Lane.java
index d27cf644..ef45e1b9 100644
--- a/Domains/crossingScenario/ecore-gen/crossingScenario/Lane.java
+++ b/Domains/crossingScenario/ecore-gen/crossingScenario/Lane.java
@@ -15,11 +15,8 @@ import org.eclipse.emf.ecore.EObject;
15 * The following features are supported: 15 * The following features are supported:
16 * </p> 16 * </p>
17 * <ul> 17 * <ul>
18 * <li>{@link crossingScenario.Lane#getWidth <em>Width</em>}</li>
19 * <li>{@link crossingScenario.Lane#getReferenceCoord <em>Reference Coord</em>}</li> 18 * <li>{@link crossingScenario.Lane#getReferenceCoord <em>Reference Coord</em>}</li>
20 * <li>{@link crossingScenario.Lane#getPrevLane <em>Prev Lane</em>}</li>
21 * <li>{@link crossingScenario.Lane#getActors <em>Actors</em>}</li> 19 * <li>{@link crossingScenario.Lane#getActors <em>Actors</em>}</li>
22 * <li>{@link crossingScenario.Lane#getNumWidth <em>Num Width</em>}</li>
23 * </ul> 20 * </ul>
24 * 21 *
25 * @see crossingScenario.CrossingScenarioPackage#getLane() 22 * @see crossingScenario.CrossingScenarioPackage#getLane()
@@ -28,31 +25,6 @@ import org.eclipse.emf.ecore.EObject;
28 */ 25 */
29public interface Lane extends EObject { 26public interface Lane extends EObject {
30 /** 27 /**
31 * Returns the value of the '<em><b>Width</b></em>' attribute.
32 * The literals are from the enumeration {@link crossingScenario.Size}.
33 * <!-- begin-user-doc -->
34 * <!-- end-user-doc -->
35 * @return the value of the '<em>Width</em>' attribute.
36 * @see crossingScenario.Size
37 * @see #setWidth(Size)
38 * @see crossingScenario.CrossingScenarioPackage#getLane_Width()
39 * @model required="true"
40 * @generated
41 */
42 Size getWidth();
43
44 /**
45 * Sets the value of the '{@link crossingScenario.Lane#getWidth <em>Width</em>}' attribute.
46 * <!-- begin-user-doc -->
47 * <!-- end-user-doc -->
48 * @param value the new value of the '<em>Width</em>' attribute.
49 * @see crossingScenario.Size
50 * @see #getWidth()
51 * @generated
52 */
53 void setWidth(Size value);
54
55 /**
56 * Returns the value of the '<em><b>Reference Coord</b></em>' attribute. 28 * Returns the value of the '<em><b>Reference Coord</b></em>' attribute.
57 * <!-- begin-user-doc --> 29 * <!-- begin-user-doc -->
58 * <!-- end-user-doc --> 30 * <!-- end-user-doc -->
@@ -75,28 +47,6 @@ public interface Lane extends EObject {
75 void setReferenceCoord(double value); 47 void setReferenceCoord(double value);
76 48
77 /** 49 /**
78 * Returns the value of the '<em><b>Prev Lane</b></em>' reference.
79 * <!-- begin-user-doc -->
80 * <!-- end-user-doc -->
81 * @return the value of the '<em>Prev Lane</em>' reference.
82 * @see #setPrevLane(Lane)
83 * @see crossingScenario.CrossingScenarioPackage#getLane_PrevLane()
84 * @model
85 * @generated
86 */
87 Lane getPrevLane();
88
89 /**
90 * Sets the value of the '{@link crossingScenario.Lane#getPrevLane <em>Prev Lane</em>}' reference.
91 * <!-- begin-user-doc -->
92 * <!-- end-user-doc -->
93 * @param value the new value of the '<em>Prev Lane</em>' reference.
94 * @see #getPrevLane()
95 * @generated
96 */
97 void setPrevLane(Lane value);
98
99 /**
100 * Returns the value of the '<em><b>Actors</b></em>' reference list. 50 * Returns the value of the '<em><b>Actors</b></em>' reference list.
101 * The list contents are of type {@link crossingScenario.Actor}. 51 * The list contents are of type {@link crossingScenario.Actor}.
102 * It is bidirectional and its opposite is '{@link crossingScenario.Actor#getPlacedOn <em>Placed On</em>}'. 52 * It is bidirectional and its opposite is '{@link crossingScenario.Actor#getPlacedOn <em>Placed On</em>}'.
@@ -110,27 +60,4 @@ public interface Lane extends EObject {
110 */ 60 */
111 EList<Actor> getActors(); 61 EList<Actor> getActors();
112 62
113 /**
114 * Returns the value of the '<em><b>Num Width</b></em>' attribute.
115 * The default value is <code>"0.0"</code>.
116 * <!-- begin-user-doc -->
117 * <!-- end-user-doc -->
118 * @return the value of the '<em>Num Width</em>' attribute.
119 * @see #setNumWidth(double)
120 * @see crossingScenario.CrossingScenarioPackage#getLane_NumWidth()
121 * @model default="0.0" required="true"
122 * @generated
123 */
124 double getNumWidth();
125
126 /**
127 * Sets the value of the '{@link crossingScenario.Lane#getNumWidth <em>Num Width</em>}' attribute.
128 * <!-- begin-user-doc -->
129 * <!-- end-user-doc -->
130 * @param value the new value of the '<em>Num Width</em>' attribute.
131 * @see #getNumWidth()
132 * @generated
133 */
134 void setNumWidth(double value);
135
136} // Lane 63} // Lane