org.eclipse.xtend.profiler.profilermodel
Interface ModelPackage

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:
ModelPackageImpl

public interface ModelPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ModelFactory
EMF generated code
EMF model element
kind="package"

Nested Class Summary
static interface ModelPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int CALL_GROUP
          The meta object id for the 'Call Group' class.
static int CALL_GROUP__COUNT
          The feature id for the 'Count' attribute.
static int CALL_GROUP__INVOKER
          The feature id for the 'Invoker' reference.
static int CALL_GROUP__SUBROUTINE
          The feature id for the 'Subroutine' reference.
static int CALL_GROUP__TIME
          The feature id for the 'Time' attribute.
static int CALL_GROUP_FEATURE_COUNT
          The number of structural features of the 'Call Group' class.
static int CALLABLE
          The meta object id for the 'Callable' class.
static int CALLABLE__CHILD_TIME
          The feature id for the 'Child Time' attribute.
static int CALLABLE__NAME
          The feature id for the 'Name' attribute.
static int CALLABLE__OUTBOUND_CHILD_TIME
          The feature id for the 'Outbound Child Time' attribute.
static int CALLABLE__SELF_TIME
          The feature id for the 'Self Time' attribute.
static int CALLABLE__TIME
          The feature id for the 'Time' attribute.
static int CALLABLE_FEATURE_COUNT
          The number of structural features of the 'Callable' class.
static int CYCLE
          The meta object id for the 'Cycle' class.
static int CYCLE__CALL_COUNT_INBOUND
          The feature id for the 'Call Count Inbound' attribute.
static int CYCLE__CALL_COUNT_REENTRANT
          The feature id for the 'Call Count Reentrant' attribute.
static int CYCLE__CHILD_TIME
          The feature id for the 'Child Time' attribute.
static int CYCLE__ITEMS
          The feature id for the 'Items' reference list.
static int CYCLE__NAME
          The feature id for the 'Name' attribute.
static int CYCLE__OUTBOUND_CHILD_TIME
          The feature id for the 'Outbound Child Time' attribute.
static int CYCLE__OUTGOING_CALL_GROUPS
          The feature id for the 'Outgoing Call Groups' reference list.
static int CYCLE__SELF_TIME
          The feature id for the 'Self Time' attribute.
static int CYCLE__TIME
          The feature id for the 'Time' attribute.
static int CYCLE_FEATURE_COUNT
          The number of structural features of the 'Cycle' class.
static ModelPackage 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 ITEM
          The meta object id for the 'Item' class.
static int ITEM__CALL_COUNT
          The feature id for the 'Call Count' attribute.
static int ITEM__CHILD_TIME
          The feature id for the 'Child Time' attribute.
static int ITEM__CYCLE
          The feature id for the 'Cycle' reference.
static int ITEM__INBOUND_INVOCATIONS
          The feature id for the 'Inbound Invocations' reference list.
static int ITEM__INVOCATIONS
          The feature id for the 'Invocations' reference list.
static int ITEM__ITEM_NAME
          The feature id for the 'Item Name' attribute.
static int ITEM__ITEM_TIME
          The feature id for the 'Item Time' attribute.
static int ITEM__NAME
          The feature id for the 'Name' attribute.
static int ITEM__OUTBOUND_CHILD_TIME
          The feature id for the 'Outbound Child Time' attribute.
static int ITEM__SELF_TIME
          The feature id for the 'Self Time' attribute.
static int ITEM__SUBROUTINES
          The feature id for the 'Subroutines' reference list.
static int ITEM__TIME
          The feature id for the 'Time' attribute.
static int ITEM_FEATURE_COUNT
          The number of structural features of the 'Item' class.
static int PROFILING_RESULT
          The meta object id for the 'Profiling Result' class.
static int PROFILING_RESULT__CYCLES
          The feature id for the 'Cycles' containment reference list.
static int PROFILING_RESULT__ITEMS
          The feature id for the 'Items' containment reference list.
static int PROFILING_RESULT__ROOT_ITEMS
          The feature id for the 'Root Items' reference list.
static int PROFILING_RESULT__TIME
          The feature id for the 'Time' attribute.
