Skip to content

Commit c873d77

Browse files
committed
package rename org.gemoc.executionframework.reflectivetrace.model in
org.eclipse.gemoc.executionframework.reflectivetrace.model
1 parent b940bc0 commit c873d77

File tree

28 files changed

+275
-275
lines changed

28 files changed

+275
-275
lines changed

framework/execution_framework/plugins/org.gemoc.executionframework.engine/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Bundle-Activator: org.gemoc.executionframework.engine.Activator
77
Require-Bundle: org.eclipse.gemoc.xdsmlframework.api,
88
org.eclipse.gemoc.commons.eclipse,
99
org.eclipse.gemoc.commons.eclipse.messagingsystem.api;bundle-version="1.0.0",
10-
org.gemoc.executionframework.reflectivetrace.model;visibility:=reexport,
10+
org.eclipse.gemoc.executionframework.reflectivetrace.model;visibility:=reexport,
1111
org.eclipse.gemoc.commons.eclipse.pde;bundle-version="0.1.0",
1212
org.eclipse.xtend.lib,
1313
org.eclipse.emf.transaction;bundle-version="1.8.0",

framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.gemoc.executionframework.reflectivetrace.model</name>
3+
<name>org.eclipse.gemoc.executionframework.reflectivetrace.model</name>
44
<comment></comment>
55
<projects>
66
</projects>

framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/META-INF/MANIFEST.MF

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
4-
Bundle-SymbolicName: org.gemoc.executionframework.reflectivetrace.model;singleton:=true
4+
Bundle-SymbolicName: org.eclipse.gemoc.executionframework.reflectivetrace.model;singleton:=true
55
Bundle-Version: 2.3.0.qualifier
66
Bundle-ClassPath: .
77
Bundle-Vendor: INRIA
88
Bundle-Localization: plugin
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10-
Export-Package: org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace,
11-
org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.impl,
12-
org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.util
10+
Export-Package: org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace,
11+
org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.impl,
12+
org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.util
1313
Require-Bundle: org.eclipse.core.runtime,
1414
org.eclipse.emf.ecore;visibility:=reexport,
1515
org.eclipse.emf.ecore.xmi;visibility:=reexport,

framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- @generated GemocExecutionEngineTrace -->
1111
<package
1212
uri="http://www.inira.fr/gemoc_execution_trace"
13-
class="org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage"
13+
class="org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage"
1414
genModel="model/GemocExecutionEngineTrace.genmodel"/>
1515
</extension>
1616

framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>2.3.0-SNAPSHOT</version>
1010
</parent>
1111

12-
<artifactId>org.gemoc.executionframework.reflectivetrace.model</artifactId>
12+
<artifactId>org.eclipse.gemoc.executionframework.reflectivetrace.model</artifactId>
1313
<packaging>eclipse-plugin</packaging>
1414
<version>2.3.0-SNAPSHOT</version>
1515
</project>

framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/src/org/gemoc/executionframework/reflectivetrace/gemoc_execution_trace/Branch.java renamed to framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/src/org/eclipse/gemoc/executionframework/reflectivetrace/gemoc_execution_trace/Branch.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*******************************************************************************/
1111
/**
1212
*/
13-
package org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace;
13+
package org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace;
1414

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

