aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/Transition.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/Transition.java')
-rw-r--r--Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/Transition.java84
1 files changed, 84 insertions, 0 deletions
diff --git a/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/Transition.java b/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/Transition.java
index 0518bfdb..b5d4b2bb 100644
--- a/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/Transition.java
+++ b/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/Transition.java
@@ -1,3 +1,4 @@
1<<<<<<< HEAD:Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/Transition.java
1/** 2/**
2 */ 3 */
3package ca.mcgill.ecse.dslreasoner.vampire.yakindumm; 4package ca.mcgill.ecse.dslreasoner.vampire.yakindumm;
@@ -79,3 +80,86 @@ public interface Transition extends EObject {
79 void setSource(Vertex value); 80 void setSource(Vertex value);
80 81
81} // Transition 82} // Transition
83=======
84/**
85 */
86package ca.mcgill.ecse.dslreasoner.standalone.test.yakindu;
87
88import org.eclipse.emf.ecore.EObject;
89
90/**
91 * <!-- begin-user-doc -->
92 * A representation of the model object '<em><b>Transition</b></em>'.
93 * <!-- end-user-doc -->
94 *
95 * <p>
96 * The following features are supported:
97 * </p>
98 * <ul>
99 * <li>{@link ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Transition#getTarget <em>Target</em>}</li>
100 * <li>{@link ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Transition#getSource <em>Source</em>}</li>
101 * </ul>
102 *
103 * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.YakinduPackage#getTransition()
104 * @model
105 * @generated
106 */
107public interface Transition extends EObject {
108 /**
109 * Returns the value of the '<em><b>Target</b></em>' reference.
110 * It is bidirectional and its opposite is '{@link ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Vertex#getIncomingTransitions <em>Incoming Transitions</em>}'.
111 * <!-- begin-user-doc -->
112 * <p>
113 * If the meaning of the '<em>Target</em>' reference isn't clear,
114 * there really should be more of a description here...
115 * </p>
116 * <!-- end-user-doc -->
117 * @return the value of the '<em>Target</em>' reference.
118 * @see #setTarget(Vertex)
119 * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.YakinduPackage#getTransition_Target()
120 * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Vertex#getIncomingTransitions
121 * @model opposite="incomingTransitions" required="true" ordered="false"
122 * @generated
123 */
124 Vertex getTarget();
125
126 /**
127 * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Transition#getTarget <em>Target</em>}' reference.
128 * <!-- begin-user-doc -->
129 * <!-- end-user-doc -->
130 * @param value the new value of the '<em>Target</em>' reference.
131 * @see #getTarget()
132 * @generated
133 */
134 void setTarget(Vertex value);
135
136 /**
137 * Returns the value of the '<em><b>Source</b></em>' container reference.
138 * It is bidirectional and its opposite is '{@link ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Vertex#getOutgoingTransitions <em>Outgoing Transitions</em>}'.
139 * <!-- begin-user-doc -->
140 * <p>
141 * If the meaning of the '<em>Source</em>' container reference isn't clear,
142 * there really should be more of a description here...
143 * </p>
144 * <!-- end-user-doc -->
145 * @return the value of the '<em>Source</em>' container reference.
146 * @see #setSource(Vertex)
147 * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.YakinduPackage#getTransition_Source()
148 * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Vertex#getOutgoingTransitions
149 * @model opposite="outgoingTransitions" transient="false" ordered="false"
150 * @generated
151 */
152 Vertex getSource();
153
154 /**
155 * Sets the value of the '{@link ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Transition#getSource <em>Source</em>}' container reference.
156 * <!-- begin-user-doc -->
157 * <!-- end-user-doc -->
158 * @param value the new value of the '<em>Source</em>' container reference.
159 * @see #getSource()
160 * @generated
161 */
162 void setSource(Vertex value);
163
164} // Transition
165>>>>>>> f1f2a1fa... Pre-realisticBranchCreation Commit:Tests/ca.mcgill.ecse.dslreasoner.standalone.test/src/ca/mcgill/ecse/dslreasoner/standalone/test/yakindu/Transition.java