From b21af04ea821c3daa9ce8a6d26c63e9cd198f9a5 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 8 Jun 2019 19:17:34 -0400 Subject: Trying to simplify Satellite case study --- .../ecore-gen/satellite/CommSubsystem.java | 66 +--------------------- 1 file changed, 1 insertion(+), 65 deletions(-) (limited to 'Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/CommSubsystem.java') 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 072a9705..2c9a5e2c 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 @@ -9,75 +9,11 @@ import org.eclipse.emf.ecore.EObject; * A representation of the model object 'Comm Subsystem'. * * - *

- * The following features are supported: - *

- * * * @see satellite.SatellitePackage#getCommSubsystem() - * @model + * @model abstract="true" * @generated */ public interface CommSubsystem extends EObject { - /** - * Returns the value of the 'Band' attribute. - * The literals are from the enumeration {@link satellite.TransceiverBand}. - * - *

- * If the meaning of the 'Band' attribute isn't clear, - * there really should be more of a description here... - *

- * - * @return the value of the 'Band' attribute. - * @see satellite.TransceiverBand - * @see #setBand(TransceiverBand) - * @see satellite.SatellitePackage#getCommSubsystem_Band() - * @model required="true" - * @generated - */ - TransceiverBand getBand(); - - /** - * Sets the value of the '{@link satellite.CommSubsystem#getBand Band}' attribute. - * - * - * @param value the new value of the 'Band' attribute. - * @see satellite.TransceiverBand - * @see #getBand() - * @generated - */ - void setBand(TransceiverBand value); - - /** - * Returns the value of the 'Gain' attribute. - * The literals are from the enumeration {@link satellite.AntennaGain}. - * - *

- * If the meaning of the 'Gain' attribute isn't clear, - * there really should be more of a description here... - *

- * - * @return the value of the 'Gain' attribute. - * @see satellite.AntennaGain - * @see #setGain(AntennaGain) - * @see satellite.SatellitePackage#getCommSubsystem_Gain() - * @model required="true" - * @generated - */ - AntennaGain getGain(); - - /** - * Sets the value of the '{@link satellite.CommSubsystem#getGain Gain}' attribute. - * - * - * @param value the new value of the 'Gain' attribute. - * @see satellite.AntennaGain - * @see #getGain() - * @generated - */ - void setGain(AntennaGain value); } // CommSubsystem -- cgit v1.2.3-54-g00ecf