static int PROFILING_RESULT_FEATURE_COUNT
          The number of structural features of the 'Profiling Result' class.
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getCallable_ChildTime()
          Returns the meta object for the attribute 'Child Time'.
 org.eclipse.emf.ecore.EAttribute getCallable_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EAttribute getCallable_OutboundChildTime()
          Returns the meta object for the attribute 'Outbound Child Time'.
 org.eclipse.emf.ecore.EAttribute getCallable_SelfTime()
          Returns the meta object for the attribute 'Self Time'.
 org.eclipse.emf.ecore.EAttribute getCallable_Time()
          Returns the meta object for the attribute 'Time'.
 org.eclipse.emf.ecore.EClass getCallable()
          Returns the meta object for class 'Callable'.
 org.eclipse.emf.ecore.EAttribute getCallGroup_Count()
          Returns the meta object for the attribute 'Count'.
 org.eclipse.emf.ecore.EReference getCallGroup_Invoker()
          Returns the meta object for the reference 'Invoker'.
 org.eclipse.emf.ecore.EReference getCallGroup_Subroutine()
          Returns the meta object for the reference 'Subroutine'.
 org.eclipse.emf.ecore.EAttribute getCallGroup_Time()
          Returns the meta object for the attribute 'Time'.
 org.eclipse.emf.ecore.EClass getCallGroup()
          Returns the meta object for class 'Call Group'.
 org.eclipse.emf.ecore.EAttribute getCycle_CallCountInbound()
          Returns the meta object for the attribute 'Call Count Inbound'.
 org.eclipse.emf.ecore.EAttribute getCycle_CallCountReentrant()
          Returns the meta object for the attribute 'Call Count Reentrant'.
 org.eclipse.emf.ecore.EReference getCycle_Items()
          Returns the meta object for the reference list 'Items'.
 org.eclipse.emf.ecore.EReference getCycle_OutgoingCallGroups()
          Returns the meta object for the reference list 'Outgoing Call Groups'.
 org.eclipse.emf.ecore.EClass getCycle()
          Returns the meta object for class 'Cycle'.
 org.eclipse.emf.ecore.EAttribute getItem_CallCount()
          Returns the meta object for the attribute 'Call Count'.
 org.eclipse.emf.ecore.EReference getItem_Cycle()
          Returns the meta object for the reference 'Cycle'.
 org.eclipse.emf.ecore.EReference getItem_InboundInvocations()
          Returns the meta object for the reference list 'Inbound Invocations'.
 org.eclipse.emf.ecore.EReference getItem_Invocations()
          Returns the meta object for the reference list 'Invocations'.
 org.eclipse.emf.ecore.EAttribute getItem_ItemName()
          Returns the meta object for the attribute 'Item Name'.
 org.eclipse.emf.ecore.EAttribute getItem_ItemTime()
          Returns the meta object for the attribute 'Item Time'.
 org.eclipse.emf.ecore.EReference getItem_Subroutines()
          Returns the meta object for the reference list 'Subroutines'.
 org.eclipse.emf.ecore.EClass getItem()
          Returns the meta object for class 'Item'.
 ModelFactory getModelFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EReference getProfilingResult_Cycles()
          Returns the meta object for the containment reference list 'Cycles'.
 org.eclipse.emf.ecore.EReference getProfilingResult_Items()
          Returns the meta object for the containment reference list 'Items'.
 org.eclipse.emf.ecore.EReference getProfilingResult_RootItems()
          Returns the meta object for the reference list 'Root Items'.
 org.eclipse.emf.ecore.EAttribute getProfilingResult_Time()
          Returns the meta object for the attribute 'Time'.
 org.eclipse.emf.ecore.EClass getProfilingResult()
          Returns the meta object for class 'Profiling Result'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
EMF generated code

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
EMF generated code

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
EMF generated code

eINSTANCE

static final ModelPackage eINSTANCE
The singleton instance of the package.

EMF generated code

PROFILING_RESULT

static final int PROFILING_RESULT
The meta object id for the 'Profiling Result' class.

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

PROFILING_RESULT__ITEMS

static final int PROFILING_RESULT__ITEMS
The feature id for the 'Items' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PROFILING_RESULT__TIME

static final int PROFILING_RESULT__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PROFILING_RESULT__CYCLES

