aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommunicatingElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommunicatingElement.java')
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommunicatingElement.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommunicatingElement.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommunicatingElement.java
index d2f1e984..e8c3bc41 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommunicatingElement.java
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommunicatingElement.java
@@ -16,7 +16,6 @@ import org.eclipse.emf.ecore.EObject;
16 * </p> 16 * </p>
17 * <ul> 17 * <ul>
18 * <li>{@link satellite.CommunicatingElement#getCommSubsystem <em>Comm Subsystem</em>}</li> 18 * <li>{@link satellite.CommunicatingElement#getCommSubsystem <em>Comm Subsystem</em>}</li>
19 * <li>{@link satellite.CommunicatingElement#getCommunicationLink <em>Communication Link</em>}</li>
20 * </ul> 19 * </ul>
21 * 20 *
22 * @see satellite.SatellitePackage#getCommunicatingElement() 21 * @see satellite.SatellitePackage#getCommunicatingElement()
@@ -36,26 +35,4 @@ public interface CommunicatingElement extends EObject {
36 */ 35 */
37 EList<CommSubsystem> getCommSubsystem(); 36 EList<CommSubsystem> getCommSubsystem();
38 37
39 /**
40 * Returns the value of the '<em><b>Communication Link</b></em>' containment reference.
41 * <!-- begin-user-doc -->
42 * <!-- end-user-doc -->
43 * @return the value of the '<em>Communication Link</em>' containment reference.
44 * @see #setCommunicationLink(DirectedCommunicationLink)
45 * @see satellite.SatellitePackage#getCommunicatingElement_CommunicationLink()
46 * @model containment="true"
47 * @generated
48 */
49 DirectedCommunicationLink getCommunicationLink();
50
51 /**
52 * Sets the value of the '{@link satellite.CommunicatingElement#getCommunicationLink <em>Communication Link</em>}' containment reference.
53 * <!-- begin-user-doc -->
54 * <!-- end-user-doc -->
55 * @param value the new value of the '<em>Communication Link</em>' containment reference.
56 * @see #getCommunicationLink()
57 * @generated
58 */
59 void setCommunicationLink(DirectedCommunicationLink value);
60
61} // CommunicatingElement 38} // CommunicatingElement