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

kieker.model.analysismodel.AnalysismodelFactory Maven / Gradle / Ivy

Go to download

Kieker: Application Performance Monitoring and Dynamic Software Analysis

The newest version!
/**
 */
package kieker.model.analysismodel;

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 kieker.model.analysismodel.AnalysismodelPackage
 * @generated
 */
public interface AnalysismodelFactory extends EFactory {
	/**
	 * The singleton instance of the factory.
	 * 
	 * 
	 *
	 * @generated
	 */
	AnalysismodelFactory eINSTANCE = kieker.model.analysismodel.impl.AnalysismodelFactoryImpl.init();

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

} // AnalysismodelFactory




© 2015 - 2024 Weber Informatics LLC | Privacy Policy