static final int PROFILING_RESULT__CYCLES
The feature id for the 'Cycles' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PROFILING_RESULT__ROOT_ITEMS

static final int PROFILING_RESULT__ROOT_ITEMS
The feature id for the 'Root Items' reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PROFILING_RESULT_FEATURE_COUNT

static final int PROFILING_RESULT_FEATURE_COUNT
The number of structural features of the 'Profiling Result' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALL_GROUP

static final int CALL_GROUP
The meta object id for the 'Call Group' class.

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

CALL_GROUP__INVOKER

static final int CALL_GROUP__INVOKER
The feature id for the 'Invoker' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALL_GROUP__SUBROUTINE

static final int CALL_GROUP__SUBROUTINE
The feature id for the 'Subroutine' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALL_GROUP__COUNT

static final int CALL_GROUP__COUNT
The feature id for the 'Count' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALL_GROUP__TIME

static final int CALL_GROUP__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALL_GROUP_FEATURE_COUNT

static final int CALL_GROUP_FEATURE_COUNT
The number of structural features of the 'Call Group' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALLABLE

static final int CALLABLE
The meta object id for the 'Callable' class.

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

CALLABLE__NAME

static final int CALLABLE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALLABLE__TIME

static final int CALLABLE__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALLABLE__CHILD_TIME

static final int CALLABLE__CHILD_TIME
The feature id for the 'Child Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALLABLE__SELF_TIME

static final int CALLABLE__SELF_TIME
The feature id for the 'Self Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALLABLE__OUTBOUND_CHILD_TIME

static final int CALLABLE__OUTBOUND_CHILD_TIME
The feature id for the 'Outbound Child Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CALLABLE_FEATURE_COUNT

static final int CALLABLE_FEATURE_COUNT
The number of structural features of the 'Callable' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM

static final int ITEM
The meta object id for the 'Item' class.

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

ITEM__NAME

static final int ITEM__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__TIME

static final int ITEM__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__CHILD_TIME

static final int ITEM__CHILD_TIME
The feature id for the 'Child Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__SELF_TIME

static final int ITEM__SELF_TIME
The feature id for the 'Self Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__OUTBOUND_CHILD_TIME

static final int ITEM__OUTBOUND_CHILD_TIME
The feature id for the 'Outbound Child Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__ITEM_NAME

static final int ITEM__ITEM_NAME
The feature id for the 'Item Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__ITEM_TIME

static final int ITEM__ITEM_TIME
The feature id for the 'Item Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__CALL_COUNT

static final int ITEM__CALL_COUNT
The feature id for the 'Call Count' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__SUBROUTINES

static final int ITEM__SUBROUTINES
The feature id for the 'Subroutines' reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__INVOCATIONS

static final int ITEM__INVOCATIONS
The feature id for the 'Invocations' reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__CYCLE

static final int ITEM__CYCLE
The feature id for the 'Cycle' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM__INBOUND_INVOCATIONS

static final int ITEM__INBOUND_INVOCATIONS
The feature id for the 'Inbound Invocations' reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ITEM_FEATURE_COUNT

static final int ITEM_FEATURE_COUNT
The number of structural features of the 'Item' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CYCLE

static final int CYCLE
The meta object id for the 'Cycle' class.

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

CYCLE__NAME

static final int CYCLE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CYCLE__TIME

static final int CYCLE__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CYCLE__CHILD_TIME

static final int CYCLE__CHILD_TIME
The feature id for the 'Child Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CYCLE__SELF_TIME

static final int CYCLE__SELF_TIME
The feature id for the 'Self Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CYCLE__OUTBOUND_CHILD_TIME

static final int CYCLE__OUTBOUND_CHILD_TIME
The feature id for the 'Outbound Child Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CYCLE__ITEMS

static final int CYCLE__ITEMS
The feature id for the 'Items' reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CYCLE__CALL_COUNT_INBOUND

static final int CYCLE__CALL_COUNT_INBOUND
The feature id for the 'Call Count Inbound' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CYCLE__CALL_COUNT_REENTRANT

static final int CYCLE__CALL_COUNT_REENTRANT
The feature id for the 'Call Count Reentrant' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CYCLE__OUTGOING_CALL_GROUPS

