aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/CompositeElement.java
diff options
context:
space:
mode:
authorLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2019-05-12 22:27:13 -0400
committerLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-06-07 19:41:28 -0400
commitfcad3b0db48b45a7769c2934911f79307c103990 (patch)
tree5b8ef3721b291e8af82f24e7936457a9e8586a30 /Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/CompositeElement.java
parentPre-realisticBranchCreation Commit (diff)
downloadVIATRA-Generator-fcad3b0db48b45a7769c2934911f79307c103990.tar.gz
VIATRA-Generator-fcad3b0db48b45a7769c2934911f79307c103990.tar.zst
VIATRA-Generator-fcad3b0db48b45a7769c2934911f79307c103990.zip
Pre-realisticBranchCreation Commit
Diffstat (limited to 'Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/CompositeElement.java')
-rw-r--r--Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/CompositeElement.java45
1 files changed, 45 insertions, 0 deletions
diff --git a/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/CompositeElement.java b/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/CompositeElement.java
index cf2949d8..4565a3b9 100644
--- a/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/CompositeElement.java
+++ b/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/CompositeElement.java
@@ -1,3 +1,4 @@
1<<<<<<< HEAD:Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/CompositeElement.java
1/** 2/**
2 */ 3 */
3package ca.mcgill.ecse.dslreasoner.vampire.yakindumm; 4package ca.mcgill.ecse.dslreasoner.vampire.yakindumm;
@@ -40,3 +41,47 @@ public interface CompositeElement extends EObject {
40 EList<Region> getRegions(); 41 EList<Region> getRegions();
41 42
42} // CompositeElement 43} // CompositeElement
44=======
45/**
46 */
47package ca.mcgill.ecse.dslreasoner.standalone.test.yakindu;
48
49import org.eclipse.emf.common.util.EList;
50
51import org.eclipse.emf.ecore.EObject;
52
53/**
54 * <!-- begin-user-doc -->
55 * A representation of the model object '<em><b>Composite Element</b></em>'.
56 * <!-- end-user-doc -->
57 *
58 * <p>
59 * The following features are supported:
60 * </p>
61 * <ul>
62 * <li>{@link ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.CompositeElement#getRegions <em>Regions</em>}</li>
63 * </ul>
64 *
65 * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.YakinduPackage#getCompositeElement()
66 * @model abstract="true"
67 * @generated
68 */
69public interface CompositeElement extends EObject {
70 /**
71 * Returns the value of the '<em><b>Regions</b></em>' containment reference list.
72 * The list contents are of type {@link ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Region}.
73 * <!-- begin-user-doc -->
74 * <p>
75 * If the meaning of the '<em>Regions</em>' containment reference list isn't clear,
76 * there really should be more of a description here...
77 * </p>
78 * <!-- end-user-doc -->
79 * @return the value of the '<em>Regions</em>' containment reference list.
80 * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.YakinduPackage#getCompositeElement_Regions()
81 * @model containment="true"
82 * @generated
83 */
84 EList<Region> getRegions();
85
86} // CompositeElement
87>>>>>>> f1f2a1fa... Pre-realisticBranchCreation Commit:Tests/ca.mcgill.ecse.dslreasoner.standalone.test/src/ca/mcgill/ecse/dslreasoner/standalone/test/yakindu/CompositeElement.java