From 24f172f86601ae255dbfee265155ddc433338914 Mon Sep 17 00:00:00 2001 From: Oszkar Semerath Date: Mon, 11 May 2020 02:22:52 +0200 Subject: Satelite case study update for Models-Attribute paper --- .../ecore-gen/satellite/SatellitePackage.java | 113 ++++++++++++++++++++- 1 file changed, 112 insertions(+), 1 deletion(-) (limited to 'Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/SatellitePackage.java') diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/SatellitePackage.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/SatellitePackage.java index 9ca99311..173e2388 100644 --- a/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/SatellitePackage.java +++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/SatellitePackage.java @@ -2,6 +2,7 @@ */ package satellite; +import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; @@ -286,6 +287,24 @@ public interface SatellitePackage extends EPackage { */ int COMM_SUBSYSTEM__TARGET = 0; + /** + * The feature id for the 'Frequency' attribute. + * + * + * @generated + * @ordered + */ + int COMM_SUBSYSTEM__FREQUENCY = 1; + + /** + * The feature id for the 'Path Length' attribute. + * + * + * @generated + * @ordered + */ + int COMM_SUBSYSTEM__PATH_LENGTH = 2; + /** * The number of structural features of the 'Comm Subsystem' class. * @@ -293,7 +312,7 @@ public interface SatellitePackage extends EPackage { * @generated * @ordered */ - int COMM_SUBSYSTEM_FEATURE_COUNT = 1; + int COMM_SUBSYSTEM_FEATURE_COUNT = 3; /** * The number of operations of the 'Comm Subsystem' class. @@ -563,6 +582,24 @@ public interface SatellitePackage extends EPackage { */ int UHF_COMM_SUBSYSTEM__TARGET = COMM_SUBSYSTEM__TARGET; + /** + * The feature id for the 'Frequency' attribute. + * + * + * @generated + * @ordered + */ + int UHF_COMM_SUBSYSTEM__FREQUENCY = COMM_SUBSYSTEM__FREQUENCY; + + /** + * The feature id for the 'Path Length' attribute. + * + * + * @generated + * @ordered + */ + int UHF_COMM_SUBSYSTEM__PATH_LENGTH = COMM_SUBSYSTEM__PATH_LENGTH; + /** * The number of structural features of the 'UHF Comm Subsystem' class. * @@ -600,6 +637,24 @@ public interface SatellitePackage extends EPackage { */ int XCOMM_SUBSYSTEM__TARGET = COMM_SUBSYSTEM__TARGET; + /** + * The feature id for the 'Frequency' attribute. + * + * + * @generated + * @ordered + */ + int XCOMM_SUBSYSTEM__FREQUENCY = COMM_SUBSYSTEM__FREQUENCY; + + /** + * The feature id for the 'Path Length' attribute. + * + * + * @generated + * @ordered + */ + int XCOMM_SUBSYSTEM__PATH_LENGTH = COMM_SUBSYSTEM__PATH_LENGTH; + /** * The number of structural features of the 'XComm Subsystem' class. * @@ -637,6 +692,24 @@ public interface SatellitePackage extends EPackage { */ int KA_COMM_SUBSYSTEM__TARGET = COMM_SUBSYSTEM__TARGET; + /** + * The feature id for the 'Frequency' attribute. + * + * + * @generated + * @ordered + */ + int KA_COMM_SUBSYSTEM__FREQUENCY = COMM_SUBSYSTEM__FREQUENCY; + + /** + * The feature id for the 'Path Length' attribute. + * + * + * @generated + * @ordered + */ + int KA_COMM_SUBSYSTEM__PATH_LENGTH = COMM_SUBSYSTEM__PATH_LENGTH; + /** * The number of structural features of the 'Ka Comm Subsystem' class. * @@ -770,6 +843,28 @@ public interface SatellitePackage extends EPackage { */ EReference getCommSubsystem_Target(); + /** + * Returns the meta object for the attribute '{@link satellite.CommSubsystem#getFrequency Frequency}'. + * + * + * @return the meta object for the attribute 'Frequency'. + * @see satellite.CommSubsystem#getFrequency() + * @see #getCommSubsystem() + * @generated + */ + EAttribute getCommSubsystem_Frequency(); + + /** + * Returns the meta object for the attribute '{@link satellite.CommSubsystem#getPathLength Path Length}'. + * + * + * @return the meta object for the attribute 'Path Length'. + * @see satellite.CommSubsystem#getPathLength() + * @see #getCommSubsystem() + * @generated + */ + EAttribute getCommSubsystem_PathLength(); + /** * Returns the meta object for class '{@link satellite.Payload Payload}'. * @@ -984,6 +1079,22 @@ public interface SatellitePackage extends EPackage { */ EReference COMM_SUBSYSTEM__TARGET = eINSTANCE.getCommSubsystem_Target(); + /** + * The meta object literal for the 'Frequency' attribute feature. + * + * + * @generated + */ + EAttribute COMM_SUBSYSTEM__FREQUENCY = eINSTANCE.getCommSubsystem_Frequency(); + + /** + * The meta object literal for the 'Path Length' attribute feature. + * + * + * @generated + */ + EAttribute COMM_SUBSYSTEM__PATH_LENGTH = eINSTANCE.getCommSubsystem_PathLength(); + /** * The meta object literal for the '{@link satellite.impl.PayloadImpl Payload}' class. * -- cgit v1.2.3-70-g09d2