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

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

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

import org.eclipse.emf.ecore.EClass;

import org.nasdanika.models.architecture.impl.NodeImpl;

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

/**
 * 
 * An implementation of the model object 'Action'.
 * 
 *
 * @generated
 */
public class ActionImpl extends NodeImpl implements Action {
	/**
	 * 
	 * 
	 * @generated
	 */
	protected ActionImpl() {
		super();
	}

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

} //ActionImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy