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

org.nasdanika.models.source.SourceFactory Maven / Gradle / Ivy

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

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 org.nasdanika.models.source.SourcePackage
 * @generated
 */
public interface SourceFactory extends EFactory {
	/**
	 * The singleton instance of the factory.
	 * 
	 * 
	 * @generated
	 */
	SourceFactory eINSTANCE = org.nasdanika.models.source.impl.SourceFactoryImpl.init();

	/**
	 * Returns a new object of class 'Position'.
	 * 
	 * 
	 * @return a new object of class 'Position'.
	 * @generated
	 */
	Position createPosition();

	/**
	 * Returns a new object of class 'Range'.
	 * 
	 * 
	 * @return a new object of class 'Range'.
	 * @generated
	 */
	Range createRange();

	/**
	 * Returns a new object of class 'Source'.
	 * 
	 * 
	 * @return a new object of class 'Source'.
	 * @generated
	 */
	Source createSource();

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

} //SourceFactory




© 2015 - 2024 Weber Informatics LLC | Privacy Policy