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"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated:
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated:
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated:
    • eINSTANCE

      static final TracePackage eINSTANCE
      The singleton instance of the package.
      Generated:
    • TRACE

      static final int TRACE
      The meta object id for the 'Trace' class.
      See Also:
      Generated:
    • TRACE__TRACE_ID

      static final int TRACE__TRACE_ID
      The feature id for the 'Trace ID' attribute.
      See Also:
      Generated:
      Ordered:
    • TRACE__ROOT_OPERATION_CALL

      static final int TRACE__ROOT_OPERATION_CALL
      The feature id for the 'Root Operation Call' containment reference.
      See Also:
      Generated:
      Ordered:
    • TRACE_FEATURE_COUNT

      static final int TRACE_FEATURE_COUNT
      The number of structural features of the 'Trace' class.
      See Also:
      Generated:
      Ordered:
    • TRACE_OPERATION_COUNT

      static final int TRACE_OPERATION_COUNT
      The number of operations of the 'Trace' class.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL

      static final int OPERATION_CALL
      The meta object id for the 'Operation Call' class.
      See Also:
      Generated:
    • OPERATION_CALL__OPERATION

      static final int OPERATION_CALL__OPERATION
      The feature id for the 'Operation' reference.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL__PARENT

      static final int OPERATION_CALL__PARENT
      The feature id for the 'Parent' reference.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL__CHILDREN

      static final int OPERATION_CALL__CHILDREN
      The feature id for the 'Children' reference list.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL__DURATION

      static final int OPERATION_CALL__DURATION
      The feature id for the 'Duration' attribute.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL__START

      static final int OPERATION_CALL__START
      The feature id for the 'Start' attribute.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL__DUR_RATIO_TO_PARENT

      static final int OPERATION_CALL__DUR_RATIO_TO_PARENT
      The 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_PARENT
      The feature id for the 'Dur Ratio To Root Parent' attribute.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL__STACK_DEPTH

      static final int OPERATION_CALL__STACK_DEPTH
      The feature id for the 'Stack Depth' attribute.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL__ORDER_INDEX

      static final int OPERATION_CALL__ORDER_INDEX
      The feature id for the 'Order Index' attribute.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL__FAILED

      static final int OPERATION_CALL__FAILED
      The feature id for the 'Failed' attribute.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL__FAILED_CAUSE

      static final int OPERATION_CALL__FAILED_CAUSE
      The feature id for the 'Failed Cause' attribute.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL_FEATURE_COUNT

      static final int OPERATION_CALL_FEATURE_COUNT
      The number of structural features of the 'Operation Call' class.
      See Also:
      Generated:
      Ordered:
    • OPERATION_CALL_OPERATION_COUNT

      static final int OPERATION_CALL_OPERATION_COUNT
      The 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: