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:
- Generated:
- Model:
- kind="package"
-
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 TracePackageThe 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 'Operation Call' class.static final intThe feature id for the 'Children' reference list.static final intThe feature id for the 'Dur Ratio To Parent' attribute.static final intThe feature id for the 'Dur Ratio To Root Parent' attribute.static final intThe feature id for the 'Duration' attribute.static final intThe feature id for the 'Failed' attribute.static final intThe feature id for the 'Failed Cause' attribute.static final intThe feature id for the 'Operation' reference.static final intThe feature id for the 'Order Index' attribute.static final intThe feature id for the 'Parent' reference.static final intThe feature id for the 'Stack Depth' attribute.static final intThe feature id for the 'Start' attribute.static final intThe number of structural features of the 'Operation Call' class.static final intThe number of operations of the 'Operation Call' class.static final intThe meta object id for the 'Trace' class.static final intThe feature id for the 'Root Operation Call' containment reference.static final intThe feature id for the 'Trace ID' attribute.static final intThe number of structural features of the 'Trace' class.static final intThe number of operations of the 'Trace' class. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClassReturns the meta object for class 'Operation Call'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the reference list 'Children'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Duration'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Dur Ratio To Parent'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Dur Ratio To Root Parent'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Failed'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Failed Cause'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the reference 'Operation'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Order Index'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the reference 'Parent'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Stack Depth'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Start'.org.eclipse.emf.ecore.EClassgetTrace()Returns the meta object for class 'Trace'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference 'Root Operation Call'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Trace ID'.Returns the factory that creates the instances of the model.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:
- Generated:
-
eNS_URI
The package namespace URI.- See Also:
- Generated:
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated:
-
eINSTANCE
The singleton instance of the package.- Generated:
-
TRACE
static final int TRACEThe meta object id for the 'Trace' class.- See Also:
- Generated:
-
TRACE__TRACE_ID
static final int TRACE__TRACE_IDThe feature id for the 'Trace ID' attribute.- See Also:
- Generated:
- Ordered:
-
TRACE__ROOT_OPERATION_CALL
static final int TRACE__ROOT_OPERATION_CALLThe feature id for the 'Root Operation Call' containment reference.- See Also:
- Generated:
- Ordered:
-
TRACE_FEATURE_COUNT
static final int TRACE_FEATURE_COUNTThe number of structural features of the 'Trace' class.- See Also:
- Generated:
- Ordered:
-
TRACE_OPERATION_COUNT
static final int TRACE_OPERATION_COUNTThe number of operations of the 'Trace' class.- See Also:
- Generated:
- Ordered:
-
OPERATION_CALL
static final int OPERATION_CALLThe meta object id for the 'Operation Call' class.- See Also:
- Generated:
-
OPERATION_CALL__OPERATION
static final int OPERATION_CALL__OPERATIONThe feature id for the 'Operation' reference.- See Also:
- Generated:
- Ordered:
-
OPERATION_CALL__PARENT
static final int OPERATION_CALL__PARENTThe feature id for the 'Parent' reference.- See Also:
- Generated:
- Ordered:
-
OPERATION_CALL__CHILDREN
static final int OPERATION_CALL__CHILDRENThe feature id for the 'Children' reference list.- See Also:
- Generated:
- Ordered:
-
OPERATION_CALL__DURATION
static final int OPERATION_CALL__DURATIONThe feature id for the 'Duration' attribute.- See Also:
- Generated:
- Ordered:
-
OPERATION_CALL__START
static final int OPERATION_CALL__STARTThe feature id for the 'Start' attribute.- See Also:
- 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:
- 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:
- Generated:
- Ordered:
-
OPERATION_CALL__STACK_DEPTH
static final int OPERATION_CALL__STACK_DEPTHThe feature id for the 'Stack Depth' attribute.- See Also:
- Generated:
- Ordered:
-
OPERATION_CALL__ORDER_INDEX
static final int OPERATION_CALL__ORDER_INDEXThe feature id for the 'Order Index' attribute.- See Also:
- Generated:
- Ordered:
-
OPERATION_CALL__FAILED
static final int OPERATION_CALL__FAILEDThe feature id for the 'Failed' attribute.- See Also:
- Generated:
- Ordered:
-
OPERATION_CALL__FAILED_CAUSE
static final int OPERATION_CALL__FAILED_CAUSEThe feature id for the 'Failed Cause' attribute.- See Also:
- Generated:
- Ordered:
-
OPERATION_CALL_FEATURE_COUNT
static final int OPERATION_CALL_FEATURE_COUNTThe number of structural features of the 'Operation Call' class.- See Also:
- Generated:
- Ordered:
-
OPERATION_CALL_OPERATION_COUNT
static final int OPERATION_CALL_OPERATION_COUNTThe number of operations of the 'Operation Call' class.- See Also:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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:
-