@@ -25,12 +25,12 @@
2525
* The following features are supported:
2626
* </p>
2727
* <ul>
28-
* <li>{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getStartIndex <em>Start Index</em>}</li>
29-
* <li>{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getStopIndex <em>Stop Index</em>}</li>
30-
* <li>{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getChoices <em>Choices</em>}</li>
28+
* <li>{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getStartIndex <em>Start Index</em>}</li>
29+
* <li>{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getStopIndex <em>Stop Index</em>}</li>
30+
* <li>{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getChoices <em>Choices</em>}</li>
3131
* </ul>
3232
*
33-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getBranch()
33+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getBranch()
3434
* @model
3535
* @generated
3636
*/
@@ -45,14 +45,14 @@ public interface Branch extends EObject {
4545
* <!-- end-user-doc -->
4646
* @return the value of the '<em>Start Index</em>' attribute.
4747
* @see #setStartIndex(int)
48-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getBranch_StartIndex()
48+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getBranch_StartIndex()
4949
* @model
5050
* @generated
5151
*/
5252
int getStartIndex();
5353

5454
/**
55-
* Sets the value of the '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getStartIndex <em>Start Index</em>}' attribute.
55+
* Sets the value of the '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getStartIndex <em>Start Index</em>}' attribute.
5656
* <!-- begin-user-doc -->
5757
* <!-- end-user-doc -->
5858
* @param value the new value of the '<em>Start Index</em>' attribute.
@@ -71,14 +71,14 @@ public interface Branch extends EObject {
7171
* <!-- end-user-doc -->
7272
* @return the value of the '<em>Stop Index</em>' attribute.
7373
* @see #setStopIndex(int)
74-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getBranch_StopIndex()
74+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getBranch_StopIndex()
7575
* @model
7676
* @generated
7777
*/
7878
int getStopIndex();
7979

8080
/**
81-
* Sets the value of the '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getStopIndex <em>Stop Index</em>}' attribute.
81+
* Sets the value of the '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getStopIndex <em>Stop Index</em>}' attribute.
8282
* <!-- begin-user-doc -->
8383
* <!-- end-user-doc -->
8484
* @param value the new value of the '<em>Stop Index</em>' attribute.
@@ -89,17 +89,17 @@ public interface Branch extends EObject {
8989

9090
/**
9191
* Returns the value of the '<em><b>Choices</b></em>' reference list.
92-
* The list contents are of type {@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice}.
93-
* It is bidirectional and its opposite is '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getBranch <em>Branch</em>}'.
92+
* The list contents are of type {@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice}.
93+
* It is bidirectional and its opposite is '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getBranch <em>Branch</em>}'.
9494
* <!-- begin-user-doc -->
9595
* <p>
9696
* If the meaning of the '<em>Choices</em>' reference list isn't clear,
9797
* there really should be more of a description here...
9898
* </p>
9999
* <!-- end-user-doc -->
100100
* @return the value of the '<em>Choices</em>' reference list.
101-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getBranch_Choices()
102-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getBranch
101+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getBranch_Choices()
102+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getBranch
103103
* @model opposite="branch"
104104
* @generated
105105
*/

framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/src/org/gemoc/executionframework/reflectivetrace/gemoc_execution_trace/Choice.java renamed to framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/src/org/eclipse/gemoc/executionframework/reflectivetrace/gemoc_execution_trace/Choice.java

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*******************************************************************************/
1111
/**
1212
*/
13-
package org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace;
13+
package org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace;
1414

1515
import org.eclipse.emf.common.util.EList;
1616
import org.eclipse.emf.ecore.EObject;
@@ -25,33 +25,33 @@
2525
* The following features are supported:
2626
* </p>
2727
* <ul>
28-
* <li>{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getNextChoices <em>Next Choices</em>}</li>
29-
* <li>{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getPossibleLogicalSteps <em>Possible Logical Steps</em>}</li>
30-
* <li>{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getChosenLogicalStep <em>Chosen Logical Step</em>}</li>
31-
* <li>{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getContextState <em>Context State</em>}</li>
32-
* <li>{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getPreviousChoice <em>Previous Choice</em>}</li>
33-
* <li>{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getSelectedNextChoice <em>Selected Next Choice</em>}</li>
34-
* <li>{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getBranch <em>Branch</em>}</li>
28+
* <li>{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getNextChoices <em>Next Choices</em>}</li>
29+
* <li>{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getPossibleLogicalSteps <em>Possible Logical Steps</em>}</li>
30+
* <li>{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getChosenLogicalStep <em>Chosen Logical Step</em>}</li>
31+
* <li>{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getContextState <em>Context State</em>}</li>
32+
* <li>{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getPreviousChoice <em>Previous Choice</em>}</li>
33+
* <li>{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getSelectedNextChoice <em>Selected Next Choice</em>}</li>
34+
* <li>{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getBranch <em>Branch</em>}</li>
3535
* </ul>
3636
*
37-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice()
37+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice()
3838
* @model
3939
* @generated
4040
*/
4141
public interface Choice extends EObject {
4242
/**
4343
* Returns the value of the '<em><b>Next Choices</b></em>' reference list.
44-
* The list contents are of type {@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice}.
45-
* It is bidirectional and its opposite is '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getPreviousChoice <em>Previous Choice</em>}'.
44+
* The list contents are of type {@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice}.
45+
* It is bidirectional and its opposite is '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getPreviousChoice <em>Previous Choice</em>}'.
4646
* <!-- begin-user-doc -->
4747
* <p>
4848
* If the meaning of the '<em>Next Choices</em>' reference list isn't clear,
4949
* there really should be more of a description here...
5050
* </p>
5151
* <!-- end-user-doc -->
5252
* @return the value of the '<em>Next Choices</em>' reference list.
53-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_NextChoices()
54-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getPreviousChoice
53+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_NextChoices()
54+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getPreviousChoice
5555
* @model opposite="previousChoice"
5656
* @generated
5757
*/
@@ -67,7 +67,7 @@ public interface Choice extends EObject {
6767
* </p>
6868
* <!-- end-user-doc -->
6969
* @return the value of the '<em>Possible Logical Steps</em>' containment reference list.
70-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_PossibleLogicalSteps()
70+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_PossibleLogicalSteps()
7171
* @model containment="true"
7272
* @generated
7373
*/
@@ -83,14 +83,14 @@ public interface Choice extends EObject {
8383
* <!-- end-user-doc -->
8484
* @return the value of the '<em>Chosen Logical Step</em>' reference.
8585
* @see #setChosenLogicalStep(Step)
86-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_ChosenLogicalStep()
86+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_ChosenLogicalStep()
8787
* @model
8888
* @generated
8989
*/
9090
Step getChosenLogicalStep();
9191

9292
/**
93-
* Sets the value of the '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getChosenLogicalStep <em>Chosen Logical Step</em>}' reference.
93+
* Sets the value of the '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getChosenLogicalStep <em>Chosen Logical Step</em>}' reference.
9494
* <!-- begin-user-doc -->
9595
* <!-- end-user-doc -->
9696
* @param value the new value of the '<em>Chosen Logical Step</em>' reference.
@@ -101,7 +101,7 @@ public interface Choice extends EObject {
101101

102102
/**
103103
* Returns the value of the '<em><b>Context State</b></em>' containment reference.
104-
* It is bidirectional and its opposite is '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.ContextState#getChoice <em>Choice</em>}'.
104+
* It is bidirectional and its opposite is '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.ContextState#getChoice <em>Choice</em>}'.
105105
* <!-- begin-user-doc -->
106106
* <p>
107107
* If the meaning of the '<em>Context State</em>' containment reference isn't clear,
@@ -110,15 +110,15 @@ public interface Choice extends EObject {
110110
* <!-- end-user-doc -->
111111
* @return the value of the '<em>Context State</em>' containment reference.
112112
* @see #setContextState(ContextState)
113-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_ContextState()
114-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.ContextState#getChoice
113+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_ContextState()
114+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.ContextState#getChoice
115115
* @model opposite="choice" containment="true"
116116
* @generated
117117
*/
118118
ContextState getContextState();
119119

120120
/**
121-
* Sets the value of the '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getContextState <em>Context State</em>}' containment reference.
121+
* Sets the value of the '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getContextState <em>Context State</em>}' containment reference.
122122
* <!-- begin-user-doc -->
123123
* <!-- end-user-doc -->
124124
* @param value the new value of the '<em>Context State</em>' containment reference.
@@ -129,7 +129,7 @@ public interface Choice extends EObject {
129129

130130
/**
131131
* Returns the value of the '<em><b>Previous Choice</b></em>' reference.
132-
* It is bidirectional and its opposite is '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getNextChoices <em>Next Choices</em>}'.
132+
* It is bidirectional and its opposite is '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getNextChoices <em>Next Choices</em>}'.
133133
* <!-- begin-user-doc -->
134134
* <p>
135135
* If the meaning of the '<em>Previous Choice</em>' reference isn't clear,
@@ -138,15 +138,15 @@ public interface Choice extends EObject {
138138
* <!-- end-user-doc -->
139139
* @return the value of the '<em>Previous Choice</em>' reference.
140140
* @see #setPreviousChoice(Choice)
141-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_PreviousChoice()
142-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getNextChoices
141+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_PreviousChoice()
142+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getNextChoices
143143
* @model opposite="nextChoices"
144144
* @generated
145145
*/
146146
Choice getPreviousChoice();
147147

148148
/**
149-
* Sets the value of the '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getPreviousChoice <em>Previous Choice</em>}' reference.
149+
* Sets the value of the '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getPreviousChoice <em>Previous Choice</em>}' reference.
150150
* <!-- begin-user-doc -->
151151
* <!-- end-user-doc -->
152152
* @param value the new value of the '<em>Previous Choice</em>' reference.
@@ -165,14 +165,14 @@ public interface Choice extends EObject {
165165
* <!-- end-user-doc -->
166166
* @return the value of the '<em>Selected Next Choice</em>' reference.
167167
* @see #setSelectedNextChoice(Choice)
168-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_SelectedNextChoice()
168+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_SelectedNextChoice()
169169
* @model
170170
* @generated
171171
*/
172172
Choice getSelectedNextChoice();
173173

174174
/**
175-
* Sets the value of the '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getSelectedNextChoice <em>Selected Next Choice</em>}' reference.
175+
* Sets the value of the '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getSelectedNextChoice <em>Selected Next Choice</em>}' reference.
176176
* <!-- begin-user-doc -->
177177
* <!-- end-user-doc -->
178178
* @param value the new value of the '<em>Selected Next Choice</em>' reference.
@@ -183,7 +183,7 @@ public interface Choice extends EObject {
183183

184184
/**
185185
* Returns the value of the '<em><b>Branch</b></em>' reference.
186-
* It is bidirectional and its opposite is '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getChoices <em>Choices</em>}'.
186+
* It is bidirectional and its opposite is '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getChoices <em>Choices</em>}'.
187187
* <!-- begin-user-doc -->
188188
* <p>
189189
* If the meaning of the '<em>Branch</em>' reference isn't clear,
@@ -192,15 +192,15 @@ public interface Choice extends EObject {
192192
* <!-- end-user-doc -->
193193
* @return the value of the '<em>Branch</em>' reference.
194194
* @see #setBranch(Branch)
195-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_Branch()
196-
* @see org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getChoices
195+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Gemoc_execution_tracePackage#getChoice_Branch()
196+
* @see org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Branch#getChoices
197197
* @model opposite="choices" required="true"
198198
* @generated
199199
*/
200200
Branch getBranch();
201201

202202
/**
203-
* Sets the value of the '{@link org.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getBranch <em>Branch</em>}' reference.
203+
* Sets the value of the '{@link org.eclipse.gemoc.executionframework.reflectivetrace.gemoc_execution_trace.Choice#getBranch <em>Branch</em>}' reference.
204204
* <!-- begin-user-doc -->
205205
* <!-- end-user-doc -->
206206
* @param value the new value of the '<em>Branch</em>' reference.

0 commit comments

Comments
 (0)