kieker.model.analysismodel.statistics.impl.UnitImpl 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.statistics.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import kieker.model.analysismodel.statistics.StatisticsPackage;
import kieker.model.analysismodel.statistics.Unit;
/**
*
* An implementation of the model object 'Unit'.
*
*
* @generated
*/
public class UnitImpl extends MinimalEObjectImpl.Container implements Unit {
/**
*
*
*
* @generated
*/
protected UnitImpl() {
super();
}
/**
*
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return StatisticsPackage.Literals.UNIT;
}
} // UnitImpl
© 2015 - 2024 Weber Informatics LLC | Privacy Policy