Interface MeasurePackage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.ENamedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EPackage
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MeasurePackageImpl
public interface MeasurePackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
MeasureFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
MeasurePackage.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
-
Field Summary
Fields Modifier and Type Field Description static MeasurePackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
PERFORMANCE_INFO_LINE
The meta object id for the 'Performance Info Line
' class.static int
PERFORMANCE_INFO_LINE__DURABILITY
The feature id for the 'Durability' attribute.static int
PERFORMANCE_INFO_LINE__FREQUENCY
The feature id for the 'Frequency' attribute.static int
PERFORMANCE_INFO_LINE__LINE_NO
The feature id for the 'Line No' attribute.static int
PERFORMANCE_INFO_LINE__PURE_DURABILITY
The feature id for the 'Pure Durability' attribute.static int
PERFORMANCE_INFO_LINE__SERVER_CALL_SIGNAL
The feature id for the 'Server Call Signal' attribute.static int
PERFORMANCE_INFO_LINE_FEATURE_COUNT
The number of structural features of the 'Performance Info Line' class.static int
PERFORMANCE_INFO_LINE_OPERATION_COUNT
The number of operations of the 'Performance Info Line' class.static int
PERFORMANCE_INFO_MAIN
The meta object id for the 'Performance Info Main
' class.static int
PERFORMANCE_INFO_MAIN__MODULE_DATA
The feature id for the 'Module Data' containment reference list.static int
PERFORMANCE_INFO_MAIN__PERFORMANCE_FREQUENCY
The feature id for the 'Performance Frequency' attribute.static int
PERFORMANCE_INFO_MAIN__SESSION_ID
The feature id for the 'Session ID' attribute.static int
PERFORMANCE_INFO_MAIN__TARGET_ID
The feature id for the 'Target ID' containment reference.static int
PERFORMANCE_INFO_MAIN__TOTAL_DURABILITY
The feature id for the 'Total Durability' attribute.static int
PERFORMANCE_INFO_MAIN__TOTAL_INDEP_SERVER_WORK_TIME
The feature id for the 'Total Indep Server Work Time' attribute.static int
PERFORMANCE_INFO_MAIN_FEATURE_COUNT
The number of structural features of the 'Performance Info Main' class.static int
PERFORMANCE_INFO_MAIN_OPERATION_COUNT
The number of operations of the 'Performance Info Main' class.static int
PERFORMANCE_INFO_MODULE
The meta object id for the 'Performance Info Module
' class.static int
PERFORMANCE_INFO_MODULE__LINE_INFO
The feature id for the 'Line Info' containment reference list.static int
PERFORMANCE_INFO_MODULE__MODULE_ID
The feature id for the 'Module ID' containment reference.static int
PERFORMANCE_INFO_MODULE_FEATURE_COUNT
The number of structural features of the 'Performance Info Module' class.static int
PERFORMANCE_INFO_MODULE_OPERATION_COUNT
The number of operations of the 'Performance Info Module' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeasureFactory
getMeasureFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getPerformanceInfoLine()
Returns the meta object for class 'Performance Info Line
'.org.eclipse.emf.ecore.EAttribute
getPerformanceInfoLine_Durability()
Returns the meta object for the attribute 'Durability
'.org.eclipse.emf.ecore.EAttribute
getPerformanceInfoLine_Frequency()
Returns the meta object for the attribute 'Frequency
'.org.eclipse.emf.ecore.EAttribute
getPerformanceInfoLine_LineNo()
Returns the meta object for the attribute 'Line No
'.org.eclipse.emf.ecore.EAttribute
getPerformanceInfoLine_PureDurability()
Returns the meta object for the attribute 'Pure Durability
'.org.eclipse.emf.ecore.EAttribute
getPerformanceInfoLine_ServerCallSignal()
Returns the meta object for the attribute 'Server Call Signal
'.org.eclipse.emf.ecore.EClass
getPerformanceInfoMain()
Returns the meta object for class 'Performance Info Main
'.org.eclipse.emf.ecore.EReference
getPerformanceInfoMain_ModuleData()
Returns the meta object for the containment reference list 'Module Data
'.org.eclipse.emf.ecore.EAttribute
getPerformanceInfoMain_PerformanceFrequency()
Returns the meta object for the attribute 'Performance Frequency
'.org.eclipse.emf.ecore.EAttribute
getPerformanceInfoMain_SessionID()
Returns the meta object for the attribute 'Session ID
'.org.eclipse.emf.ecore.EReference
getPerformanceInfoMain_TargetID()
Returns the meta object for the containment reference 'Target ID
'.org.eclipse.emf.ecore.EAttribute
getPerformanceInfoMain_TotalDurability()
Returns the meta object for the attribute 'Total Durability
'.org.eclipse.emf.ecore.EAttribute
getPerformanceInfoMain_TotalIndepServerWorkTime()
Returns the meta object for the attribute 'Total Indep Server Work Time
'.org.eclipse.emf.ecore.EClass
getPerformanceInfoModule()
Returns the meta object for class 'Performance Info Module
'.org.eclipse.emf.ecore.EReference
getPerformanceInfoModule_LineInfo()
Returns the meta object for the containment reference list 'Line Info
'.org.eclipse.emf.ecore.EReference
getPerformanceInfoModule_ModuleID()
Returns the meta object for the containment reference 'Module ID
'.-
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
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final MeasurePackage eINSTANCE
The singleton instance of the package.
-
PERFORMANCE_INFO_LINE
static final int PERFORMANCE_INFO_LINE
The meta object id for the 'Performance Info Line
' class.
-
PERFORMANCE_INFO_LINE__LINE_NO
static final int PERFORMANCE_INFO_LINE__LINE_NO
The feature id for the 'Line No' attribute.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_LINE__FREQUENCY
static final int PERFORMANCE_INFO_LINE__FREQUENCY
The feature id for the 'Frequency' attribute.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_LINE__DURABILITY
static final int PERFORMANCE_INFO_LINE__DURABILITY
The feature id for the 'Durability' attribute.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_LINE__PURE_DURABILITY
static final int PERFORMANCE_INFO_LINE__PURE_DURABILITY
The feature id for the 'Pure Durability' attribute.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_LINE__SERVER_CALL_SIGNAL
static final int PERFORMANCE_INFO_LINE__SERVER_CALL_SIGNAL
The feature id for the 'Server Call Signal' attribute.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_LINE_FEATURE_COUNT
static final int PERFORMANCE_INFO_LINE_FEATURE_COUNT
The number of structural features of the 'Performance Info Line' class.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_LINE_OPERATION_COUNT
static final int PERFORMANCE_INFO_LINE_OPERATION_COUNT
The number of operations of the 'Performance Info Line' class.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MAIN
static final int PERFORMANCE_INFO_MAIN
The meta object id for the 'Performance Info Main
' class.
-
PERFORMANCE_INFO_MAIN__TARGET_ID
static final int PERFORMANCE_INFO_MAIN__TARGET_ID
The feature id for the 'Target ID' containment reference.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MAIN__TOTAL_DURABILITY
static final int PERFORMANCE_INFO_MAIN__TOTAL_DURABILITY
The feature id for the 'Total Durability' attribute.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MAIN__TOTAL_INDEP_SERVER_WORK_TIME
static final int PERFORMANCE_INFO_MAIN__TOTAL_INDEP_SERVER_WORK_TIME
The feature id for the 'Total Indep Server Work Time' attribute.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MAIN__PERFORMANCE_FREQUENCY
static final int PERFORMANCE_INFO_MAIN__PERFORMANCE_FREQUENCY
The feature id for the 'Performance Frequency' attribute.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MAIN__MODULE_DATA
static final int PERFORMANCE_INFO_MAIN__MODULE_DATA
The feature id for the 'Module Data' containment reference list.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MAIN__SESSION_ID
static final int PERFORMANCE_INFO_MAIN__SESSION_ID
The feature id for the 'Session ID' attribute.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MAIN_FEATURE_COUNT
static final int PERFORMANCE_INFO_MAIN_FEATURE_COUNT
The number of structural features of the 'Performance Info Main' class.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MAIN_OPERATION_COUNT
static final int PERFORMANCE_INFO_MAIN_OPERATION_COUNT
The number of operations of the 'Performance Info Main' class.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MODULE
static final int PERFORMANCE_INFO_MODULE
The meta object id for the 'Performance Info Module
' class.
-
PERFORMANCE_INFO_MODULE__MODULE_ID
static final int PERFORMANCE_INFO_MODULE__MODULE_ID
The feature id for the 'Module ID' containment reference.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MODULE__LINE_INFO
static final int PERFORMANCE_INFO_MODULE__LINE_INFO
The feature id for the 'Line Info' containment reference list.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MODULE_FEATURE_COUNT
static final int PERFORMANCE_INFO_MODULE_FEATURE_COUNT
The number of structural features of the 'Performance Info Module' class.- See Also:
- Constant Field Values
-
PERFORMANCE_INFO_MODULE_OPERATION_COUNT
static final int PERFORMANCE_INFO_MODULE_OPERATION_COUNT
The number of operations of the 'Performance Info Module' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getPerformanceInfoLine
org.eclipse.emf.ecore.EClass getPerformanceInfoLine()
Returns the meta object for class 'Performance Info Line
'.- Returns:
- the meta object for class 'Performance Info Line'.
- See Also:
PerformanceInfoLine
-
getPerformanceInfoLine_LineNo
org.eclipse.emf.ecore.EAttribute getPerformanceInfoLine_LineNo()
Returns the meta object for the attribute 'Line No
'.- Returns:
- the meta object for the attribute 'Line No'.
- See Also:
PerformanceInfoLine.getLineNo()
,getPerformanceInfoLine()
-
getPerformanceInfoLine_Frequency
org.eclipse.emf.ecore.EAttribute getPerformanceInfoLine_Frequency()
Returns the meta object for the attribute 'Frequency
'.- Returns:
- the meta object for the attribute 'Frequency'.
- See Also:
PerformanceInfoLine.getFrequency()
,getPerformanceInfoLine()
-
getPerformanceInfoLine_Durability
org.eclipse.emf.ecore.EAttribute getPerformanceInfoLine_Durability()
Returns the meta object for the attribute 'Durability
'.- Returns:
- the meta object for the attribute 'Durability'.
- See Also:
PerformanceInfoLine.getDurability()
,getPerformanceInfoLine()
-
getPerformanceInfoLine_PureDurability
org.eclipse.emf.ecore.EAttribute getPerformanceInfoLine_PureDurability()
Returns the meta object for the attribute 'Pure Durability
'.- Returns:
- the meta object for the attribute 'Pure Durability'.
- See Also:
PerformanceInfoLine.getPureDurability()
,getPerformanceInfoLine()
-
getPerformanceInfoLine_ServerCallSignal
org.eclipse.emf.ecore.EAttribute getPerformanceInfoLine_ServerCallSignal()
Returns the meta object for the attribute 'Server Call Signal
'.- Returns:
- the meta object for the attribute 'Server Call Signal'.
- See Also:
PerformanceInfoLine.getServerCallSignal()
,getPerformanceInfoLine()
-
getPerformanceInfoMain
org.eclipse.emf.ecore.EClass getPerformanceInfoMain()
Returns the meta object for class 'Performance Info Main
'.- Returns:
- the meta object for class 'Performance Info Main'.
- See Also:
PerformanceInfoMain
-
getPerformanceInfoMain_TargetID
org.eclipse.emf.ecore.EReference getPerformanceInfoMain_TargetID()
Returns the meta object for the containment reference 'Target ID
'.- Returns:
- the meta object for the containment reference 'Target ID'.
- See Also:
PerformanceInfoMain.getTargetID()
,getPerformanceInfoMain()
-
getPerformanceInfoMain_TotalDurability
org.eclipse.emf.ecore.EAttribute getPerformanceInfoMain_TotalDurability()
Returns the meta object for the attribute 'Total Durability
'.- Returns:
- the meta object for the attribute 'Total Durability'.
- See Also:
PerformanceInfoMain.getTotalDurability()
,getPerformanceInfoMain()
-
getPerformanceInfoMain_TotalIndepServerWorkTime
org.eclipse.emf.ecore.EAttribute getPerformanceInfoMain_TotalIndepServerWorkTime()
Returns the meta object for the attribute 'Total Indep Server Work Time
'.- Returns:
- the meta object for the attribute 'Total Indep Server Work Time'.
- See Also:
PerformanceInfoMain.getTotalIndepServerWorkTime()
,getPerformanceInfoMain()
-
getPerformanceInfoMain_PerformanceFrequency
org.eclipse.emf.ecore.EAttribute getPerformanceInfoMain_PerformanceFrequency()
Returns the meta object for the attribute 'Performance Frequency
'.- Returns:
- the meta object for the attribute 'Performance Frequency'.
- See Also:
PerformanceInfoMain.getPerformanceFrequency()
,getPerformanceInfoMain()
-
getPerformanceInfoMain_ModuleData
org.eclipse.emf.ecore.EReference getPerformanceInfoMain_ModuleData()
Returns the meta object for the containment reference list 'Module Data
'.- Returns:
- the meta object for the containment reference list 'Module Data'.
- See Also:
PerformanceInfoMain.getModuleData()
,getPerformanceInfoMain()
-
getPerformanceInfoMain_SessionID
org.eclipse.emf.ecore.EAttribute getPerformanceInfoMain_SessionID()
Returns the meta object for the attribute 'Session ID
'.- Returns:
- the meta object for the attribute 'Session ID'.
- See Also:
PerformanceInfoMain.getSessionID()
,getPerformanceInfoMain()
-
getPerformanceInfoModule
org.eclipse.emf.ecore.EClass getPerformanceInfoModule()
Returns the meta object for class 'Performance Info Module
'.- Returns:
- the meta object for class 'Performance Info Module'.
- See Also:
PerformanceInfoModule
-
getPerformanceInfoModule_ModuleID
org.eclipse.emf.ecore.EReference getPerformanceInfoModule_ModuleID()
Returns the meta object for the containment reference 'Module ID
'.- Returns:
- the meta object for the containment reference 'Module ID'.
- See Also:
PerformanceInfoModule.getModuleID()
,getPerformanceInfoModule()
-
getPerformanceInfoModule_LineInfo
org.eclipse.emf.ecore.EReference getPerformanceInfoModule_LineInfo()
Returns the meta object for the containment reference list 'Line Info
'.- Returns:
- the meta object for the containment reference list 'Line Info'.
- See Also:
PerformanceInfoModule.getLineInfo()
,getPerformanceInfoModule()
-
getMeasureFactory
MeasureFactory getMeasureFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-