kieker.model.analysismodel.AnalysismodelFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of model Show documentation
Show all versions of model Show documentation
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