org.eclipse.xtend.profiler.profilermodel
Interface ModelPackage.Literals

Enclosing interface:
ModelPackage

public static interface ModelPackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass CALL_GROUP
          The meta object literal for the 'Call Group' class.
static org.eclipse.emf.ecore.EAttribute CALL_GROUP__COUNT
          The meta object literal for the 'Count' attribute feature.
static org.eclipse.emf.ecore.EReference CALL_GROUP__INVOKER
          The meta object literal for the 'Invoker' reference feature.
static org.eclipse.emf.ecore.EReference CALL_GROUP__SUBROUTINE
          The meta object literal for the 'Subroutine' reference feature.
static org.eclipse.emf.ecore.EAttribute CALL_GROUP__TIME
          The meta object literal for the 'Time' attribute feature.
static org.eclipse.emf.ecore.EClass CALLABLE
          The meta object literal for the 'Callable' class.
static org.eclipse.emf.ecore.EAttribute CALLABLE__CHILD_TIME
          The meta object literal for the 'Child Time' attribute feature.
static org.eclipse.emf.ecore.EAttribute CALLABLE__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute CALLABLE__OUTBOUND_CHILD_TIME
          The meta object literal for the 'Outbound Child Time' attribute feature.
static org.eclipse.emf.ecore.EAttribute CALLABLE__SELF_TIME
          The meta object literal for the 'Self Time' attribute feature.
static org.eclipse.emf.ecore.EAttribute CALLABLE__TIME
          The meta object literal for the 'Time' attribute feature.
static org.eclipse.emf.ecore.EClass CYCLE
          The meta object literal for the 'Cycle' class.
static org.eclipse.emf.ecore.EAttribute CYCLE__CALL_COUNT_INBOUND
          The meta object literal for the 'Call Count Inbound' attribute feature.
static org.eclipse.emf.ecore.EAttribute CYCLE__CALL_COUNT_REENTRANT
          The meta object literal for the 'Call Count Reentrant' attribute feature.
static org.eclipse.emf.ecore.EReference CYCLE__ITEMS
          The meta object literal for the 'Items' reference list feature.
static org.eclipse.emf.ecore.EReference CYCLE__OUTGOING_CALL_GROUPS
          The meta object literal for the 'Outgoing Call Groups' reference list feature.
static org.eclipse.emf.ecore.EClass ITEM
          The meta object literal for the 'Item' class.
static org.eclipse.emf.ecore.EAttribute ITEM__CALL_COUNT
          The meta object literal for the 'Call Count' attribute feature.
static org.eclipse.emf.ecore.EReference ITEM__CYCLE
          The meta object literal for the 'Cycle' reference feature.
static org.eclipse.emf.ecore.EReference ITEM__INBOUND_INVOCATIONS
          The meta object literal for the 'Inbound Invocations' reference list feature.
static org.eclipse.emf.ecore.EReference ITEM__INVOCATIONS
          The meta object literal for the 'Invocations' reference list feature.
static org.eclipse.emf.ecore.EAttribute ITEM__ITEM_NAME
          The meta object literal for the 'Item Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute ITEM__ITEM_TIME
          The meta object literal for the 'Item Time' attribute feature.
static org.eclipse.emf.ecore.EReference ITEM__SUBROUTINES
          The meta object literal for the 'Subroutines' reference list feature.
static org.eclipse.emf.ecore.EClass PROFILING_RESULT
          The meta object literal for the 'Profiling Result' class.
static org.eclipse.emf.ecore.EReference PROFILING_RESULT__CYCLES
          The meta object literal for the 'Cycles' containment reference list feature.
static org.eclipse.emf.ecore.EReference PROFILING_RESULT__ITEMS
          The meta object literal for the 'Items' containment reference list feature.
static org.eclipse.emf.ecore.EReference PROFILING_RESULT__ROOT_ITEMS
          The meta object literal for the 'Root Items' reference list feature.
static org.eclipse.emf.ecore.EAttribute PROFILING_RESULT__TIME
          The meta object literal for the 'Time' attribute feature.
 

Field Detail

PROFILING_RESULT

static final org.eclipse.emf.ecore.EClass PROFILING_RESULT
The meta object literal for the 'Profiling Result' class.

See Also:
ProfilingResultImpl, ModelPackageImpl.getProfilingResult()
EMF generated code

PROFILING_RESULT__ITEMS

static final org.eclipse.emf.ecore.EReference PROFILING_RESULT__ITEMS
The meta object literal for the 'Items' containment reference list feature.

EMF generated code

PROFILING_RESULT__TIME

static final org.eclipse.emf.ecore.EAttribute PROFILING_RESULT__TIME
The meta object literal for the 'Time' attribute feature.

EMF generated code

PROFILING_RESULT__CYCLES

static final org.eclipse.emf.ecore.EReference PROFILING_RESULT__CYCLES
The meta object literal for the 'Cycles' containment reference list feature.

EMF generated code

PROFILING_RESULT__ROOT_ITEMS

