Interface ExportmodelPackage
- 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:
ExportmodelPackageImpl
public interface ExportmodelPackage
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 enum,
- and each data type
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature 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 int
The meta object id for the 'Atl Operation Export
' class.static final int
The feature id for the 'Begin Memory' attribute.static final int
The feature id for the 'Calls' attribute.static final int
The feature id for the 'End Memory' attribute.static final int
The feature id for the 'Instructions' attribute.static final int
The feature id for the 'Max Memory' attribute.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Profiling Operation' containment reference list.static final int
The feature id for the 'Tim Execution' attribute.static final int
The feature id for the 'Total Instructions Percent' attribute.static final int
The feature id for the 'Total Time Execution Percent' attribute.static final int
The number of structural features of the 'Atl Operation Export' class.static final ExportmodelPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Export Element
' class.static final int
The feature id for the 'Begin Memory' attribute.static final int
The feature id for the 'End Memory' attribute.static final int
The feature id for the 'Instructions' attribute.static final int
The feature id for the 'Max Memory' attribute.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Tim Execution' attribute.static final int
The feature id for the 'Total Instructions Percent' attribute.static final int
The feature id for the 'Total Time Execution Percent' attribute.static final int
The number of structural features of the 'Export Element' class.static final int
The meta object id for the 'Export Root
' class.static final int
The feature id for the 'Operation' containment reference list.static final int
The feature id for the 'Total Instructions' attribute.static final int
The feature id for the 'Total Time' attribute.static final int
The number of structural features of the 'Export Root' class.static final int
The meta object id for the 'Profiling Operation Export
' class.static final int
The feature id for the 'Begin Memory' attribute.static final int
The feature id for the 'End Memory' attribute.static final int
The feature id for the 'Instructions' attribute.static final int
The feature id for the 'Max Memory' attribute.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Tim Execution' attribute.static final int
The feature id for the 'Total Instructions Percent' attribute.static final int
The feature id for the 'Total Time Execution Percent' attribute.static final int
The number of structural features of the 'Profiling Operation Export' class. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClass
Returns the meta object for class 'Atl Operation Export
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Calls
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference list 'Profiling Operation
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Export Element
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Begin Memory
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'End Memory
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Instructions
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Max Memory
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Tim Execution
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Total Instructions Percent
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Total Time Execution Percent
'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Export Root
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference list 'Operation
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Total Instructions
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute 'Total Time
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Profiling Operation Export
'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods 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. -
EXPORT_ELEMENT
static final int EXPORT_ELEMENTThe meta object id for the 'Export Element
' class.- See Also:
-
EXPORT_ELEMENT__NAME
static final int EXPORT_ELEMENT__NAMEThe feature id for the 'Name' attribute.- See Also:
-
EXPORT_ELEMENT__TIM_EXECUTION
static final int EXPORT_ELEMENT__TIM_EXECUTIONThe feature id for the 'Tim Execution' attribute.- See Also:
-
EXPORT_ELEMENT__INSTRUCTIONS
static final int EXPORT_ELEMENT__INSTRUCTIONSThe feature id for the 'Instructions' attribute.- See Also:
-
EXPORT_ELEMENT__BEGIN_MEMORY
static final int EXPORT_ELEMENT__BEGIN_MEMORYThe feature id for the 'Begin Memory' attribute.- See Also:
-
EXPORT_ELEMENT__MAX_MEMORY
static final int EXPORT_ELEMENT__MAX_MEMORYThe feature id for the 'Max Memory' attribute.- See Also:
-
EXPORT_ELEMENT__END_MEMORY
static final int EXPORT_ELEMENT__END_MEMORYThe feature id for the 'End Memory' attribute.- See Also:
-
EXPORT_ELEMENT__TOTAL_TIME_EXECUTION_PERCENT
static final int EXPORT_ELEMENT__TOTAL_TIME_EXECUTION_PERCENTThe feature id for the 'Total Time Execution Percent' attribute.- See Also:
-
EXPORT_ELEMENT__TOTAL_INSTRUCTIONS_PERCENT
static final int EXPORT_ELEMENT__TOTAL_INSTRUCTIONS_PERCENTThe feature id for the 'Total Instructions Percent' attribute.- See Also:
-
EXPORT_ELEMENT_FEATURE_COUNT
static final int EXPORT_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Export Element' class.- See Also:
-
PROFILING_OPERATION_EXPORT
static final int PROFILING_OPERATION_EXPORTThe meta object id for the 'Profiling Operation Export
' class.- See Also:
-
PROFILING_OPERATION_EXPORT__NAME
static final int PROFILING_OPERATION_EXPORT__NAMEThe feature id for the 'Name' attribute.- See Also:
-
PROFILING_OPERATION_EXPORT__TIM_EXECUTION
static final int PROFILING_OPERATION_EXPORT__TIM_EXECUTIONThe feature id for the 'Tim Execution' attribute.- See Also:
-
PROFILING_OPERATION_EXPORT__INSTRUCTIONS
static final int PROFILING_OPERATION_EXPORT__INSTRUCTIONSThe feature id for the 'Instructions' attribute.- See Also:
-
PROFILING_OPERATION_EXPORT__BEGIN_MEMORY
static final int PROFILING_OPERATION_EXPORT__BEGIN_MEMORYThe feature id for the 'Begin Memory' attribute.- See Also:
-
PROFILING_OPERATION_EXPORT__MAX_MEMORY
static final int PROFILING_OPERATION_EXPORT__MAX_MEMORYThe feature id for the 'Max Memory' attribute.- See Also:
-
PROFILING_OPERATION_EXPORT__END_MEMORY
static final int PROFILING_OPERATION_EXPORT__END_MEMORYThe feature id for the 'End Memory' attribute.- See Also:
-
PROFILING_OPERATION_EXPORT__TOTAL_TIME_EXECUTION_PERCENT
static final int PROFILING_OPERATION_EXPORT__TOTAL_TIME_EXECUTION_PERCENTThe feature id for the 'Total Time Execution Percent' attribute.- See Also:
-
PROFILING_OPERATION_EXPORT__TOTAL_INSTRUCTIONS_PERCENT
static final int PROFILING_OPERATION_EXPORT__TOTAL_INSTRUCTIONS_PERCENTThe feature id for the 'Total Instructions Percent' attribute.- See Also:
-
PROFILING_OPERATION_EXPORT_FEATURE_COUNT
static final int PROFILING_OPERATION_EXPORT_FEATURE_COUNTThe number of structural features of the 'Profiling Operation Export' class.- See Also:
-
ATL_OPERATION_EXPORT
static final int ATL_OPERATION_EXPORTThe meta object id for the 'Atl Operation Export
' class.- See Also:
-
ATL_OPERATION_EXPORT__NAME
static final int ATL_OPERATION_EXPORT__NAMEThe feature id for the 'Name' attribute.- See Also:
-
ATL_OPERATION_EXPORT__TIM_EXECUTION
static final int ATL_OPERATION_EXPORT__TIM_EXECUTIONThe feature id for the 'Tim Execution' attribute.- See Also:
-
ATL_OPERATION_EXPORT__INSTRUCTIONS
static final int ATL_OPERATION_EXPORT__INSTRUCTIONSThe feature id for the 'Instructions' attribute.- See Also:
-
ATL_OPERATION_EXPORT__BEGIN_MEMORY
static final int ATL_OPERATION_EXPORT__BEGIN_MEMORYThe feature id for the 'Begin Memory' attribute.- See Also:
-
ATL_OPERATION_EXPORT__MAX_MEMORY
static final int ATL_OPERATION_EXPORT__MAX_MEMORYThe feature id for the 'Max Memory' attribute.- See Also:
-
ATL_OPERATION_EXPORT__END_MEMORY
static final int ATL_OPERATION_EXPORT__END_MEMORYThe feature id for the 'End Memory' attribute.- See Also:
-
ATL_OPERATION_EXPORT__TOTAL_TIME_EXECUTION_PERCENT
static final int ATL_OPERATION_EXPORT__TOTAL_TIME_EXECUTION_PERCENTThe feature id for the 'Total Time Execution Percent' attribute.- See Also:
-
ATL_OPERATION_EXPORT__TOTAL_INSTRUCTIONS_PERCENT
static final int ATL_OPERATION_EXPORT__TOTAL_INSTRUCTIONS_PERCENTThe feature id for the 'Total Instructions Percent' attribute.- See Also:
-
ATL_OPERATION_EXPORT__CALLS
static final int ATL_OPERATION_EXPORT__CALLSThe feature id for the 'Calls' attribute.- See Also:
-
ATL_OPERATION_EXPORT__PROFILING_OPERATION
static final int ATL_OPERATION_EXPORT__PROFILING_OPERATIONThe feature id for the 'Profiling Operation' containment reference list.- See Also:
-
ATL_OPERATION_EXPORT_FEATURE_COUNT
static final int ATL_OPERATION_EXPORT_FEATURE_COUNTThe number of structural features of the 'Atl Operation Export' class.- See Also:
-
EXPORT_ROOT
static final int EXPORT_ROOTThe meta object id for the 'Export Root
' class.- See Also:
-
EXPORT_ROOT__OPERATION
static final int EXPORT_ROOT__OPERATIONThe feature id for the 'Operation' containment reference list.- See Also:
-
EXPORT_ROOT__TOTAL_TIME
static final int EXPORT_ROOT__TOTAL_TIMEThe feature id for the 'Total Time' attribute.- See Also:
-
EXPORT_ROOT__TOTAL_INSTRUCTIONS
static final int EXPORT_ROOT__TOTAL_INSTRUCTIONSThe feature id for the 'Total Instructions' attribute.- See Also:
-
EXPORT_ROOT_FEATURE_COUNT
static final int EXPORT_ROOT_FEATURE_COUNTThe number of structural features of the 'Export Root' class.- See Also:
-
-
Method Details
-
getExportElement
org.eclipse.emf.ecore.EClass getExportElement()Returns the meta object for class 'Export Element
'.- Returns:
- the meta object for class 'Export Element'.
- See Also:
-
getExportElement_Name
org.eclipse.emf.ecore.EAttribute getExportElement_Name()Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
-
getExportElement_TimExecution
org.eclipse.emf.ecore.EAttribute getExportElement_TimExecution()Returns the meta object for the attribute 'Tim Execution
'.- Returns:
- the meta object for the attribute 'Tim Execution'.
- See Also:
-
getExportElement_Instructions
org.eclipse.emf.ecore.EAttribute getExportElement_Instructions()Returns the meta object for the attribute 'Instructions
'.- Returns:
- the meta object for the attribute 'Instructions'.
- See Also:
-
getExportElement_BeginMemory
org.eclipse.emf.ecore.EAttribute getExportElement_BeginMemory()Returns the meta object for the attribute 'Begin Memory
'.- Returns:
- the meta object for the attribute 'Begin Memory'.
- See Also:
-
getExportElement_MaxMemory
org.eclipse.emf.ecore.EAttribute getExportElement_MaxMemory()Returns the meta object for the attribute 'Max Memory
'.- Returns:
- the meta object for the attribute 'Max Memory'.
- See Also:
-
getExportElement_EndMemory
org.eclipse.emf.ecore.EAttribute getExportElement_EndMemory()Returns the meta object for the attribute 'End Memory
'.- Returns:
- the meta object for the attribute 'End Memory'.
- See Also:
-
getExportElement_TotalTimeExecutionPercent
org.eclipse.emf.ecore.EAttribute getExportElement_TotalTimeExecutionPercent()Returns the meta object for the attribute 'Total Time Execution Percent
'.- Returns:
- the meta object for the attribute 'Total Time Execution Percent'.
- See Also:
-
getExportElement_TotalInstructionsPercent
org.eclipse.emf.ecore.EAttribute getExportElement_TotalInstructionsPercent()Returns the meta object for the attribute 'Total Instructions Percent
'.- Returns:
- the meta object for the attribute 'Total Instructions Percent'.
- See Also:
-
getProfilingOperationExport
org.eclipse.emf.ecore.EClass getProfilingOperationExport()Returns the meta object for class 'Profiling Operation Export
'.- Returns:
- the meta object for class 'Profiling Operation Export'.
- See Also:
-
getAtlOperationExport
org.eclipse.emf.ecore.EClass getAtlOperationExport()Returns the meta object for class 'Atl Operation Export
'.- Returns:
- the meta object for class 'Atl Operation Export'.
- See Also:
-
getAtlOperationExport_Calls
org.eclipse.emf.ecore.EAttribute getAtlOperationExport_Calls()Returns the meta object for the attribute 'Calls
'.- Returns:
- the meta object for the attribute 'Calls'.
- See Also:
-
getAtlOperationExport_ProfilingOperation
org.eclipse.emf.ecore.EReference getAtlOperationExport_ProfilingOperation()Returns the meta object for the containment reference list 'Profiling Operation
'.- Returns:
- the meta object for the containment reference list 'Profiling Operation'.
- See Also:
-
getExportRoot
org.eclipse.emf.ecore.EClass getExportRoot()Returns the meta object for class 'Export Root
'.- Returns:
- the meta object for class 'Export Root'.
- See Also:
-
getExportRoot_Operation
org.eclipse.emf.ecore.EReference getExportRoot_Operation()Returns the meta object for the containment reference list 'Operation
'.- Returns:
- the meta object for the containment reference list 'Operation'.
- See Also:
-
getExportRoot_TotalTime
org.eclipse.emf.ecore.EAttribute getExportRoot_TotalTime()Returns the meta object for the attribute 'Total Time
'.- Returns:
- the meta object for the attribute 'Total Time'.
- See Also:
-
getExportRoot_TotalInstructions
org.eclipse.emf.ecore.EAttribute getExportRoot_TotalInstructions()Returns the meta object for the attribute 'Total Instructions
'.- Returns:
- the meta object for the attribute 'Total Instructions'.
- See Also:
-
getExportmodelFactory
ExportmodelFactory getExportmodelFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-