static final int CYCLE__OUTGOING_CALL_GROUPS
The feature id for the 'Outgoing Call Groups' reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CYCLE_FEATURE_COUNT

static final int CYCLE_FEATURE_COUNT
The number of structural features of the 'Cycle' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered
Method Detail

getProfilingResult

org.eclipse.emf.ecore.EClass getProfilingResult()
Returns the meta object for class 'Profiling Result'.

Returns:
the meta object for class 'Profiling Result'.
See Also:
ProfilingResult
EMF generated code

getProfilingResult_Items

org.eclipse.emf.ecore.EReference getProfilingResult_Items()
Returns the meta object for the containment reference list 'Items'.

Returns:
the meta object for the containment reference list 'Items'.
See Also:
ProfilingResult.getItems(), getProfilingResult()
EMF generated code

getProfilingResult_Time

org.eclipse.emf.ecore.EAttribute getProfilingResult_Time()
Returns the meta object for the attribute 'Time'.

Returns:
the meta object for the attribute 'Time'.
See Also:
ProfilingResult.getTime(), getProfilingResult()
EMF generated code

getProfilingResult_Cycles

org.eclipse.emf.ecore.EReference getProfilingResult_Cycles()
Returns the meta object for the containment reference list 'Cycles'.

Returns:
the meta object for the containment reference list 'Cycles'.
See Also:
ProfilingResult.getCycles(), getProfilingResult()
EMF generated code

getProfilingResult_RootItems

org.eclipse.emf.ecore.EReference getProfilingResult_RootItems()
Returns the meta object for the reference list 'Root Items'.

Returns:
the meta object for the reference list 'Root Items'.
See Also:
ProfilingResult.getRootItems(), getProfilingResult()
EMF generated code

getCallGroup

org.eclipse.emf.ecore.EClass getCallGroup()
Returns the meta object for class 'Call Group'.

Returns:
the meta object for class 'Call Group'.
See Also:
CallGroup
EMF generated code

getCallGroup_Invoker

org.eclipse.emf.ecore.EReference getCallGroup_Invoker()
Returns the meta object for the reference 'Invoker'.

Returns:
the meta object for the reference 'Invoker'.
See Also:
CallGroup.getInvoker(), getCallGroup()
EMF generated code

getCallGroup_Subroutine

org.eclipse.emf.ecore.EReference getCallGroup_Subroutine()
Returns the meta object for the reference 'Subroutine'.

Returns:
the meta object for the reference 'Subroutine'.
See Also:
CallGroup.getSubroutine(), getCallGroup()
EMF generated code

getCallGroup_Count

org.eclipse.emf.ecore.EAttribute getCallGroup_Count()
Returns the meta object for the attribute 'Count'.

Returns:
the meta object for the attribute 'Count'.
See Also:
CallGroup.getCount(), getCallGroup()
EMF generated code

getCallGroup_Time

org.eclipse.emf.ecore.EAttribute getCallGroup_Time()
Returns the meta object for the attribute 'Time'.

Returns:
the meta object for the attribute 'Time'.
See Also:
CallGroup.getTime(), getCallGroup()
EMF generated code

getCallable

org.eclipse.emf.ecore.EClass getCallable()
Returns the meta object for class 'Callable'.

Returns:
the meta object for class 'Callable'.
See Also:
Callable
EMF generated code

getCallable_Name

org.eclipse.emf.ecore.EAttribute getCallable_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Callable.getName(), getCallable()
EMF generated code

getCallable_Time

org.eclipse.emf.ecore.EAttribute getCallable_Time()
Returns the meta object for the attribute 'Time'.

Returns:
the meta object for the attribute 'Time'.
See Also:
Callable.getTime(), getCallable()
EMF generated code

getCallable_ChildTime

org.eclipse.emf.ecore.EAttribute getCallable_ChildTime()
Returns the meta object for the attribute 'Child Time'.

Returns:
the meta object for the attribute 'Child Time'.
See Also:
Callable.getChildTime(), getCallable()
EMF generated code

getCallable_SelfTime

org.eclipse.emf.ecore.EAttribute getCallable_SelfTime()
Returns the meta object for the attribute 'Self Time'.

