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

org.nasdanika.models.rules.impl.UpdateResourceActionImpl Maven / Gradle / Ivy

The newest version!
/**
 */
package org.nasdanika.models.rules.impl;

import org.eclipse.emf.ecore.EClass;

import org.nasdanika.models.rules.RulesPackage;
import org.nasdanika.models.rules.UpdateResourceAction;

/**
 * 
 * An implementation of the model object 'Update Resource Action'.
 * 
 *
 * @generated
 */
public class UpdateResourceActionImpl extends ResourceActionImpl implements UpdateResourceAction {
	/**
	 * 
	 * 
	 * @generated
	 */
	protected UpdateResourceActionImpl() {
		super();
	}

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

} //UpdateResourceActionImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy