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

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

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

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

import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'Use Case'.
 * 
 *
 * @generated
 */
public class UseCaseImpl extends UserRequirementImpl implements UseCase
{
  /**
   * 
   * 
   * @generated
   */
  protected UseCaseImpl()
  {
    super();
  }

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

} //UseCaseImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy