SAHARAUnitImpl.java 801 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /**
  2. * generated by Xtext 2.16.0
  3. */
  4. package be.uantwerpen.cosys.contractLang.impl;
  5. import be.uantwerpen.cosys.contractLang.ContractLangPackage;
  6. import be.uantwerpen.cosys.contractLang.SAHARAUnit;
  7. import org.eclipse.emf.ecore.EClass;
  8. /**
  9. * <!-- begin-user-doc -->
  10. * An implementation of the model object '<em><b>SAHARA Unit</b></em>'.
  11. * <!-- end-user-doc -->
  12. *
  13. * @generated
  14. */
  15. public class SAHARAUnitImpl extends UnitImpl implements SAHARAUnit
  16. {
  17. /**
  18. * <!-- begin-user-doc -->
  19. * <!-- end-user-doc -->
  20. * @generated
  21. */
  22. protected SAHARAUnitImpl()
  23. {
  24. super();
  25. }
  26. /**
  27. * <!-- begin-user-doc -->
  28. * <!-- end-user-doc -->
  29. * @generated
  30. */
  31. @Override
  32. protected EClass eStaticClass()
  33. {
  34. return ContractLangPackage.Literals.SAHARA_UNIT;
  35. }
  36. } //SAHARAUnitImpl