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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MeasurePackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Performance Info Line' class.static final intThe feature id for the 'Durability' attribute.static final intThe feature id for the 'Frequency' attribute.static final intThe feature id for the 'Line No' attribute.static final intThe feature id for the 'Pure Durability' attribute.static final intThe feature id for the 'Server Call Signal' attribute.static final intThe number of structural features of the 'Performance Info Line' class.static final intThe number of operations of the 'Performance Info Line' class.static final intThe meta object id for the 'Performance Info Main' class.static final intThe feature id for the 'Module Data' containment reference list.static final intThe feature id for the 'Performance Frequency' attribute.static final intThe feature id for the 'Session ID' attribute.static final intThe feature id for the 'Target ID' containment reference.static final intThe feature id for the 'Total Durability' attribute.static final intThe feature id for the 'Total Indep Server Work Time' attribute.static final intThe number of structural features of the 'Performance Info Main' class.static final intThe number of operations of the 'Performance Info Main' class.static final intThe meta object id for the 'Performance Info Module' class.static final intThe feature id for the 'Line Info' containment reference list.static final intThe feature id for the 'Module ID' containment reference.static final intThe number of structural features of the 'Performance Info Module' class.static final intThe number of operations of the 'Performance Info Module' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Performance Info Line'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Durability'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Frequency'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Line No'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Pure Durability'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Server Call Signal'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Performance Info Main'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Module Data'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Performance Frequency'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Session ID'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference 'Target ID'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Total Durability'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Total Indep Server Work Time'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Performance Info Module'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Line Info'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference 'Module ID'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
-
eNS_URI
The package namespace URI.- See Also:
-
eNS_PREFIX
The package namespace name.- See Also:
-
eINSTANCE
The singleton instance of the package. -
PERFORMANCE_INFO_LINE
static final int PERFORMANCE_INFO_LINEThe meta object id for the 'Performance Info Line' class. -
PERFORMANCE_INFO_LINE__LINE_NO
static final int PERFORMANCE_INFO_LINE__LINE_NOThe feature id for the 'Line No' attribute.- See Also:
-
PERFORMANCE_INFO_LINE__FREQUENCY
static final int PERFORMANCE_INFO_LINE__FREQUENCYThe feature id for the 'Frequency' attribute.- See Also:
-
PERFORMANCE_INFO_LINE__DURABILITY
static final int PERFORMANCE_INFO_LINE__DURABILITYThe feature id for the 'Durability' attribute.- See Also:
-
PERFORMANCE_INFO_LINE__PURE_DURABILITY
static final int PERFORMANCE_INFO_LINE__PURE_DURABILITYThe feature id for the 'Pure Durability' attribute.- See Also:
-
PERFORMANCE_INFO_LINE__SERVER_CALL_SIGNAL
static final int PERFORMANCE_INFO_LINE__SERVER_CALL_SIGNALThe feature id for the 'Server Call Signal' attribute.- See Also:
-
PERFORMANCE_INFO_LINE_FEATURE_COUNT
static final int PERFORMANCE_INFO_LINE_FEATURE_COUNTThe number of structural features of the 'Performance Info Line' class.- See Also:
-
PERFORMANCE_INFO_LINE_OPERATION_COUNT
static final int PERFORMANCE_INFO_LINE_OPERATION_COUNTThe number of operations of the 'Performance Info Line' class.- See Also:
-
PERFORMANCE_INFO_MAIN
static final int PERFORMANCE_INFO_MAINThe meta object id for the 'Performance Info Main' class. -
PERFORMANCE_INFO_MAIN__TARGET_ID
static final int PERFORMANCE_INFO_MAIN__TARGET_IDThe feature id for the 'Target ID' containment reference.- See Also:
-
PERFORMANCE_INFO_MAIN__TOTAL_DURABILITY
static final int PERFORMANCE_INFO_MAIN__TOTAL_DURABILITYThe feature id for the 'Total Durability' attribute.- See Also:
-
PERFORMANCE_INFO_MAIN__TOTAL_INDEP_SERVER_WORK_TIME
static final int PERFORMANCE_INFO_MAIN__TOTAL_INDEP_SERVER_WORK_TIMEThe feature id for the 'Total Indep Server Work Time' attribute.- See Also:
-
PERFORMANCE_INFO_MAIN__PERFORMANCE_FREQUENCY
static final int PERFORMANCE_INFO_MAIN__PERFORMANCE_FREQUENCYThe feature id for the 'Performance Frequency' attribute.- See Also:
-
PERFORMANCE_INFO_MAIN__MODULE_DATA
static final int PERFORMANCE_INFO_MAIN__MODULE_DATAThe feature id for the 'Module Data' containment reference list.- See Also:
-
PERFORMANCE_INFO_MAIN__SESSION_ID
static final int PERFORMANCE_INFO_MAIN__SESSION_IDThe feature id for the 'Session ID' attribute.- See Also:
-
PERFORMANCE_INFO_MAIN_FEATURE_COUNT
static final int PERFORMANCE_INFO_MAIN_FEATURE_COUNTThe number of structural features of the 'Performance Info Main' class.- See Also:
-
PERFORMANCE_INFO_MAIN_OPERATION_COUNT
static final int PERFORMANCE_INFO_MAIN_OPERATION_COUNTThe number of operations of the 'Performance Info Main' class.- See Also:
-
PERFORMANCE_INFO_MODULE
static final int PERFORMANCE_INFO_MODULEThe meta object id for the 'Performance Info Module' class. -
PERFORMANCE_INFO_MODULE__MODULE_ID
static final int PERFORMANCE_INFO_MODULE__MODULE_IDThe feature id for the 'Module ID' containment reference.- See Also:
-
PERFORMANCE_INFO_MODULE__LINE_INFO
static final int PERFORMANCE_INFO_MODULE__LINE_INFOThe feature id for the 'Line Info' containment reference list.- See Also:
-
PERFORMANCE_INFO_MODULE_FEATURE_COUNT
static final int PERFORMANCE_INFO_MODULE_FEATURE_COUNTThe number of structural features of the 'Performance Info Module' class.- See Also:
-
PERFORMANCE_INFO_MODULE_OPERATION_COUNT
static final int PERFORMANCE_INFO_MODULE_OPERATION_COUNTThe number of operations of the 'Performance Info Module' class.- See Also:
-
-
Method Details
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
getMeasureFactory
MeasureFactory getMeasureFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-