All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.contextmapper.dsl.contextMappingDSL.impl.SharedKernelImpl Maven / Gradle / Ivy

/**
 * generated by Xtext 2.21.0
 */
package org.contextmapper.dsl.contextMappingDSL.impl;

import org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage;
import org.contextmapper.dsl.contextMappingDSL.SharedKernel;

import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'Shared Kernel'.
 * 
 *
 * @generated
 */
public class SharedKernelImpl extends SymmetricRelationshipImpl implements SharedKernel
{
  /**
   * 
   * 
   * @generated
   */
  protected SharedKernelImpl()
  {
    super();
  }

  /**
   * 
   * 
   * @generated
   */
  @Override
  protected EClass eStaticClass()
  {
    return ContextMappingDSLPackage.Literals.SHARED_KERNEL;
  }

} //SharedKernelImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy