|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataPackage
The Package for the model. It contains accessors for the meta objects to represent
DataFactory
Nested Class Summary | |
---|---|
static interface |
DataPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Field Summary | |
---|---|
static int |
CATALOG
The meta object id for the ' Catalog ' class. |
static int |
CATALOG__RUNS
The feature id for the 'Runs' containment reference list. |
static int |
CATALOG_FEATURE_COUNT
The number of structural features of the 'Catalog' class. |
static int |
DATA_POINT
The meta object id for the ' Point ' class. |
static int |
DATA_POINT__MEASUREMENT
The feature id for the 'Measurement' container reference. |
static int |
DATA_POINT__PERIOD
The feature id for the 'Period' attribute. |
static int |
DATA_POINT__VALUE
The feature id for the 'Value' attribute. |
static int |
DATA_POINT_FEATURE_COUNT
The number of structural features of the 'Point' class. |
static DataPackage |
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 |
MEASUREMENT
The meta object id for the ' Measurement ' class. |
static int |
MEASUREMENT__ENTRIES
The feature id for the 'Entries' containment reference list. |
static int |
MEASUREMENT__NAME
The feature id for the 'Name' attribute. |
static int |
MEASUREMENT__RUN
The feature id for the 'Run' container reference. |
static int |
MEASUREMENT__TYPE
The feature id for the 'Type' attribute. |
static int |
MEASUREMENT__VALUE
The feature id for the 'Value' reference. |
static int |
MEASUREMENT_FEATURE_COUNT
The number of structural features of the 'Measurement' class. |
static int |
PARAMETER
The meta object id for the ' Parameter ' class. |
static int |
PARAMETER__ATTRIBUTE
The feature id for the 'Attribute' reference. |
static int |
PARAMETER__NAME
The feature id for the 'Name' attribute. |
static int |
PARAMETER__VALUE
The feature id for the 'Value' attribute. |
static int |
PARAMETER_FEATURE_COUNT
The number of structural features of the 'Parameter' class. |
static int |
PARAMETER_SET
The meta object id for the ' Parameter Set ' class. |
static int |
PARAMETER_SET__MEMBERS
The feature id for the 'Members' containment reference list. |
static int |
PARAMETER_SET_FEATURE_COUNT
The number of structural features of the 'Parameter Set' class. |
static int |
RUN
The meta object id for the ' Run ' class. |
static int |
RUN__FINISHED
The feature id for the 'Finished' attribute. |
static int |
RUN__MEASUREMENTS
The feature id for the 'Measurements' containment reference list. |
static int |
RUN__MODEL
The feature id for the 'Model' reference. |
static int |
RUN__NAME
The feature id for the 'Name' attribute. |
static int |
RUN__PARAMETER_SETS
The feature id for the 'Parameter Sets' containment reference list. |
static int |
RUN__STARTED
The feature id for the 'Started' attribute. |
static int |
RUN_FEATURE_COUNT
The number of structural features of the 'Run' class. |
static int |
SCALE_TYPE
The meta object id for the ' Scale Type ' enum. |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EReference |
getCatalog_Runs()
Returns the meta object for the containment reference list ' Runs '. |
org.eclipse.emf.ecore.EClass |
getCatalog()
Returns the meta object for class ' Catalog '. |
DataFactory |
getDataFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EReference |
getDataPoint_Measurement()
Returns the meta object for the container reference ' Measurement '. |
org.eclipse.emf.ecore.EAttribute |
getDataPoint_Period()
Returns the meta object for the attribute ' Period '. |
org.eclipse.emf.ecore.EAttribute |
getDataPoint_Value()
Returns the meta object for the attribute ' Value '. |
org.eclipse.emf.ecore.EClass |
getDataPoint()
Returns the meta object for class ' Point '. |
org.eclipse.emf.ecore.EReference |
getMeasurement_Entries()
Returns the meta object for the containment reference list ' Entries '. |
org.eclipse.emf.ecore.EAttribute |
getMeasurement_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EReference |
getMeasurement_Run()
Returns the meta object for the container reference ' Run '. |
org.eclipse.emf.ecore.EAttribute |
getMeasurement_Type()
Returns the meta object for the attribute ' Type '. |
org.eclipse.emf.ecore.EReference |
getMeasurement_Value()
Returns the meta object for the reference ' Value '. |
org.eclipse.emf.ecore.EClass |
getMeasurement()
Returns the meta object for class ' Measurement '. |
org.eclipse.emf.ecore.EReference |
getParameter_Attribute()
Returns the meta object for the reference ' Attribute '. |
org.eclipse.emf.ecore.EAttribute |
getParameter_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EAttribute |
getParameter_Value()
Returns the meta object for the attribute ' Value '. |
org.eclipse.emf.ecore.EClass |
getParameter()
Returns the meta object for class ' Parameter '. |
org.eclipse.emf.ecore.EReference |
getParameterSet_Members()
Returns the meta object for the containment reference list ' Members '. |
org.eclipse.emf.ecore.EClass |
getParameterSet()
Returns the meta object for class ' Parameter Set '. |
org.eclipse.emf.ecore.EAttribute |
getRun_Finished()
Returns the meta object for the attribute ' Finished '. |
org.eclipse.emf.ecore.EReference |
getRun_Measurements()
Returns the meta object for the containment reference list ' Measurements '. |
org.eclipse.emf.ecore.EReference |
getRun_Model()
Returns the meta object for the reference ' Model '. |
org.eclipse.emf.ecore.EAttribute |
getRun_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EReference |
getRun_ParameterSets()
Returns the meta object for the containment reference list ' Parameter Sets '. |
org.eclipse.emf.ecore.EAttribute |
getRun_Started()
Returns the meta object for the attribute ' Started '. |
org.eclipse.emf.ecore.EClass |
getRun()
Returns the meta object for class ' Run '. |
org.eclipse.emf.ecore.EEnum |
getScaleType()
Returns the meta object for enum ' Scale Type '. |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final DataPackage eINSTANCE
static final int RUN
Run
' class.
RunImpl
,
DataPackageImpl.getRun()
,
Constant Field Valuesstatic final int RUN__MODEL
static final int RUN__STARTED
static final int RUN__FINISHED
static final int RUN__NAME
static final int RUN__PARAMETER_SETS
static final int RUN__MEASUREMENTS
static final int RUN_FEATURE_COUNT
static final int PARAMETER
Parameter
' class.
ParameterImpl
,
DataPackageImpl.getParameter()
,
Constant Field Valuesstatic final int PARAMETER__VALUE
static final int PARAMETER__ATTRIBUTE
static final int PARAMETER__NAME
static final int PARAMETER_FEATURE_COUNT
static final int DATA_POINT
Point
' class.
DataPointImpl
,
DataPackageImpl.getDataPoint()
,
Constant Field Valuesstatic final int DATA_POINT__PERIOD
static final int DATA_POINT__VALUE
static final int DATA_POINT__MEASUREMENT
static final int DATA_POINT_FEATURE_COUNT
static final int CATALOG
Catalog
' class.
CatalogImpl
,
DataPackageImpl.getCatalog()
,
Constant Field Valuesstatic final int CATALOG__RUNS
static final int CATALOG_FEATURE_COUNT
static final int MEASUREMENT
Measurement
' class.
MeasurementImpl
,
DataPackageImpl.getMeasurement()
,
Constant Field Valuesstatic final int MEASUREMENT__TYPE
static final int MEASUREMENT__VALUE
static final int MEASUREMENT__NAME
static final int MEASUREMENT__ENTRIES
static final int MEASUREMENT__RUN
static final int MEASUREMENT_FEATURE_COUNT
static final int PARAMETER_SET
Parameter Set
' class.
ParameterSetImpl
,
DataPackageImpl.getParameterSet()
,
Constant Field Valuesstatic final int PARAMETER_SET__MEMBERS
static final int PARAMETER_SET_FEATURE_COUNT
static final int SCALE_TYPE
Scale Type
' enum.
ScaleType
,
DataPackageImpl.getScaleType()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getRun()
Run
'.
Run
org.eclipse.emf.ecore.EReference getRun_Model()
Model
'.
Run.getModel()
,
getRun()
org.eclipse.emf.ecore.EAttribute getRun_Started()
Started
'.
Run.getStarted()
,
getRun()
org.eclipse.emf.ecore.EAttribute getRun_Finished()
Finished
'.
Run.getFinished()
,
getRun()
org.eclipse.emf.ecore.EAttribute getRun_Name()
Name
'.
Run.getName()
,
getRun()
org.eclipse.emf.ecore.EReference getRun_ParameterSets()
Parameter Sets
'.
Run.getParameterSets()
,
getRun()
org.eclipse.emf.ecore.EReference getRun_Measurements()
Measurements
'.
Run.getMeasurements()
,
getRun()
org.eclipse.emf.ecore.EClass getParameter()
Parameter
'.
Parameter
org.eclipse.emf.ecore.EReference getParameter_Attribute()
Attribute
'.
Parameter.getAttribute()
,
getParameter()
org.eclipse.emf.ecore.EAttribute getParameter_Name()
Name
'.
Parameter.getName()
,
getParameter()
org.eclipse.emf.ecore.EAttribute getParameter_Value()
Value
'.
Parameter.getValue()
,
getParameter()
org.eclipse.emf.ecore.EClass getDataPoint()
Point
'.
DataPoint
org.eclipse.emf.ecore.EAttribute getDataPoint_Period()
Period
'.
DataPoint.getPeriod()
,
getDataPoint()
org.eclipse.emf.ecore.EAttribute getDataPoint_Value()
Value
'.
DataPoint.getValue()
,
getDataPoint()
org.eclipse.emf.ecore.EReference getDataPoint_Measurement()
Measurement
'.
DataPoint.getMeasurement()
,
getDataPoint()
org.eclipse.emf.ecore.EClass getCatalog()
Catalog
'.
Catalog
org.eclipse.emf.ecore.EReference getCatalog_Runs()
Runs
'.
Catalog.getRuns()
,
getCatalog()
org.eclipse.emf.ecore.EClass getMeasurement()
Measurement
'.
Measurement
org.eclipse.emf.ecore.EAttribute getMeasurement_Type()
Type
'.
Measurement.getType()
,
getMeasurement()
org.eclipse.emf.ecore.EReference getMeasurement_Value()
Value
'.
Measurement.getValue()
,
getMeasurement()
org.eclipse.emf.ecore.EAttribute getMeasurement_Name()
Name
'.
Measurement.getName()
,
getMeasurement()
org.eclipse.emf.ecore.EReference getMeasurement_Entries()
Entries
'.
Measurement.getEntries()
,
getMeasurement()
org.eclipse.emf.ecore.EReference getMeasurement_Run()
Run
'.
Measurement.getRun()
,
getMeasurement()
org.eclipse.emf.ecore.EClass getParameterSet()
Parameter Set
'.
ParameterSet
org.eclipse.emf.ecore.EReference getParameterSet_Members()
Members
'.
ParameterSet.getMembers()
,
getParameterSet()
org.eclipse.emf.ecore.EEnum getScaleType()
Scale Type
'.
ScaleType
DataFactory getDataFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |