![JAR search and dependency download from the Maven repository](/logo.png)
kieker.model.analysismodel.statistics.StatisticRecord Maven / Gradle / Ivy
/**
*/
package kieker.model.analysismodel.statistics;
import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Statistic Record'.
*
*
*
* The following features are supported:
*
*
* - {@link kieker.model.analysismodel.statistics.StatisticRecord#getProperties Properties}
*
*
* @see kieker.model.analysismodel.statistics.StatisticsPackage#getStatisticRecord()
* @model
* @generated
*/
public interface StatisticRecord extends EObject {
/**
* Returns the value of the 'Properties' map.
* The key is of type {@link java.lang.String},
* and the value is of type {@link java.lang.Object},
*
*
*
* @return the value of the 'Properties' map.
* @see kieker.model.analysismodel.statistics.StatisticsPackage#getStatisticRecord_Properties()
* @model mapType="kieker.model.analysismodel.statistics.EPropertyTypeToValue<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EJavaObject>"
* @generated
*/
EMap getProperties();
} // StatisticRecord
© 2015 - 2025 Weber Informatics LLC | Privacy Policy