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

org.contextmapper.dsl.contextMappingDSL.impl.CustomerSupplierRelationshipImpl 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.CustomerSupplierRelationship;

import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'Customer Supplier Relationship'.
 * 
 *
 * @generated
 */
public class CustomerSupplierRelationshipImpl extends UpstreamDownstreamRelationshipImpl implements CustomerSupplierRelationship
{
  /**
   * 
   * 
   * @generated
   */
  protected CustomerSupplierRelationshipImpl()
  {
    super();
  }

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

} //CustomerSupplierRelationshipImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy