bpsim.impl.ConstantParameterImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*/
package bpsim.impl;
import bpsim.BpsimPackage;
import bpsim.ConstantParameter;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Constant Parameter'.
*
*
* @generated
*/
public class ConstantParameterImpl extends ParameterValueImpl implements ConstantParameter {
/**
*
*
* @generated
*/
protected ConstantParameterImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return BpsimPackage.Literals.CONSTANT_PARAMETER;
}
} //ConstantParameterImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy