io.lionweb.java.emf.builtins.BuiltinsFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lionweb-java-2023.1-emf-builtins Show documentation
Show all versions of lionweb-java-2023.1-emf-builtins Show documentation
Builtins EPackage for EMF compatibility layer for LionWeb
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