static final org.eclipse.emf.ecore.EReference PROFILING_RESULT__ROOT_ITEMS
The meta object literal for the 'Root Items' reference list feature.

EMF generated code

CALL_GROUP

static final org.eclipse.emf.ecore.EClass CALL_GROUP
The meta object literal for the 'Call Group' class.

See Also:
CallGroupImpl, ModelPackageImpl.getCallGroup()
EMF generated code

CALL_GROUP__INVOKER

static final org.eclipse.emf.ecore.EReference CALL_GROUP__INVOKER
The meta object literal for the 'Invoker' reference feature.

EMF generated code

CALL_GROUP__SUBROUTINE

static final org.eclipse.emf.ecore.EReference CALL_GROUP__SUBROUTINE
The meta object literal for the 'Subroutine' reference feature.

EMF generated code

CALL_GROUP__COUNT

static final org.eclipse.emf.ecore.EAttribute CALL_GROUP__COUNT
The meta object literal for the 'Count' attribute feature.

EMF generated code

CALL_GROUP__TIME

static final org.eclipse.emf.ecore.EAttribute CALL_GROUP__TIME
The meta object literal for the 'Time' attribute feature.

EMF generated code

CALLABLE

static final org.eclipse.emf.ecore.EClass CALLABLE
The meta object literal for the 'Callable' class.

See Also:
CallableImpl, ModelPackageImpl.getCallable()
EMF generated code

CALLABLE__NAME

static final org.eclipse.emf.ecore.EAttribute CALLABLE__NAME
The meta object literal for the 'Name' attribute feature.

EMF generated code

CALLABLE__TIME

static final org.eclipse.emf.ecore.EAttribute CALLABLE__TIME
The meta object literal for the 'Time' attribute feature.

EMF generated code

CALLABLE__CHILD_TIME

static final org.eclipse.emf.ecore.EAttribute CALLABLE__CHILD_TIME
The meta object literal for the 'Child Time' attribute feature.

EMF generated code

CALLABLE__SELF_TIME

static final org.eclipse.emf.ecore.EAttribute CALLABLE__SELF_TIME
The meta object literal for the 'Self Time' attribute feature.

EMF generated code

CALLABLE__OUTBOUND_CHILD_TIME

static final org.eclipse.emf.ecore.EAttribute CALLABLE__OUTBOUND_CHILD_TIME
The meta object literal for the 'Outbound Child Time' attribute feature.

EMF generated code

ITEM

static final org.eclipse.emf.ecore.EClass ITEM
The meta object literal for the 'Item' class.

See Also:
ItemImpl, ModelPackageImpl.getItem()
EMF generated code

ITEM__ITEM_NAME

static final org.eclipse.emf.ecore.EAttribute ITEM__ITEM_NAME
The meta object literal for the 'Item Name' attribute feature.

EMF generated code

ITEM__ITEM_TIME

static final org.eclipse.emf.ecore.EAttribute ITEM__ITEM_TIME
The meta object literal for the 'Item Time' attribute feature.

EMF generated code

ITEM__CALL_COUNT

static final org.eclipse.emf.ecore.EAttribute ITEM__CALL_COUNT
The meta object literal for the 'Call Count' attribute feature.

EMF generated code

ITEM__SUBROUTINES

static final org.eclipse.emf.ecore.EReference ITEM__SUBROUTINES
The meta object literal for the 'Subroutines' reference list feature.

EMF generated code

ITEM__INVOCATIONS

static final org.eclipse.emf.ecore.EReference ITEM__INVOCATIONS
The meta object literal for the 'Invocations' reference list feature.

EMF generated code

ITEM__CYCLE

static final org.eclipse.emf.ecore.EReference ITEM__CYCLE
The meta object literal for the 'Cycle' reference feature.

EMF generated code

ITEM__INBOUND_INVOCATIONS

static final org.eclipse.emf.ecore.EReference ITEM__INBOUND_INVOCATIONS
The meta object literal for the 'Inbound Invocations' reference list feature.

EMF generated code

CYCLE

static final org.eclipse.emf.ecore.EClass CYCLE
The meta object literal for the 'Cycle' class.

See Also:
CycleImpl, ModelPackageImpl.getCycle()
EMF generated code

CYCLE__ITEMS

static final org.eclipse.emf.ecore.EReference CYCLE__ITEMS
The meta object literal for the 'Items' reference list feature.

EMF generated code

CYCLE__CALL_COUNT_INBOUND

static final org.eclipse.emf.ecore.EAttribute CYCLE__CALL_COUNT_INBOUND
The meta object literal for the 'Call Count Inbound' attribute feature.

EMF generated code

CYCLE__CALL_COUNT_REENTRANT

static final org.eclipse.emf.ecore.EAttribute CYCLE__CALL_COUNT_REENTRANT
The meta object literal for the 'Call Count Reentrant' attribute feature.

EMF generated code

CYCLE__OUTGOING_CALL_GROUPS

static final org.eclipse.emf.ecore.EReference CYCLE__OUTGOING_CALL_GROUPS
The meta object literal for the 'Outgoing Call Groups' reference list feature.

EMF generated code