![JAR search and dependency download from the Maven repository](/logo.png)
org.contextmapper.dsl.contextMappingDSL.impl.UserStoryImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of context-mapper-dsl Show documentation
Show all versions of context-mapper-dsl Show documentation
Use the ContextMapper DSL in your standalone application.
/**
* generated by Xtext 2.20.0
*/
package org.contextmapper.dsl.contextMappingDSL.impl;
import org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage;
import org.contextmapper.dsl.contextMappingDSL.UserStory;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'User Story'.
*
*
* @generated
*/
public class UserStoryImpl extends UserRequirementImpl implements UserStory
{
/**
*
*
* @generated
*/
protected UserStoryImpl()
{
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass()
{
return ContextMappingDSLPackage.Literals.USER_STORY;
}
} //UserStoryImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy