public interface SERecordPackage
extends org.eclipse.emf.ecore.EPackage
SERecordFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
SERecordPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static SERecordPackage |
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 |
SE_BASE_RECORD
The meta object id for the '
SE Base Record' class. |
static int |
SE_BASE_RECORD__MEASURE
The feature id for the 'Measure' attribute.
|
static int |
SE_BASE_RECORD__RESIDUAL
The feature id for the 'Residual' attribute.
|
static int |
SE_BASE_RECORD__WEIGHT
The feature id for the 'Weight' attribute.
|
static int |
SE_BASE_RECORD_FEATURE_COUNT
The number of structural features of the 'SE Base Record' class.
|
static int |
SE_BRANCH_RECORD
The meta object id for the '
SE Branch Record' class. |
static int |
SE_BRANCH_RECORD__CUR_SE_REC
The feature id for the 'Cur Se Rec' reference.
|
static int |
SE_BRANCH_RECORD__PJ_MATRIX_INDEX
The feature id for the 'PJ Matrix Index' attribute.
|
static int |
SE_BRANCH_RECORD__PSE_REC
The feature id for the 'PSe Rec' reference.
|
static int |
SE_BRANCH_RECORD__QJ_MATRIX_INDEX
The feature id for the 'QJ Matrix Index' attribute.
|
static int |
SE_BRANCH_RECORD__QSE_REC
The feature id for the 'QSe Rec' reference.
|
static int |
SE_BRANCH_RECORD__TAP_SE_REC
The feature id for the 'Tap Se Rec' reference.
|
static int |
SE_BRANCH_RECORD_FEATURE_COUNT
The number of structural features of the 'SE Branch Record' class.
|
static int |
SE_BUS_RECORD
The meta object id for the '
SE Bus Record' class. |
static int |
SE_BUS_RECORD__ALL_ON_STATUS
The feature id for the 'All On Status' attribute.
|
static int |
SE_BUS_RECORD__INJECT_VALUE
The feature id for the 'Inject Value' attribute.
|
static int |
SE_BUS_RECORD__JMATRIX_INDEX
The feature id for the 'JMatrix Index' attribute.
|
static int |
SE_BUS_RECORD__MEASURE
The feature id for the 'Measure' attribute.
|
static int |
SE_BUS_RECORD__RESIDUAL
The feature id for the 'Residual' attribute.
|
static int |
SE_BUS_RECORD__WEIGHT
The feature id for the 'Weight' attribute.
|
static int |
SE_BUS_RECORD_FEATURE_COUNT
The number of structural features of the 'SE Bus Record' class.
|
static int |
SE_MEAS_RECORD
The meta object id for the '
SE Meas Record' class. |
static int |
SE_MEAS_RECORD__DEVICE_ID
The feature id for the 'Device Id' attribute.
|
static int |
SE_MEAS_RECORD__MEASURE
The feature id for the 'Measure' attribute.
|
static int |
SE_MEAS_RECORD__MEASURE_TYPE
The feature id for the 'Measure Type' attribute.
|
static int |
SE_MEAS_RECORD__NOT_USED_IN_CAL
The feature id for the 'Not Used In Cal' attribute.
|
static int |
SE_MEAS_RECORD__QUALITY
The feature id for the 'Quality' attribute.
|
static int |
SE_MEAS_RECORD__RESIDUAL
The feature id for the 'Residual' attribute.
|
static int |
SE_MEAS_RECORD__STATUS
The feature id for the 'Status' attribute.
|
static int |
SE_MEAS_RECORD__WEIGHT
The feature id for the 'Weight' attribute.
|
static int |
SE_MEAS_RECORD_FEATURE_COUNT
The number of structural features of the 'SE Meas Record' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getSEBaseRecord_Measure()
Returns the meta object for the attribute '
Measure'. |
org.eclipse.emf.ecore.EAttribute |
getSEBaseRecord_Residual()
Returns the meta object for the attribute '
Residual'. |
org.eclipse.emf.ecore.EAttribute |
getSEBaseRecord_Weight()
Returns the meta object for the attribute '
Weight'. |
org.eclipse.emf.ecore.EClass |
getSEBaseRecord()
Returns the meta object for class '
SE Base Record'. |
org.eclipse.emf.ecore.EReference |
getSEBranchRecord_CurSeRec()
Returns the meta object for the reference '
Cur Se Rec'. |
org.eclipse.emf.ecore.EAttribute |
getSEBranchRecord_PJMatrixIndex()
Returns the meta object for the attribute '
PJ Matrix Index'. |
org.eclipse.emf.ecore.EReference |
getSEBranchRecord_PSeRec()
Returns the meta object for the reference '
PSe Rec'. |
org.eclipse.emf.ecore.EAttribute |
getSEBranchRecord_QJMatrixIndex()
Returns the meta object for the attribute '
QJ Matrix Index'. |
org.eclipse.emf.ecore.EReference |
getSEBranchRecord_QSeRec()
Returns the meta object for the reference '
QSe Rec'. |
org.eclipse.emf.ecore.EReference |
getSEBranchRecord_TapSeRec()
Returns the meta object for the reference '
Tap Se Rec'. |
org.eclipse.emf.ecore.EClass |
getSEBranchRecord()
Returns the meta object for class '
SE Branch Record'. |
org.eclipse.emf.ecore.EAttribute |
getSEBusRecord_AllOnStatus()
Returns the meta object for the attribute '
All On Status'. |
org.eclipse.emf.ecore.EAttribute |
getSEBusRecord_InjectValue()
Returns the meta object for the attribute '
Inject Value'. |
org.eclipse.emf.ecore.EAttribute |
getSEBusRecord_JMatrixIndex()
Returns the meta object for the attribute '
JMatrix Index'. |
org.eclipse.emf.ecore.EClass |
getSEBusRecord()
Returns the meta object for class '
SE Bus Record'. |
org.eclipse.emf.ecore.EAttribute |
getSEMeasRecord_DeviceId()
Returns the meta object for the attribute '
Device Id'. |
org.eclipse.emf.ecore.EAttribute |
getSEMeasRecord_MeasureType()
Returns the meta object for the attribute '
Measure Type'. |
org.eclipse.emf.ecore.EAttribute |
getSEMeasRecord_NotUsedInCal()
Returns the meta object for the attribute '
Not Used In Cal'. |
org.eclipse.emf.ecore.EAttribute |
getSEMeasRecord_Quality()
Returns the meta object for the attribute '
Quality'. |
org.eclipse.emf.ecore.EAttribute |
getSEMeasRecord_Status()
Returns the meta object for the attribute '
Status'. |
org.eclipse.emf.ecore.EClass |
getSEMeasRecord()
Returns the meta object for class '
SE Meas Record'. |
SERecordFactory |
getSERecordFactory()
Returns the factory that creates the instances of the model.
|
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 SERecordPackage eINSTANCE
static final int SE_BASE_RECORD
SE Base Record' class.
static final int SE_BASE_RECORD__WEIGHT
static final int SE_BASE_RECORD__MEASURE
static final int SE_BASE_RECORD__RESIDUAL
static final int SE_BASE_RECORD_FEATURE_COUNT
static final int SE_MEAS_RECORD
SE Meas Record' class.
static final int SE_MEAS_RECORD__WEIGHT
static final int SE_MEAS_RECORD__MEASURE
static final int SE_MEAS_RECORD__RESIDUAL
static final int SE_MEAS_RECORD__STATUS
static final int SE_MEAS_RECORD__QUALITY
static final int SE_MEAS_RECORD__NOT_USED_IN_CAL
static final int SE_MEAS_RECORD__DEVICE_ID
static final int SE_MEAS_RECORD__MEASURE_TYPE
static final int SE_MEAS_RECORD_FEATURE_COUNT
static final int SE_BUS_RECORD
SE Bus Record' class.
static final int SE_BUS_RECORD__WEIGHT
static final int SE_BUS_RECORD__MEASURE
static final int SE_BUS_RECORD__RESIDUAL
static final int SE_BUS_RECORD__INJECT_VALUE
static final int SE_BUS_RECORD__JMATRIX_INDEX
static final int SE_BUS_RECORD__ALL_ON_STATUS
static final int SE_BUS_RECORD_FEATURE_COUNT
static final int SE_BRANCH_RECORD
SE Branch Record' class.
static final int SE_BRANCH_RECORD__PSE_REC
static final int SE_BRANCH_RECORD__QSE_REC
static final int SE_BRANCH_RECORD__CUR_SE_REC
static final int SE_BRANCH_RECORD__TAP_SE_REC
static final int SE_BRANCH_RECORD__PJ_MATRIX_INDEX
static final int SE_BRANCH_RECORD__QJ_MATRIX_INDEX
static final int SE_BRANCH_RECORD_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getSEBaseRecord()
SE Base Record'.
SEBaseRecordorg.eclipse.emf.ecore.EAttribute getSEBaseRecord_Weight()
Weight'.
SEBaseRecord.getWeight(),
getSEBaseRecord()org.eclipse.emf.ecore.EAttribute getSEBaseRecord_Measure()
Measure'.
SEBaseRecord.getMeasure(),
getSEBaseRecord()org.eclipse.emf.ecore.EAttribute getSEBaseRecord_Residual()
Residual'.
SEBaseRecord.getResidual(),
getSEBaseRecord()org.eclipse.emf.ecore.EClass getSEMeasRecord()
SE Meas Record'.
SEMeasRecordorg.eclipse.emf.ecore.EAttribute getSEMeasRecord_Status()
Status'.
SEMeasRecord.isStatus(),
getSEMeasRecord()org.eclipse.emf.ecore.EAttribute getSEMeasRecord_Quality()
Quality'.
SEMeasRecord.isQuality(),
getSEMeasRecord()org.eclipse.emf.ecore.EAttribute getSEMeasRecord_NotUsedInCal()
Not Used In Cal'.
SEMeasRecord.isNotUsedInCal(),
getSEMeasRecord()org.eclipse.emf.ecore.EAttribute getSEMeasRecord_DeviceId()
Device Id'.
SEMeasRecord.getDeviceId(),
getSEMeasRecord()org.eclipse.emf.ecore.EAttribute getSEMeasRecord_MeasureType()
Measure Type'.
SEMeasRecord.getMeasureType(),
getSEMeasRecord()org.eclipse.emf.ecore.EClass getSEBusRecord()
SE Bus Record'.
SEBusRecordorg.eclipse.emf.ecore.EAttribute getSEBusRecord_InjectValue()
Inject Value'.
SEBusRecord.getInjectValue(),
getSEBusRecord()org.eclipse.emf.ecore.EAttribute getSEBusRecord_JMatrixIndex()
JMatrix Index'.
SEBusRecord.getJMatrixIndex(),
getSEBusRecord()org.eclipse.emf.ecore.EAttribute getSEBusRecord_AllOnStatus()
All On Status'.
SEBusRecord.isAllOnStatus(),
getSEBusRecord()org.eclipse.emf.ecore.EClass getSEBranchRecord()
SE Branch Record'.
SEBranchRecordorg.eclipse.emf.ecore.EReference getSEBranchRecord_PSeRec()
PSe Rec'.
SEBranchRecord.getPSeRec(),
getSEBranchRecord()org.eclipse.emf.ecore.EReference getSEBranchRecord_QSeRec()
QSe Rec'.
SEBranchRecord.getQSeRec(),
getSEBranchRecord()org.eclipse.emf.ecore.EReference getSEBranchRecord_CurSeRec()
Cur Se Rec'.
SEBranchRecord.getCurSeRec(),
getSEBranchRecord()org.eclipse.emf.ecore.EAttribute getSEBranchRecord_PJMatrixIndex()
PJ Matrix Index'.
SEBranchRecord.getPJMatrixIndex(),
getSEBranchRecord()org.eclipse.emf.ecore.EAttribute getSEBranchRecord_QJMatrixIndex()
QJ Matrix Index'.
SEBranchRecord.getQJMatrixIndex(),
getSEBranchRecord()org.eclipse.emf.ecore.EReference getSEBranchRecord_TapSeRec()
Tap Se Rec'.
SEBranchRecord.getTapSeRec(),
getSEBranchRecord()SERecordFactory getSERecordFactory()