Skip to content

Commit 35682c2

Browse files
committed
Adding dependabilty in DTSM to the profile
1 parent 4c6f5ae commit 35682c2

File tree

9 files changed

+381
-38
lines changed

9 files changed

+381
-38
lines changed

bundles/es.unizar.disco.dice.static.profile/src/es/unizar/disco/dice/DTSM/Core/CoreDirectAcyclicGraph.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
*/
33
package es.unizar.disco.dice.DTSM.Core;
44

5-
import org.eclipse.emf.common.util.EList;
5+
import com.masdes.dam.Core.DaService;
66

7-
import org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaScenario;
7+
import org.eclipse.emf.common.util.EList;
88

99
/**
1010
* <!-- begin-user-doc -->
@@ -23,7 +23,7 @@
2323
* @model abstract="true"
2424
* @generated
2525
*/
26-
public interface CoreDirectAcyclicGraph extends GaScenario {
26+
public interface CoreDirectAcyclicGraph extends DaService {
2727
/**
2828
* Returns the value of the '<em><b>Has Source Node</b></em>' reference list.
2929
* The list contents are of type {@link es.unizar.disco.dice.DTSM.Core.CoreDAGSourceNode}.

0 commit comments

Comments
 (0)