kieker.model.analysismodel.statistics.StatisticsModel 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.statistics;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Model'.
*
*
*
* The following features are supported:
*
*
* - {@link kieker.model.analysismodel.statistics.StatisticsModel#getStatistics Statistics}
* - {@link kieker.model.analysismodel.statistics.StatisticsModel#getUnits Units}
*
*
* @see kieker.model.analysismodel.statistics.StatisticsPackage#getStatisticsModel()
* @model
* @generated
*/
public interface StatisticsModel extends EObject {
/**
* Returns the value of the 'Statistics' map.
* The key is of type {@link org.eclipse.emf.ecore.EObject},
* and the value is of type {@link kieker.model.analysismodel.statistics.StatisticRecord},
*
*
*
* @return the value of the 'Statistics' map.
* @see kieker.model.analysismodel.statistics.StatisticsPackage#getStatisticsModel_Statistics()
* @model mapType="kieker.model.analysismodel.statistics.EObjectToStatisticsMapEntry<org.eclipse.emf.ecore.EObject,
* kieker.model.analysismodel.statistics.StatisticRecord>"
* @generated
*/
EMap getStatistics();
/**
* 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#getStatisticsModel_Units()
* @model containment="true"
* @generated
*/
EList getUnits();
} // StatisticsModel