org.jnario.feature.feature.impl.ScenarioImpl Maven / Gradle / Ivy
/**
* Copyright (c) 2012 BMW Car IT and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.jnario.feature.feature.impl;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.xtend.core.xtend.impl.XtendClassImplCustom;
import org.jnario.feature.feature.FeaturePackage;
import org.jnario.feature.feature.Scenario;
import org.jnario.feature.feature.Step;
/**
*
* An implementation of the model object 'Scenario'.
*
*
*
*
* @generated
*/
public class ScenarioImpl extends XtendClassImplCustom implements Scenario
{
/**
*
*
* @generated
*/
protected ScenarioImpl()
{
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass()
{
return FeaturePackage.Literals.SCENARIO;
}
/**
*
*
* @generated
*/
public EList getSteps()
{
// TODO: implement this method
// Ensure that you remove @generated or mark it @generated NOT
throw new UnsupportedOperationException();
}
/**
*
*
* @generated
*/
public EList getPendingSteps()
{
// TODO: implement this method
// Ensure that you remove @generated or mark it @generated NOT
throw new UnsupportedOperationException();
}
/**
*
*
* @generated
*/
public boolean isPending()
{
// TODO: implement this method
// Ensure that you remove @generated or mark it @generated NOT
throw new UnsupportedOperationException();
}
} //ScenarioImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy