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

kieker.model.analysismodel.statistics.ComposedUnit Maven / Gradle / Ivy

Go to download

Kieker: Application Performance Monitoring and Dynamic Software Analysis

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

import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Composed Unit'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link kieker.model.analysismodel.statistics.ComposedUnit#getUnits Units}
  • *
  • {@link kieker.model.analysismodel.statistics.ComposedUnit#getExponent Exponent}
  • *
* * @see kieker.model.analysismodel.statistics.StatisticsPackage#getComposedUnit() * @model * @generated */ public interface ComposedUnit extends EObject { /** * Returns the value of the 'Units' containment reference list. * The list contents are of type {@link kieker.model.analysismodel.statistics.Unit}. * * * * @return the value of the 'Units' containment reference list. * @see kieker.model.analysismodel.statistics.StatisticsPackage#getComposedUnit_Units() * @model containment="true" * @generated */ EList getUnits(); /** * Returns the value of the 'Exponent' attribute. * * * * @return the value of the 'Exponent' attribute. * @see #setExponent(long) * @see kieker.model.analysismodel.statistics.StatisticsPackage#getComposedUnit_Exponent() * @model required="true" * @generated */ long getExponent(); /** * Sets the value of the '{@link kieker.model.analysismodel.statistics.ComposedUnit#getExponent Exponent}' attribute. * * * * @param value * the new value of the 'Exponent' attribute. * @see #getExponent() * @generated */ void setExponent(long value); } // ComposedUnit




© 2015 - 2024 Weber Informatics LLC | Privacy Policy