Package kieker.model.analysismodel.trace
Interface TracePackage
- 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:
TracePackageImpl
public interface TracePackage
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:
TraceFactory
- Generated:
- Model:
- kind="package"
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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 -
Field Summary
Fields Modifier and Type Field Description static TracePackage
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
OPERATION_CALL
The meta object id for the 'Operation Call
' class.static int
OPERATION_CALL__CHILDREN
The feature id for the 'Children' reference list.static int
OPERATION_CALL__DUR_RATIO_TO_PARENT
The feature id for the 'Dur Ratio To Parent' attribute.static int
OPERATION_CALL__DUR_RATIO_TO_ROOT_PARENT
The feature id for the 'Dur Ratio To Root Parent' attribute.static int
OPERATION_CALL__DURATION
The feature id for the 'Duration' attribute.static int
OPERATION_CALL__FAILED
The feature id for the 'Failed' attribute.static int
OPERATION_CALL__FAILED_CAUSE
The feature id for the 'Failed Cause' attribute.static int
OPERATION_CALL__OPERATION
The feature id for the 'Operation' reference.static int
OPERATION_CALL__ORDER_INDEX
The feature id for the 'Order Index' attribute.static int
OPERATION_CALL__PARENT
The feature id for the 'Parent' reference.static int
OPERATION_CALL__STACK_DEPTH
The feature id for the 'Stack Depth' attribute.static int
OPERATION_CALL__START
The feature id for the 'Start' attribute.static int
OPERATION_CALL_FEATURE_COUNT
The number of structural features of the 'Operation Call' class.static int
OPERATION_CALL_OPERATION_COUNT
The number of operations of the 'Operation Call' class.static int
TRACE
The meta object id for the 'Trace
' class.static int
TRACE__ROOT_OPERATION_CALL
The feature id for the 'Root Operation Call' containment reference.static int
TRACE__TRACE_ID
The feature id for the 'Trace ID' attribute.static int
TRACE_FEATURE_COUNT
The number of structural features of the 'Trace' class.static int
TRACE_OPERATION_COUNT
The number of operations of the 'Trace' class. -
Method Summary
Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getOperationCall()
Returns the meta object for class 'Operation Call
'.org.eclipse.emf.ecore.EReference
getOperationCall_Children()
Returns the meta object for the reference list 'Children
'.org.eclipse.emf.ecore.EAttribute
getOperationCall_Duration()
Returns the meta object for the attribute 'Duration
'.org.eclipse.emf.ecore.EAttribute
getOperationCall_DurRatioToParent()
Returns the meta object for the attribute 'Dur Ratio To Parent
'.org.eclipse.emf.ecore.EAttribute
getOperationCall_DurRatioToRootParent()
Returns the meta object for the attribute 'Dur Ratio To Root Parent
'.org.eclipse.emf.ecore.EAttribute
getOperationCall_Failed()
Returns the meta object for the attribute 'Failed
'.org.eclipse.emf.ecore.EAttribute
getOperationCall_FailedCause()
Returns the meta object for the attribute 'Failed Cause
'.org.eclipse.emf.ecore.EReference
getOperationCall_Operation()
Returns the meta object for the reference 'Operation
'.org.eclipse.emf.ecore.EAttribute
getOperationCall_OrderIndex()
Returns the meta object for the attribute 'Order Index
'.org.eclipse.emf.ecore.EReference
getOperationCall_Parent()
Returns the meta object for the reference 'Parent
'.org.eclipse.emf.ecore.EAttribute
getOperationCall_StackDepth()
Returns the meta object for the attribute 'Stack Depth
'.org.eclipse.emf.ecore.EAttribute
getOperationCall_Start()
Returns the meta object for the attribute 'Start
'.org.eclipse.emf.ecore.EClass
getTrace()
Returns the meta object for class 'Trace
'.org.eclipse.emf.ecore.EReference
getTrace_RootOperationCall()
Returns the meta object for the containment reference 'Root Operation Call
'.org.eclipse.emf.ecore.EAttribute
getTrace_TraceID()
Returns the meta object for the attribute 'Trace ID
'.TraceFactory
getTraceFactory()
Returns the factory that creates the instances of the model.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 Details
-
eNAME
static final java.lang.String eNAMEThe package name.- See Also:
- Constant Field Values
- Generated:
-
eNS_URI
static final java.lang.String eNS_URIThe package namespace URI.- See Also:
- Constant Field Values
- Generated:
-
eNS_PREFIX
static final java.lang.String eNS_PREFIXThe package namespace name.- See Also:
- Constant Field Values
- Generated:
-
eINSTANCE
The singleton instance of the package.- Generated:
-
TRACE
static final int TRACEThe meta object id for the 'Trace
' class.- See Also:
TraceImpl
,TracePackageImpl.getTrace()
, Constant Field Values- Generated:
-
TRACE__TRACE_ID
static final int TRACE__TRACE_IDThe feature id for the 'Trace ID' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
TRACE__ROOT_OPERATION_CALL
static final int TRACE__ROOT_OPERATION_CALLThe feature id for the 'Root Operation Call' containment reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
TRACE_FEATURE_COUNT
static final int TRACE_FEATURE_COUNTThe number of structural features of the 'Trace' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
TRACE_OPERATION_COUNT
static final int TRACE_OPERATION_COUNTThe number of operations of the 'Trace' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL
static final int OPERATION_CALLThe meta object id for the 'Operation Call
' class.- See Also:
OperationCallImpl
,TracePackageImpl.getOperationCall()
, Constant Field Values- Generated:
-
OPERATION_CALL__OPERATION
static final int OPERATION_CALL__OPERATIONThe feature id for the 'Operation' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL__PARENT
static final int OPERATION_CALL__PARENTThe feature id for the 'Parent' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL__CHILDREN
static final int OPERATION_CALL__CHILDRENThe feature id for the 'Children' reference list.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL__DURATION
static final int OPERATION_CALL__DURATIONThe feature id for the 'Duration' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL__START
static final int OPERATION_CALL__STARTThe feature id for the 'Start' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL__DUR_RATIO_TO_PARENT
static final int OPERATION_CALL__DUR_RATIO_TO_PARENTThe feature id for the 'Dur Ratio To Parent' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL__DUR_RATIO_TO_ROOT_PARENT
static final int OPERATION_CALL__DUR_RATIO_TO_ROOT_PARENTThe feature id for the 'Dur Ratio To Root Parent' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL__STACK_DEPTH
static final int OPERATION_CALL__STACK_DEPTHThe feature id for the 'Stack Depth' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL__ORDER_INDEX
static final int OPERATION_CALL__ORDER_INDEXThe feature id for the 'Order Index' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL__FAILED
static final int OPERATION_CALL__FAILEDThe feature id for the 'Failed' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL__FAILED_CAUSE
static final int OPERATION_CALL__FAILED_CAUSEThe feature id for the 'Failed Cause' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL_FEATURE_COUNT
static final int OPERATION_CALL_FEATURE_COUNTThe number of structural features of the 'Operation Call' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_CALL_OPERATION_COUNT
static final int OPERATION_CALL_OPERATION_COUNTThe number of operations of the 'Operation Call' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
-
Method Details
-
getTrace
org.eclipse.emf.ecore.EClass getTrace()Returns the meta object for class 'Trace
'.- Returns:
- the meta object for class 'Trace'.
- See Also:
Trace
- Generated:
-
getTrace_TraceID
org.eclipse.emf.ecore.EAttribute getTrace_TraceID()Returns the meta object for the attribute 'Trace ID
'.- Returns:
- the meta object for the attribute 'Trace ID'.
- See Also:
Trace.getTraceID()
,getTrace()
- Generated:
-
getTrace_RootOperationCall
org.eclipse.emf.ecore.EReference getTrace_RootOperationCall()Returns the meta object for the containment reference 'Root Operation Call
'.- Returns:
- the meta object for the containment reference 'Root Operation Call'.
- See Also:
Trace.getRootOperationCall()
,getTrace()
- Generated:
-
getOperationCall
org.eclipse.emf.ecore.EClass getOperationCall()Returns the meta object for class 'Operation Call
'.- Returns:
- the meta object for class 'Operation Call'.
- See Also:
OperationCall
- Generated:
-
getOperationCall_Operation
org.eclipse.emf.ecore.EReference getOperationCall_Operation()Returns the meta object for the reference 'Operation
'.- Returns:
- the meta object for the reference 'Operation'.
- See Also:
OperationCall.getOperation()
,getOperationCall()
- Generated:
-
getOperationCall_Parent
org.eclipse.emf.ecore.EReference getOperationCall_Parent()Returns the meta object for the reference 'Parent
'.- Returns:
- the meta object for the reference 'Parent'.
- See Also:
OperationCall.getParent()
,getOperationCall()
- Generated:
-
getOperationCall_Children
org.eclipse.emf.ecore.EReference getOperationCall_Children()Returns the meta object for the reference list 'Children
'.- Returns:
- the meta object for the reference list 'Children'.
- See Also:
OperationCall.getChildren()
,getOperationCall()
- Generated:
-
getOperationCall_Duration
org.eclipse.emf.ecore.EAttribute getOperationCall_Duration()Returns the meta object for the attribute 'Duration
'.- Returns:
- the meta object for the attribute 'Duration'.
- See Also:
OperationCall.getDuration()
,getOperationCall()
- Generated:
-
getOperationCall_Start
org.eclipse.emf.ecore.EAttribute getOperationCall_Start()Returns the meta object for the attribute 'Start
'.- Returns:
- the meta object for the attribute 'Start'.
- See Also:
OperationCall.getStart()
,getOperationCall()
- Generated:
-
getOperationCall_DurRatioToParent
org.eclipse.emf.ecore.EAttribute getOperationCall_DurRatioToParent()Returns the meta object for the attribute 'Dur Ratio To Parent
'.- Returns:
- the meta object for the attribute 'Dur Ratio To Parent'.
- See Also:
OperationCall.getDurRatioToParent()
,getOperationCall()
- Generated:
-
getOperationCall_DurRatioToRootParent
org.eclipse.emf.ecore.EAttribute getOperationCall_DurRatioToRootParent()Returns the meta object for the attribute 'Dur Ratio To Root Parent
'.- Returns:
- the meta object for the attribute 'Dur Ratio To Root Parent'.
- See Also:
OperationCall.getDurRatioToRootParent()
,getOperationCall()
- Generated:
-
getOperationCall_StackDepth
org.eclipse.emf.ecore.EAttribute getOperationCall_StackDepth()Returns the meta object for the attribute 'Stack Depth
'.- Returns:
- the meta object for the attribute 'Stack Depth'.
- See Also:
OperationCall.getStackDepth()
,getOperationCall()
- Generated:
-
getOperationCall_OrderIndex
org.eclipse.emf.ecore.EAttribute getOperationCall_OrderIndex()Returns the meta object for the attribute 'Order Index
'.- Returns:
- the meta object for the attribute 'Order Index'.
- See Also:
OperationCall.getOrderIndex()
,getOperationCall()
- Generated:
-
getOperationCall_Failed
org.eclipse.emf.ecore.EAttribute getOperationCall_Failed()Returns the meta object for the attribute 'Failed
'.- Returns:
- the meta object for the attribute 'Failed'.
- See Also:
OperationCall.isFailed()
,getOperationCall()
- Generated:
-
getOperationCall_FailedCause
org.eclipse.emf.ecore.EAttribute getOperationCall_FailedCause()Returns the meta object for the attribute 'Failed Cause
'.- Returns:
- the meta object for the attribute 'Failed Cause'.
- See Also:
OperationCall.getFailedCause()
,getOperationCall()
- Generated:
-
getTraceFactory
TraceFactory getTraceFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated:
-