Package kieker.model.analysismodel.trace
Interface TracePackage.Literals
- Enclosing interface:
- TracePackage
public static interface TracePackage.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
- Generated:
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EClass
OPERATION_CALL
The meta object literal for the 'Operation Call
' class.static org.eclipse.emf.ecore.EReference
OPERATION_CALL__CHILDREN
The meta object literal for the 'Children' reference list feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_CALL__DUR_RATIO_TO_PARENT
The meta object literal for the 'Dur Ratio To Parent' attribute feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_CALL__DUR_RATIO_TO_ROOT_PARENT
The meta object literal for the 'Dur Ratio To Root Parent' attribute feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_CALL__DURATION
The meta object literal for the 'Duration' attribute feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_CALL__FAILED
The meta object literal for the 'Failed' attribute feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_CALL__FAILED_CAUSE
The meta object literal for the 'Failed Cause' attribute feature.static org.eclipse.emf.ecore.EReference
OPERATION_CALL__OPERATION
The meta object literal for the 'Operation' reference feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_CALL__ORDER_INDEX
The meta object literal for the 'Order Index' attribute feature.static org.eclipse.emf.ecore.EReference
OPERATION_CALL__PARENT
The meta object literal for the 'Parent' reference feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_CALL__STACK_DEPTH
The meta object literal for the 'Stack Depth' attribute feature.static org.eclipse.emf.ecore.EAttribute
OPERATION_CALL__START
The meta object literal for the 'Start' attribute feature.static org.eclipse.emf.ecore.EClass
TRACE
The meta object literal for the 'Trace
' class.static org.eclipse.emf.ecore.EReference
TRACE__ROOT_OPERATION_CALL
The meta object literal for the 'Root Operation Call' containment reference feature.static org.eclipse.emf.ecore.EAttribute
TRACE__TRACE_ID
The meta object literal for the 'Trace ID' attribute feature.
-
Field Details
-
TRACE
static final org.eclipse.emf.ecore.EClass TRACEThe meta object literal for the 'Trace
' class.- See Also:
TraceImpl
,TracePackageImpl.getTrace()
- Generated:
-
TRACE__TRACE_ID
static final org.eclipse.emf.ecore.EAttribute TRACE__TRACE_IDThe meta object literal for the 'Trace ID' attribute feature.- Generated:
-
TRACE__ROOT_OPERATION_CALL
static final org.eclipse.emf.ecore.EReference TRACE__ROOT_OPERATION_CALLThe meta object literal for the 'Root Operation Call' containment reference feature.- Generated:
-
OPERATION_CALL
static final org.eclipse.emf.ecore.EClass OPERATION_CALLThe meta object literal for the 'Operation Call
' class.- See Also:
OperationCallImpl
,TracePackageImpl.getOperationCall()
- Generated:
-
OPERATION_CALL__OPERATION
static final org.eclipse.emf.ecore.EReference OPERATION_CALL__OPERATIONThe meta object literal for the 'Operation' reference feature.- Generated:
-
OPERATION_CALL__PARENT
static final org.eclipse.emf.ecore.EReference OPERATION_CALL__PARENTThe meta object literal for the 'Parent' reference feature.- Generated:
-
OPERATION_CALL__CHILDREN
static final org.eclipse.emf.ecore.EReference OPERATION_CALL__CHILDRENThe meta object literal for the 'Children' reference list feature.- Generated:
-
OPERATION_CALL__DURATION
static final org.eclipse.emf.ecore.EAttribute OPERATION_CALL__DURATIONThe meta object literal for the 'Duration' attribute feature.- Generated:
-
OPERATION_CALL__START
static final org.eclipse.emf.ecore.EAttribute OPERATION_CALL__STARTThe meta object literal for the 'Start' attribute feature.- Generated:
-
OPERATION_CALL__DUR_RATIO_TO_PARENT
static final org.eclipse.emf.ecore.EAttribute OPERATION_CALL__DUR_RATIO_TO_PARENTThe meta object literal for the 'Dur Ratio To Parent' attribute feature.- Generated:
-
OPERATION_CALL__DUR_RATIO_TO_ROOT_PARENT
static final org.eclipse.emf.ecore.EAttribute OPERATION_CALL__DUR_RATIO_TO_ROOT_PARENTThe meta object literal for the 'Dur Ratio To Root Parent' attribute feature.- Generated:
-
OPERATION_CALL__STACK_DEPTH
static final org.eclipse.emf.ecore.EAttribute OPERATION_CALL__STACK_DEPTHThe meta object literal for the 'Stack Depth' attribute feature.- Generated:
-
OPERATION_CALL__ORDER_INDEX
static final org.eclipse.emf.ecore.EAttribute OPERATION_CALL__ORDER_INDEXThe meta object literal for the 'Order Index' attribute feature.- Generated:
-
OPERATION_CALL__FAILED
static final org.eclipse.emf.ecore.EAttribute OPERATION_CALL__FAILEDThe meta object literal for the 'Failed' attribute feature.- Generated:
-
OPERATION_CALL__FAILED_CAUSE
static final org.eclipse.emf.ecore.EAttribute OPERATION_CALL__FAILED_CAUSEThe meta object literal for the 'Failed Cause' attribute feature.- Generated:
-