Interface ExperimentDataFactoryGen
-
- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Subinterfaces:
ExperimentDataFactory
- All Known Implementing Classes:
ExperimentDataFactoryImpl,ExperimentDataFactoryImplGen
public interface ExperimentDataFactoryGen extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
ExperimentDataPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static ExperimentDataFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregationStatisticscreateAggregationStatistics()Returns a new object of class 'Aggregation Statistics'.<Q extends javax.measure.quantity.Quantity>
DoubleBinaryMeasurements<Q>createDoubleBinaryMeasurements()Returns a new object of class 'Double Binary Measurements'.ExperimentGroupcreateExperimentGroup()Returns a new object of class 'Experiment Group'.ExperimentGroupRuncreateExperimentGroupRun()Returns a new object of class 'Experiment Group Run'.ExperimentRuncreateExperimentRun()Returns a new object of class 'Experiment Run'.ExperimentSettingcreateExperimentSetting()Returns a new object of class 'Experiment Setting'.FixedIntervalscreateFixedIntervals()Returns a new object of class 'Fixed Intervals'.FixedWidthAggregatedMeasurementscreateFixedWidthAggregatedMeasurements()Returns a new object of class 'Fixed Width Aggregated Measurements'.IdentifierBasedMeasurementscreateIdentifierBasedMeasurements()Returns a new object of class 'Identifier Based Measurements'.JSXmlMeasurementscreateJSXmlMeasurements()Returns a new object of class 'JS Xml Measurements'.LongBinaryMeasurementscreateLongBinaryMeasurements()Returns a new object of class 'Long Binary Measurements'.MeasurementcreateMeasurement()Returns a new object of class 'Measurement'.MeasurementRangecreateMeasurementRange()Returns a new object of class 'Measurement Range'.MeasuringTypecreateMeasuringType()Returns a new object of class 'Measuring Type'.NumericalIntervalStatisticscreateNumericalIntervalStatistics()Returns a new object of class 'Numerical Interval Statistics'.NumericalMassDistributioncreateNumericalMassDistribution()Returns a new object of class 'Numerical Mass Distribution'.NumericalNominalStatisticscreateNumericalNominalStatistics()Returns a new object of class 'Numerical Nominal Statistics'.NumericalOrdinalStatisticscreateNumericalOrdinalStatistics()Returns a new object of class 'Numerical Ordinal Statistics'.NumericalPercentilecreateNumericalPercentile()Returns a new object of class 'Numerical Percentile'.NumericalRatioStatisticscreateNumericalRatioStatistics()Returns a new object of class 'Numerical Ratio Statistics'.RawMeasurementscreateRawMeasurements()Returns a new object of class 'Raw Measurements'.TextualMassDistributioncreateTextualMassDistribution()Returns a new object of class 'Textual Mass Distribution'.TextualNominalStatisticscreateTextualNominalStatistics()Returns a new object of class 'Textual Nominal Statistics'.TextualOrdinalStatisticscreateTextualOrdinalStatistics()Returns a new object of class 'Textual Ordinal Statistics'.ExperimentDataPackagegetExperimentDataPackage()Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eINSTANCE
static final ExperimentDataFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createMeasurementRange
MeasurementRange createMeasurementRange()
Returns a new object of class 'Measurement Range'.- Returns:
- a new object of class 'Measurement Range'.
- Generated class or method.
-
createRawMeasurements
RawMeasurements createRawMeasurements()
Returns a new object of class 'Raw Measurements'.- Returns:
- a new object of class 'Raw Measurements'.
- Generated class or method.
-
createNumericalNominalStatistics
NumericalNominalStatistics createNumericalNominalStatistics()
Returns a new object of class 'Numerical Nominal Statistics'.- Returns:
- a new object of class 'Numerical Nominal Statistics'.
- Generated class or method.
-
createNumericalMassDistribution
NumericalMassDistribution createNumericalMassDistribution()
Returns a new object of class 'Numerical Mass Distribution'.- Returns:
- a new object of class 'Numerical Mass Distribution'.
- Generated class or method.
-
createFixedWidthAggregatedMeasurements
FixedWidthAggregatedMeasurements createFixedWidthAggregatedMeasurements()
Returns a new object of class 'Fixed Width Aggregated Measurements'.- Returns:
- a new object of class 'Fixed Width Aggregated Measurements'.
- Generated class or method.
-
createFixedIntervals
FixedIntervals createFixedIntervals()
Returns a new object of class 'Fixed Intervals'.- Returns:
- a new object of class 'Fixed Intervals'.
- Generated class or method.
-
createTextualNominalStatistics
TextualNominalStatistics createTextualNominalStatistics()
Returns a new object of class 'Textual Nominal Statistics'.- Returns:
- a new object of class 'Textual Nominal Statistics'.
- Generated class or method.
-
createTextualMassDistribution
TextualMassDistribution createTextualMassDistribution()
Returns a new object of class 'Textual Mass Distribution'.- Returns:
- a new object of class 'Textual Mass Distribution'.
- Generated class or method.
-
createExperimentGroup
ExperimentGroup createExperimentGroup()
Returns a new object of class 'Experiment Group'.- Returns:
- a new object of class 'Experiment Group'.
- Generated class or method.
-
createExperimentSetting
ExperimentSetting createExperimentSetting()
Returns a new object of class 'Experiment Setting'.- Returns:
- a new object of class 'Experiment Setting'.
- Generated class or method.
-
createExperimentRun
ExperimentRun createExperimentRun()
Returns a new object of class 'Experiment Run'.- Returns:
- a new object of class 'Experiment Run'.
- Generated class or method.
-
createMeasurement
Measurement createMeasurement()
Returns a new object of class 'Measurement'.- Returns:
- a new object of class 'Measurement'.
- Generated class or method.
-
createMeasuringType
MeasuringType createMeasuringType()
Returns a new object of class 'Measuring Type'.- Returns:
- a new object of class 'Measuring Type'.
- Generated class or method.
-
createAggregationStatistics
AggregationStatistics createAggregationStatistics()
Returns a new object of class 'Aggregation Statistics'.- Returns:
- a new object of class 'Aggregation Statistics'.
- Generated class or method.
-
createDoubleBinaryMeasurements
<Q extends javax.measure.quantity.Quantity> DoubleBinaryMeasurements<Q> createDoubleBinaryMeasurements()
Returns a new object of class 'Double Binary Measurements'.- Returns:
- a new object of class 'Double Binary Measurements'.
- Generated class or method.
-
createNumericalIntervalStatistics
NumericalIntervalStatistics createNumericalIntervalStatistics()
Returns a new object of class 'Numerical Interval Statistics'.- Returns:
- a new object of class 'Numerical Interval Statistics'.
- Generated class or method.
-
createNumericalOrdinalStatistics
NumericalOrdinalStatistics createNumericalOrdinalStatistics()
Returns a new object of class 'Numerical Ordinal Statistics'.- Returns:
- a new object of class 'Numerical Ordinal Statistics'.
- Generated class or method.
-
createNumericalPercentile
NumericalPercentile createNumericalPercentile()
Returns a new object of class 'Numerical Percentile'.- Returns:
- a new object of class 'Numerical Percentile'.
- Generated class or method.
-
createJSXmlMeasurements
JSXmlMeasurements createJSXmlMeasurements()
Returns a new object of class 'JS Xml Measurements'.- Returns:
- a new object of class 'JS Xml Measurements'.
- Generated class or method.
-
createLongBinaryMeasurements
LongBinaryMeasurements createLongBinaryMeasurements()
Returns a new object of class 'Long Binary Measurements'.- Returns:
- a new object of class 'Long Binary Measurements'.
- Generated class or method.
-
createIdentifierBasedMeasurements
IdentifierBasedMeasurements createIdentifierBasedMeasurements()
Returns a new object of class 'Identifier Based Measurements'.- Returns:
- a new object of class 'Identifier Based Measurements'.
- Generated class or method.
-
createNumericalRatioStatistics
NumericalRatioStatistics createNumericalRatioStatistics()
Returns a new object of class 'Numerical Ratio Statistics'.- Returns:
- a new object of class 'Numerical Ratio Statistics'.
- Generated class or method.
-
createTextualOrdinalStatistics
TextualOrdinalStatistics createTextualOrdinalStatistics()
Returns a new object of class 'Textual Ordinal Statistics'.- Returns:
- a new object of class 'Textual Ordinal Statistics'.
- Generated class or method.
-
createExperimentGroupRun
ExperimentGroupRun createExperimentGroupRun()
Returns a new object of class 'Experiment Group Run'.- Returns:
- a new object of class 'Experiment Group Run'.
- Generated class or method.
-
getExperimentDataPackage
ExperimentDataPackage getExperimentDataPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-