aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/crossingScenario/ecore-gen/crossingScenario/Actor.java
blob: 1b570b6fa236efd8a84f45ab59e7890185869eed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
/**
 */
package crossingScenario;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Actor</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link crossingScenario.Actor#getXPos <em>XPos</em>}</li>
 *   <li>{@link crossingScenario.Actor#getYPos <em>YPos</em>}</li>
 *   <li>{@link crossingScenario.Actor#getLength <em>Length</em>}</li>
 *   <li>{@link crossingScenario.Actor#getWidth <em>Width</em>}</li>
 *   <li>{@link crossingScenario.Actor#getXSpeed <em>XSpeed</em>}</li>
 *   <li>{@link crossingScenario.Actor#getPlacedOn <em>Placed On</em>}</li>
 *   <li>{@link crossingScenario.Actor#getYSpeed <em>YSpeed</em>}</li>
 *   <li>{@link crossingScenario.Actor#getDist_near <em>Dist near</em>}</li>
 *   <li>{@link crossingScenario.Actor#getDist_med <em>Dist med</em>}</li>
 *   <li>{@link crossingScenario.Actor#getDist_far <em>Dist far</em>}</li>
 * </ul>
 *
 * @see crossingScenario.CrossingScenarioPackage#getActor()
 * @model abstract="true"
 * @generated
 */
public interface Actor extends EObject {
	/**
	 * Returns the value of the '<em><b>XPos</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>XPos</em>' attribute.
	 * @see #setXPos(double)
	 * @see crossingScenario.CrossingScenarioPackage#getActor_XPos()
	 * @model required="true"
	 * @generated
	 */
	double getXPos();

	/**
	 * Sets the value of the '{@link crossingScenario.Actor#getXPos <em>XPos</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>XPos</em>' attribute.
	 * @see #getXPos()
	 * @generated
	 */
	void setXPos(double value);

	/**
	 * Returns the value of the '<em><b>YPos</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>YPos</em>' attribute.
	 * @see #setYPos(double)
	 * @see crossingScenario.CrossingScenarioPackage#getActor_YPos()
	 * @model required="true"
	 * @generated
	 */
	double getYPos();

	/**
	 * Sets the value of the '{@link crossingScenario.Actor#getYPos <em>YPos</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>YPos</em>' attribute.
	 * @see #getYPos()
	 * @generated
	 */
	void setYPos(double value);

	/**
	 * Returns the value of the '<em><b>Length</b></em>' attribute.
	 * The default value is <code>"0.0"</code>.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Length</em>' attribute.
	 * @see #setLength(double)
	 * @see crossingScenario.CrossingScenarioPackage#getActor_Length()
	 * @model default="0.0" required="true"
	 * @generated
	 */
	double getLength();

	/**
	 * Sets the value of the '{@link crossingScenario.Actor#getLength <em>Length</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Length</em>' attribute.
	 * @see #getLength()
	 * @generated
	 */
	void setLength(double value);

	/**
	 * Returns the value of the '<em><b>Width</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Width</em>' attribute.
	 * @see #setWidth(double)
	 * @see crossingScenario.CrossingScenarioPackage#getActor_Width()
	 * @model required="true"
	 * @generated
	 */
	double getWidth();

	/**
	 * Sets the value of the '{@link crossingScenario.Actor#getWidth <em>Width</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Width</em>' attribute.
	 * @see #getWidth()
	 * @generated
	 */
	void setWidth(double value);

	/**
	 * Returns the value of the '<em><b>XSpeed</b></em>' attribute.
	 * The default value is <code>"0.0"</code>.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>XSpeed</em>' attribute.
	 * @see #setXSpeed(double)
	 * @see crossingScenario.CrossingScenarioPackage#getActor_XSpeed()
	 * @model default="0.0" required="true"
	 * @generated
	 */
	double getXSpeed();

	/**
	 * Sets the value of the '{@link crossingScenario.Actor#getXSpeed <em>XSpeed</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>XSpeed</em>' attribute.
	 * @see #getXSpeed()
	 * @generated
	 */
	void setXSpeed(double value);

	/**
	 * Returns the value of the '<em><b>Placed On</b></em>' reference.
	 * It is bidirectional and its opposite is '{@link crossingScenario.Lane#getActors <em>Actors</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Placed On</em>' reference.
	 * @see #setPlacedOn(Lane)
	 * @see crossingScenario.CrossingScenarioPackage#getActor_PlacedOn()
	 * @see crossingScenario.Lane#getActors
	 * @model opposite="actors" required="true"
	 * @generated
	 */
	Lane getPlacedOn();

	/**
	 * Sets the value of the '{@link crossingScenario.Actor#getPlacedOn <em>Placed On</em>}' reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Placed On</em>' reference.
	 * @see #getPlacedOn()
	 * @generated
	 */
	void setPlacedOn(Lane value);

	/**
	 * Returns the value of the '<em><b>YSpeed</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>YSpeed</em>' attribute.
	 * @see #setYSpeed(double)
	 * @see crossingScenario.CrossingScenarioPackage#getActor_YSpeed()
	 * @model required="true"
	 * @generated
	 */
	double getYSpeed();

	/**
	 * Sets the value of the '{@link crossingScenario.Actor#getYSpeed <em>YSpeed</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>YSpeed</em>' attribute.
	 * @see #getYSpeed()
	 * @generated
	 */
	void setYSpeed(double value);

	/**
	 * Returns the value of the '<em><b>Dist near</b></em>' reference list.
	 * The list contents are of type {@link crossingScenario.Actor}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Dist near</em>' reference list.
	 * @see crossingScenario.CrossingScenarioPackage#getActor_Dist_near()
	 * @model transient="true" volatile="true" derived="true"
	 * @generated
	 */
	EList<Actor> getDist_near();

	/**
	 * Returns the value of the '<em><b>Dist med</b></em>' reference list.
	 * The list contents are of type {@link crossingScenario.Actor}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Dist med</em>' reference list.
	 * @see crossingScenario.CrossingScenarioPackage#getActor_Dist_med()
	 * @model transient="true" volatile="true" derived="true"
	 * @generated
	 */
	EList<Actor> getDist_med();

	/**
	 * Returns the value of the '<em><b>Dist far</b></em>' reference list.
	 * The list contents are of type {@link crossingScenario.Actor}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Dist far</em>' reference list.
	 * @see crossingScenario.CrossingScenarioPackage#getActor_Dist_far()
	 * @model transient="true" volatile="true" derived="true"
	 * @generated
	 */
	EList<Actor> getDist_far();

} // Actor