aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommSubsystem.java
diff options
context:
space:
mode:
Diffstat (limited to 'Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommSubsystem.java')
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommSubsystem.java27
1 files changed, 0 insertions, 27 deletions
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommSubsystem.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommSubsystem.java
index 1cee0c0d..072a9705 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommSubsystem.java
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommSubsystem.java
@@ -15,7 +15,6 @@ import org.eclipse.emf.ecore.EObject;
15 * <ul> 15 * <ul>
16 * <li>{@link satellite.CommSubsystem#getBand <em>Band</em>}</li> 16 * <li>{@link satellite.CommSubsystem#getBand <em>Band</em>}</li>
17 * <li>{@link satellite.CommSubsystem#getGain <em>Gain</em>}</li> 17 * <li>{@link satellite.CommSubsystem#getGain <em>Gain</em>}</li>
18 * <li>{@link satellite.CommSubsystem#getCommunicationLink <em>Communication Link</em>}</li>
19 * </ul> 18 * </ul>
20 * 19 *
21 * @see satellite.SatellitePackage#getCommSubsystem() 20 * @see satellite.SatellitePackage#getCommSubsystem()
@@ -81,30 +80,4 @@ public interface CommSubsystem extends EObject {
81 */ 80 */
82 void setGain(AntennaGain value); 81 void setGain(AntennaGain value);
83 82
84 /**
85 * Returns the value of the '<em><b>Communication Link</b></em>' containment reference.
86 * <!-- begin-user-doc -->
87 * <p>
88 * If the meaning of the '<em>Communication Link</em>' containment reference isn't clear,
89 * there really should be more of a description here...
90 * </p>
91 * <!-- end-user-doc -->
92 * @return the value of the '<em>Communication Link</em>' containment reference.
93 * @see #setCommunicationLink(DirectedCommunicationLink)
94 * @see satellite.SatellitePackage#getCommSubsystem_CommunicationLink()
95 * @model containment="true"
96 * @generated
97 */
98 DirectedCommunicationLink getCommunicationLink();
99
100 /**
101 * Sets the value of the '{@link satellite.CommSubsystem#getCommunicationLink <em>Communication Link</em>}' containment reference.
102 * <!-- begin-user-doc -->
103 * <!-- end-user-doc -->
104 * @param value the new value of the '<em>Communication Link</em>' containment reference.
105 * @see #getCommunicationLink()
106 * @generated
107 */
108 void setCommunicationLink(DirectedCommunicationLink value);
109
110} // CommSubsystem 83} // CommSubsystem