public interface StatisticsPackage
extends org.eclipse.emf.ecore.EPackage
StatisticsFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
StatisticsPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DOUBLE_VALUE
The meta object id for the '
Double Value' class. |
static int |
DOUBLE_VALUE__MEASUREMENT
The feature id for the 'Measurement' attribute.
|
static int |
DOUBLE_VALUE__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
DOUBLE_VALUE_FEATURE_COUNT
The number of structural features of the 'Double Value' class.
|
static int |
DOUBLE_VALUE_OPERATION_COUNT
The number of operations of the 'Double Value' class.
|
static StatisticsPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
FLOAT_VALUE
The meta object id for the '
Float Value' class. |
static int |
FLOAT_VALUE__MEASUREMENT
The feature id for the 'Measurement' attribute.
|
static int |
FLOAT_VALUE__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
FLOAT_VALUE_FEATURE_COUNT
The number of structural features of the 'Float Value' class.
|
static int |
FLOAT_VALUE_OPERATION_COUNT
The number of operations of the 'Float Value' class.
|
static int |
INT_VALUE
The meta object id for the '
Int Value' class. |
static int |
INT_VALUE__MEASUREMENT
The feature id for the 'Measurement' attribute.
|
static int |
INT_VALUE__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
INT_VALUE_FEATURE_COUNT
The number of structural features of the 'Int Value' class.
|
static int |
INT_VALUE_OPERATION_COUNT
The number of operations of the 'Int Value' class.
|
static int |
LONG_VALUE
The meta object id for the '
Long Value' class. |
static int |
LONG_VALUE__MEASUREMENT
The feature id for the 'Measurement' attribute.
|
static int |
LONG_VALUE__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
LONG_VALUE_FEATURE_COUNT
The number of structural features of the 'Long Value' class.
|
static int |
LONG_VALUE_OPERATION_COUNT
The number of operations of the 'Long Value' class.
|
static int |
PREDEFINED_UNITS
The meta object id for the '
Predefined Units' enum. |
static int |
STATISTICS
The meta object id for the '
Statistics' class. |
static int |
STATISTICS__TIME_SERIES
The feature id for the 'Time Series' reference list.
|
static int |
STATISTICS_FEATURE_COUNT
The number of structural features of the 'Statistics' class.
|
static int |
STATISTICS_OPERATION_COUNT
The number of operations of the 'Statistics' class.
|
static int |
TIME_SERIES
The meta object id for the '
Time Series' class. |
static int |
TIME_SERIES__NAME
The feature id for the 'Name' attribute.
|
static int |
TIME_SERIES__UNIT
The feature id for the 'Unit' attribute.
|
static int |
TIME_SERIES__VALUES
The feature id for the 'Values' reference list.
|
static int |
TIME_SERIES_FEATURE_COUNT
The number of structural features of the 'Time Series' class.
|
static int |
TIME_SERIES_OPERATION_COUNT
The number of operations of the 'Time Series' class.
|
static int |
UNIT
The meta object id for the '
Unit' class. |
static int |
UNIT_FEATURE_COUNT
The number of structural features of the 'Unit' class.
|
static int |
UNIT_OPERATION_COUNT
The number of operations of the 'Unit' class.
|
static int |
VALUE
The meta object id for the '
Value' class. |
static int |
VALUE__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
VALUE_FEATURE_COUNT
The number of structural features of the 'Value' class.
|
static int |
VALUE_OPERATION_COUNT
The number of operations of the 'Value' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getDoubleValue_Measurement()
Returns the meta object for the attribute '
Measurement'. |
org.eclipse.emf.ecore.EClass |
getDoubleValue()
Returns the meta object for class '
Double Value'. |
org.eclipse.emf.ecore.EAttribute |
getFloatValue_Measurement()
Returns the meta object for the attribute '
Measurement'. |
org.eclipse.emf.ecore.EClass |
getFloatValue()
Returns the meta object for class '
Float Value'. |
org.eclipse.emf.ecore.EAttribute |
getIntValue_Measurement()
Returns the meta object for the attribute '
Measurement'. |
org.eclipse.emf.ecore.EClass |
getIntValue()
Returns the meta object for class '
Int Value'. |
org.eclipse.emf.ecore.EAttribute |
getLongValue_Measurement()
Returns the meta object for the attribute '
Measurement'. |
org.eclipse.emf.ecore.EClass |
getLongValue()
Returns the meta object for class '
Long Value'. |
org.eclipse.emf.ecore.EEnum |
getPredefinedUnits()
Returns the meta object for enum '
Predefined Units'. |
org.eclipse.emf.ecore.EReference |
getStatistics_TimeSeries()
Returns the meta object for the reference list '
Time Series'. |
org.eclipse.emf.ecore.EClass |
getStatistics()
Returns the meta object for class '
Statistics'. |
StatisticsFactory |
getStatisticsFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getTimeSeries_Name()
Returns the meta object for the attribute '
Name'. |
org.eclipse.emf.ecore.EAttribute |
getTimeSeries_Unit()
Returns the meta object for the attribute '
Unit'. |
org.eclipse.emf.ecore.EReference |
getTimeSeries_Values()
Returns the meta object for the reference list '
Values'. |
org.eclipse.emf.ecore.EClass |
getTimeSeries()
Returns the meta object for class '
Time Series'. |
org.eclipse.emf.ecore.EClass |
getUnit()
Returns the meta object for class '
Unit'. |
org.eclipse.emf.ecore.EAttribute |
getValue_Timestamp()
Returns the meta object for the attribute '
Timestamp'. |
org.eclipse.emf.ecore.EClass |
getValue()
Returns the meta object for class '
Value'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final StatisticsPackage eINSTANCE
static final int STATISTICS
Statistics' class.
StatisticsImpl,
StatisticsPackageImpl.getStatistics(),
Constant Field Valuesstatic final int STATISTICS__TIME_SERIES
static final int STATISTICS_FEATURE_COUNT
static final int STATISTICS_OPERATION_COUNT
static final int TIME_SERIES
Time Series' class.
TimeSeriesImpl,
StatisticsPackageImpl.getTimeSeries(),
Constant Field Valuesstatic final int TIME_SERIES__NAME
static final int TIME_SERIES__UNIT
static final int TIME_SERIES__VALUES
static final int TIME_SERIES_FEATURE_COUNT
static final int TIME_SERIES_OPERATION_COUNT
static final int VALUE
Value' class.
ValueImpl,
StatisticsPackageImpl.getValue(),
Constant Field Valuesstatic final int VALUE__TIMESTAMP
static final int VALUE_FEATURE_COUNT
static final int VALUE_OPERATION_COUNT
static final int INT_VALUE
Int Value' class.
IntValueImpl,
StatisticsPackageImpl.getIntValue(),
Constant Field Valuesstatic final int INT_VALUE__TIMESTAMP
static final int INT_VALUE__MEASUREMENT
static final int INT_VALUE_FEATURE_COUNT
static final int INT_VALUE_OPERATION_COUNT
static final int LONG_VALUE
Long Value' class.
LongValueImpl,
StatisticsPackageImpl.getLongValue(),
Constant Field Valuesstatic final int LONG_VALUE__TIMESTAMP
static final int LONG_VALUE__MEASUREMENT
static final int LONG_VALUE_FEATURE_COUNT
static final int LONG_VALUE_OPERATION_COUNT
static final int FLOAT_VALUE
Float Value' class.
FloatValueImpl,
StatisticsPackageImpl.getFloatValue(),
Constant Field Valuesstatic final int FLOAT_VALUE__TIMESTAMP
static final int FLOAT_VALUE__MEASUREMENT
static final int FLOAT_VALUE_FEATURE_COUNT
static final int FLOAT_VALUE_OPERATION_COUNT
static final int DOUBLE_VALUE
Double Value' class.
DoubleValueImpl,
StatisticsPackageImpl.getDoubleValue(),
Constant Field Valuesstatic final int DOUBLE_VALUE__TIMESTAMP
static final int DOUBLE_VALUE__MEASUREMENT
static final int DOUBLE_VALUE_FEATURE_COUNT
static final int DOUBLE_VALUE_OPERATION_COUNT
static final int UNIT
Unit' class.
Unit,
StatisticsPackageImpl.getUnit(),
Constant Field Valuesstatic final int UNIT_FEATURE_COUNT
static final int UNIT_OPERATION_COUNT
static final int PREDEFINED_UNITS
Predefined Units' enum.
PredefinedUnits,
StatisticsPackageImpl.getPredefinedUnits(),
Constant Field Valuesorg.eclipse.emf.ecore.EClass getStatistics()
Statistics'.
Statisticsorg.eclipse.emf.ecore.EReference getStatistics_TimeSeries()
Time Series'.
Statistics.getTimeSeries(),
getStatistics()org.eclipse.emf.ecore.EClass getTimeSeries()
Time Series'.
TimeSeriesorg.eclipse.emf.ecore.EAttribute getTimeSeries_Name()
Name'.
TimeSeries.getName(),
getTimeSeries()org.eclipse.emf.ecore.EAttribute getTimeSeries_Unit()
Unit'.
TimeSeries.getUnit(),
getTimeSeries()org.eclipse.emf.ecore.EReference getTimeSeries_Values()
Values'.
TimeSeries.getValues(),
getTimeSeries()org.eclipse.emf.ecore.EClass getValue()
Value'.
Valueorg.eclipse.emf.ecore.EAttribute getValue_Timestamp()
Timestamp'.
Value.getTimestamp(),
getValue()org.eclipse.emf.ecore.EClass getIntValue()
Int Value'.
IntValueorg.eclipse.emf.ecore.EAttribute getIntValue_Measurement()
Measurement'.
IntValue.getMeasurement(),
getIntValue()org.eclipse.emf.ecore.EClass getLongValue()
Long Value'.
LongValueorg.eclipse.emf.ecore.EAttribute getLongValue_Measurement()
Measurement'.
LongValue.getMeasurement(),
getLongValue()org.eclipse.emf.ecore.EClass getFloatValue()
Float Value'.
FloatValueorg.eclipse.emf.ecore.EAttribute getFloatValue_Measurement()
Measurement'.
FloatValue.getMeasurement(),
getFloatValue()org.eclipse.emf.ecore.EClass getDoubleValue()
Double Value'.
DoubleValueorg.eclipse.emf.ecore.EAttribute getDoubleValue_Measurement()
Measurement'.
DoubleValue.getMeasurement(),
getDoubleValue()org.eclipse.emf.ecore.EClass getUnit()
Unit'.
Unitorg.eclipse.emf.ecore.EEnum getPredefinedUnits()
Predefined Units'.
PredefinedUnitsStatisticsFactory getStatisticsFactory()
Copyright 2020 Kieker Project, http://kieker-monitoring.net