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

io.lionweb.java.emf.builtins.BuiltinsFactory Maven / Gradle / Ivy

The newest version!
/**
 */
package io.lionweb.java.emf.builtins;

import org.eclipse.emf.ecore.EFactory;

/**
 * 
 * The Factory for the model.
 * It provides a create method for each non-abstract class of the model.
 * 
 * @see io.lionweb.java.emf.builtins.BuiltinsPackage
 * @generated
 */
public interface BuiltinsFactory extends EFactory
{
	/**
	 * The singleton instance of the factory.
	 * 
	 * 
	 * @generated
	 */
	BuiltinsFactory eINSTANCE = io.lionweb.java.emf.builtins.impl.BuiltinsFactoryImpl.init();

	/**
	 * Returns the package supported by this factory.
	 * 
	 * 
	 * @return the package supported by this factory.
	 * @generated
	 */
	BuiltinsPackage getBuiltinsPackage();

} //BuiltinsFactory




© 2015 - 2024 Weber Informatics LLC | Privacy Policy