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.java17
1 files changed, 14 insertions, 3 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 6e12fd9f..b96b281f 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
@@ -41,18 +41,29 @@ public interface CommunicatingElement extends EObject {
41 EList<CommSubsystem> getCommSubsystem(); 41 EList<CommSubsystem> getCommSubsystem();
42 42
43 /** 43 /**
44 * Returns the value of the '<em><b>Communication Link</b></em>' reference. 44 * Returns the value of the '<em><b>Communication Link</b></em>' containment reference.
45 * <!-- begin-user-doc --> 45 * <!-- begin-user-doc -->
46 * <p> 46 * <p>
47 * If the meaning of the '<em>Communication Link</em>' containment reference isn't clear, 47 * If the meaning of the '<em>Communication Link</em>' containment reference isn't clear,
48 * there really should be more of a description here... 48 * there really should be more of a description here...
49 * </p> 49 * </p>
50 * <!-- end-user-doc --> 50 * <!-- end-user-doc -->
51 * @return the value of the '<em>Communication Link</em>' reference. 51 * @return the value of the '<em>Communication Link</em>' containment reference.
52 * @see #setCommunicationLink(DirectedCommunicationLink)
52 * @see satellite.SatellitePackage#getCommunicatingElement_CommunicationLink() 53 * @see satellite.SatellitePackage#getCommunicatingElement_CommunicationLink()
53 * @model transient="true" changeable="false" volatile="true" derived="true" 54 * @model containment="true"
54 * @generated 55 * @generated
55 */ 56 */
56 DirectedCommunicationLink getCommunicationLink(); 57 DirectedCommunicationLink getCommunicationLink();
57 58
59 /**
60 * Sets the value of the '{@link satellite.CommunicatingElement#getCommunicationLink <em>Communication Link</em>}' containment reference.
61 * <!-- begin-user-doc -->
62 * <!-- end-user-doc -->
63 * @param value the new value of the '<em>Communication Link</em>' containment reference.
64 * @see #getCommunicationLink()
65 * @generated
66 */
67 void setCommunicationLink(DirectedCommunicationLink value);
68
58} // CommunicatingElement 69} // CommunicatingElement