aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/ecore-gen/satellite/impl/KaCommSubsystemImpl.java
blob: 3f4fc432813a066d02860155647636d72c4becbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/**
 */
package satellite.impl;

import org.eclipse.emf.ecore.EClass;

import satellite.KaCommSubsystem;
import satellite.SatellitePackage;

/**
 * <!-- begin-user-doc -->
 * An implementation of the model object '<em><b>Ka Comm Subsystem</b></em>'.
 * <!-- end-user-doc -->
 *
 * @generated
 */
public class KaCommSubsystemImpl extends CommSubsystemImpl implements KaCommSubsystem {
	/**
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	protected KaCommSubsystemImpl() {
		super();
	}

	/**
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	@Override
	protected EClass eStaticClass() {
		return SatellitePackage.Literals.KA_COMM_SUBSYSTEM;
	}

} //KaCommSubsystemImpl