Returns:
the meta object for the attribute 'Self Time'.
See Also:
Callable.getSelfTime(), getCallable()
EMF generated code

getCallable_OutboundChildTime

org.eclipse.emf.ecore.EAttribute getCallable_OutboundChildTime()
Returns the meta object for the attribute 'Outbound Child Time'.

Returns:
the meta object for the attribute 'Outbound Child Time'.
See Also:
Callable.getOutboundChildTime(), getCallable()
EMF generated code

getItem

org.eclipse.emf.ecore.EClass getItem()
Returns the meta object for class 'Item'.

Returns:
the meta object for class 'Item'.
See Also:
Item
EMF generated code

getItem_ItemName

org.eclipse.emf.ecore.EAttribute getItem_ItemName()
Returns the meta object for the attribute 'Item Name'.

Returns:
the meta object for the attribute 'Item Name'.
See Also:
Item.getItemName(), getItem()
EMF generated code

getItem_ItemTime

org.eclipse.emf.ecore.EAttribute getItem_ItemTime()
Returns the meta object for the attribute 'Item Time'.

Returns:
the meta object for the attribute 'Item Time'.
See Also:
Item.getItemTime(), getItem()
EMF generated code

getItem_CallCount

org.eclipse.emf.ecore.EAttribute getItem_CallCount()
Returns the meta object for the attribute 'Call Count'.

Returns:
the meta object for the attribute 'Call Count'.
See Also:
Item.getCallCount(), getItem()
EMF generated code

getItem_Subroutines

org.eclipse.emf.ecore.EReference getItem_Subroutines()
Returns the meta object for the reference list 'Subroutines'.

Returns:
the meta object for the reference list 'Subroutines'.
See Also:
Item.getSubroutines(), getItem()
EMF generated code

getItem_Invocations

org.eclipse.emf.ecore.EReference getItem_Invocations()
Returns the meta object for the reference list 'Invocations'.

Returns:
the meta object for the reference list 'Invocations'.
See Also:
Item.getInvocations(), getItem()
EMF generated code

getItem_Cycle

org.eclipse.emf.ecore.EReference getItem_Cycle()
Returns the meta object for the reference 'Cycle'.

Returns:
the meta object for the reference 'Cycle'.
See Also:
Item.getCycle(), getItem()
EMF generated code

getItem_InboundInvocations

org.eclipse.emf.ecore.EReference getItem_InboundInvocations()
Returns the meta object for the reference list 'Inbound Invocations'.

Returns:
the meta object for the reference list 'Inbound Invocations'.
See Also:
Item.getInboundInvocations(), getItem()
EMF generated code

getCycle

org.eclipse.emf.ecore.EClass getCycle()
Returns the meta object for class 'Cycle'.

Returns:
the meta object for class 'Cycle'.
See Also:
Cycle
EMF generated code

getCycle_Items

org.eclipse.emf.ecore.EReference getCycle_Items()
Returns the meta object for the reference list 'Items'.

Returns:
the meta object for the reference list 'Items'.
See Also:
Cycle.getItems(), getCycle()
EMF generated code

getCycle_CallCountInbound

org.eclipse.emf.ecore.EAttribute getCycle_CallCountInbound()
Returns the meta object for the attribute 'Call Count Inbound'.

Returns:
the meta object for the attribute 'Call Count Inbound'.
See Also:
Cycle.getCallCountInbound(), getCycle()
EMF generated code

getCycle_CallCountReentrant

org.eclipse.emf.ecore.EAttribute getCycle_CallCountReentrant()
Returns the meta object for the attribute 'Call Count Reentrant'.

Returns:
the meta object for the attribute 'Call Count Reentrant'.
See Also:
Cycle.getCallCountReentrant(), getCycle()
EMF generated code

getCycle_OutgoingCallGroups

org.eclipse.emf.ecore.EReference getCycle_OutgoingCallGroups()
Returns the meta object for the reference list 'Outgoing Call Groups'.

Returns:
the meta object for the reference list 'Outgoing Call Groups'.
See Also:
Cycle.getOutgoingCallGroups(), getCycle()
EMF generated code

getModelFactory

ModelFactory getModelFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
EMF generated code