public interface StatisticsFactory
extends org.eclipse.emf.ecore.EFactory
StatisticsPackage
Modifier and Type | Field and Description |
---|---|
static StatisticsFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
DoubleValue |
createDoubleValue()
Returns a new object of class 'Double Value'.
|
FloatValue |
createFloatValue()
Returns a new object of class 'Float Value'.
|
IntValue |
createIntValue()
Returns a new object of class 'Int Value'.
|
LongValue |
createLongValue()
Returns a new object of class 'Long Value'.
|
Statistics |
createStatistics()
Returns a new object of class 'Statistics'.
|
<V extends Value,U extends Unit<V>> |
createTimeSeries()
Returns a new object of class 'Time Series'.
|
StatisticsPackage |
getStatisticsPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final StatisticsFactory eINSTANCE
Statistics createStatistics()
<V extends Value,U extends Unit<V>> TimeSeries<V,U> createTimeSeries()
IntValue createIntValue()
LongValue createLongValue()
FloatValue createFloatValue()
DoubleValue createDoubleValue()
StatisticsPackage getStatisticsPackage()
Copyright 2020 Kieker Project, http://kieker-monitoring.net