kieker.model.analysismodel.source.SourceFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kieker Show documentation
Show all versions of kieker Show documentation
Kieker: Application Performance Monitoring and Dynamic Software Analysis
/**
*/
package kieker.model.analysismodel.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 kieker.model.analysismodel.source.SourcePackage
* @generated
*/
public interface SourceFactory extends EFactory {
/**
* The singleton instance of the factory.
*
*
*
* @generated
*/
SourceFactory eINSTANCE = kieker.model.analysismodel.source.impl.SourceFactoryImpl.init();
/**
* Returns a new object of class 'Model'.
*
*
*
* @return a new object of class 'Model'.
* @generated
*/
SourceModel createSourceModel();
/**
* 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