/** */ package satellite; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Communicating Element'. * * *

* The following features are supported: *

* * * @see satellite.SatellitePackage#getCommunicatingElement() * @model abstract="true" * @generated */ public interface CommunicatingElement extends EObject { /** * Returns the value of the 'Comm Subsystem' containment reference list. * The list contents are of type {@link satellite.CommSubsystem}. * * * @return the value of the 'Comm Subsystem' containment reference list. * @see satellite.SatellitePackage#getCommunicatingElement_CommSubsystem() * @model containment="true" required="true" upper="2" * @generated */ EList getCommSubsystem(); } // CommunicatingElement