de.uka.ipd.sdq.pcm.usagemodel
Interface UsagemodelPackage.Literals

Enclosing interface:
UsagemodelPackage

public static interface UsagemodelPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass ABSTRACT_USER_ACTION
          The meta object literal for the 'Abstract User Action' class.
static EReference ABSTRACT_USER_ACTION__PREDECESSOR
          The meta object literal for the 'Predecessor' reference feature.
static EReference ABSTRACT_USER_ACTION__SUCCESSOR
          The meta object literal for the 'Successor' reference feature.
static EClass BRANCH
          The meta object literal for the 'Branch' class.
static EReference BRANCH__BRANCH_TRANSITIONS_BRANCH
          The meta object literal for the 'Branch Transitions Branch' containment reference list feature.
static EClass BRANCH_TRANSITION
          The meta object literal for the 'Branch Transition' class.
static EAttribute BRANCH_TRANSITION__BRANCH_PROBABILITY
          The meta object literal for the 'Branch Probability' attribute feature.
static EReference BRANCH_TRANSITION__BRANCHED_BEHAVIOUR_BRANCH_TRANSITION
          The meta object literal for the 'Branched Behaviour Branch Transition' containment reference feature.
static EClass CLOSED_WORKLOAD
          The meta object literal for the 'Closed Workload' class.
static EAttribute CLOSED_WORKLOAD__POPULATION
          The meta object literal for the 'Population' attribute feature.
static EReference CLOSED_WORKLOAD__THINK_TIME_CLOSED_WORKLOAD
          The meta object literal for the 'Think Time Closed Workload' containment reference feature.
static EClass DELAY
          The meta object literal for the 'Delay' class.
static EReference DELAY__TIME_SPECIFICATION_DELAY
          The meta object literal for the 'Time Specification Delay' containment reference feature.
static EClass ENTRY_LEVEL_SYSTEM_CALL
          The meta object literal for the 'Entry Level System Call' class.
static EReference ENTRY_LEVEL_SYSTEM_CALL__INPUT_PARAMETER_USAGES_ENTRY_LEVEL_SYSTEM_CALL
          The meta object literal for the 'Input Parameter Usages Entry Level System Call' containment reference list feature.
static EReference ENTRY_LEVEL_SYSTEM_CALL__OUTPUT_PARAMETER_USAGES_ENTRY_LEVEL_SYSTEM_CALL
          The meta object literal for the 'Output Parameter Usages Entry Level System Call' containment reference list feature.
static EReference ENTRY_LEVEL_SYSTEM_CALL__PROVIDED_ROLE_ENTRY_LEVEL_SYSTEM_CALL
          The meta object literal for the 'Provided Role Entry Level System Call' reference feature.
static EReference ENTRY_LEVEL_SYSTEM_CALL__SIGNATURE_ENTRY_LEVEL_SYSTEM_CALL
          The meta object literal for the 'Signature Entry Level System Call' reference feature.
static EClass LOOP
          The meta object literal for the 'Loop' class.
static EReference LOOP__BODY_BEHAVIOUR_LOOP
          The meta object literal for the 'Body Behaviour Loop' containment reference feature.
static EReference LOOP__LOOP_ITERATION_LOOP
          The meta object literal for the 'Loop Iteration Loop' containment reference feature.
static EClass OPEN_WORKLOAD
          The meta object literal for the 'Open Workload' class.
static EReference OPEN_WORKLOAD__INTER_ARRIVAL_TIME_OPEN_WORKLOAD
          The meta object literal for the 'Inter Arrival Time Open Workload' containment reference feature.
static EClass SCENARIO_BEHAVIOUR
          The meta object literal for the 'Scenario Behaviour' class.
static EReference SCENARIO_BEHAVIOUR__ACTIONS_SCENARIO_BEHAVIOUR
          The meta object literal for the 'Actions Scenario Behaviour' containment reference list feature.
static EClass START
          The meta object literal for the 'Start' class.
static EClass STOP
          The meta object literal for the 'Stop' class.
static EClass USAGE_MODEL
          The meta object literal for the 'Usage Model' class.
static EReference USAGE_MODEL__USAGE_SCENARIO_USAGE_MODEL
          The meta object literal for the 'Usage Scenario Usage Model' containment reference list feature.
static EReference USAGE_MODEL__USER_DATA_USAGE_MODEL
          The meta object literal for the 'User Data Usage Model' containment reference list feature.
static EClass USAGE_SCENARIO
          The meta object literal for the 'Usage Scenario' class.
static EReference USAGE_SCENARIO__SCENARIO_BEHAVIOUR_USAGE_SCENARIO
          The meta object literal for the 'Scenario Behaviour Usage Scenario' containment reference feature.
static EReference USAGE_SCENARIO__WORKLOAD_USAGE_SCENARIO
          The meta object literal for the 'Workload Usage Scenario' containment reference feature.
static EClass USER_DATA
          The meta object literal for the 'User Data' class.
static EReference USER_DATA__ASSEMBLY_CONTEXT_USER_DATA
          The meta object literal for the 'Assembly Context user Data' reference feature.
static EReference USER_DATA__USER_DATA_PARAMETER_USAGES_USER_DATA
          The meta object literal for the 'User Data Parameter Usages User Data' containment reference list feature.
static EClass WORKLOAD
          The meta object literal for the 'Workload' class.
 

Field Detail

WORKLOAD

static final EClass WORKLOAD
The meta object literal for the 'Workload' class.

See Also:
WorkloadImpl, UsagemodelPackageImpl.getWorkload()

USAGE_SCENARIO

static final EClass USAGE_SCENARIO
The meta object literal for the 'Usage Scenario' class.

See Also:
UsageScenarioImpl, UsagemodelPackageImpl.getUsageScenario()

USAGE_SCENARIO__WORKLOAD_USAGE_SCENARIO

static final EReference USAGE_SCENARIO__WORKLOAD_USAGE_SCENARIO
The meta object literal for the 'Workload Usage Scenario' containment reference feature.


USAGE_SCENARIO__SCENARIO_BEHAVIOUR_USAGE_SCENARIO

static final EReference USAGE_SCENARIO__SCENARIO_BEHAVIOUR_USAGE_SCENARIO
The meta object literal for the 'Scenario Behaviour Usage Scenario' containment reference feature.


SCENARIO_BEHAVIOUR

static final EClass SCENARIO_BEHAVIOUR
The meta object literal for the 'Scenario Behaviour' class.

See Also:
ScenarioBehaviourImpl, UsagemodelPackageImpl.getScenarioBehaviour()

SCENARIO_BEHAVIOUR__ACTIONS_SCENARIO_BEHAVIOUR

static final EReference SCENARIO_BEHAVIOUR__ACTIONS_SCENARIO_BEHAVIOUR
The meta object literal for the 'Actions Scenario Behaviour' containment reference list feature.


ABSTRACT_USER_ACTION

static final EClass ABSTRACT_USER_ACTION
The meta object literal for the 'Abstract User Action' class.

See Also:
AbstractUserActionImpl, UsagemodelPackageImpl.getAbstractUserAction()

ABSTRACT_USER_ACTION__SUCCESSOR

static final EReference ABSTRACT_USER_ACTION__SUCCESSOR
The meta object literal for the 'Successor' reference feature.


ABSTRACT_USER_ACTION__PREDECESSOR

static final EReference ABSTRACT_USER_ACTION__PREDECESSOR
The meta object literal for the 'Predecessor' reference feature.


USAGE_MODEL

static final EClass USAGE_MODEL
The meta object literal for the 'Usage Model' class.

See Also:
UsageModelImpl, UsagemodelPackageImpl.getUsageModel()

USAGE_MODEL__USAGE_SCENARIO_USAGE_MODEL

static final EReference USAGE_MODEL__USAGE_SCENARIO_USAGE_MODEL
The meta object literal for the 'Usage Scenario Usage Model' containment reference list feature.


USAGE_MODEL__USER_DATA_USAGE_MODEL

static final EReference USAGE_MODEL__USER_DATA_USAGE_MODEL
The meta object literal for the 'User Data Usage Model' containment reference list feature.


USER_DATA

static final EClass USER_DATA
The meta object literal for the 'User Data' class.

See Also:
UserDataImpl, UsagemodelPackageImpl.getUserData()

USER_DATA__USER_DATA_PARAMETER_USAGES_USER_DATA

static final EReference USER_DATA__USER_DATA_PARAMETER_USAGES_USER_DATA
The meta object literal for the 'User Data Parameter Usages User Data' containment reference list feature.


USER_DATA__ASSEMBLY_CONTEXT_USER_DATA

static final EReference USER_DATA__ASSEMBLY_CONTEXT_USER_DATA
The meta object literal for the 'Assembly Context user Data' reference feature.


STOP

static final EClass STOP
The meta object literal for the 'Stop' class.

See Also:
StopImpl, UsagemodelPackageImpl.getStop()

START

static final EClass START
The meta object literal for the 'Start' class.

See Also:
StartImpl, UsagemodelPackageImpl.getStart()

OPEN_WORKLOAD

static final EClass OPEN_WORKLOAD
The meta object literal for the 'Open Workload' class.

See Also:
OpenWorkloadImpl, UsagemodelPackageImpl.getOpenWorkload()

OPEN_WORKLOAD__INTER_ARRIVAL_TIME_OPEN_WORKLOAD

static final EReference OPEN_WORKLOAD__INTER_ARRIVAL_TIME_OPEN_WORKLOAD
The meta object literal for the 'Inter Arrival Time Open Workload' containment reference feature.


LOOP

static final EClass LOOP
The meta object literal for the 'Loop' class.

See Also:
LoopImpl, UsagemodelPackageImpl.getLoop()

LOOP__BODY_BEHAVIOUR_LOOP

static final EReference LOOP__BODY_BEHAVIOUR_LOOP
The meta object literal for the 'Body Behaviour Loop' containment reference feature.


LOOP__LOOP_ITERATION_LOOP

static final EReference LOOP__LOOP_ITERATION_LOOP
The meta object literal for the 'Loop Iteration Loop' containment reference feature.


ENTRY_LEVEL_SYSTEM_CALL

static final EClass ENTRY_LEVEL_SYSTEM_CALL
The meta object literal for the 'Entry Level System Call' class.

See Also:
EntryLevelSystemCallImpl, UsagemodelPackageImpl.getEntryLevelSystemCall()

ENTRY_LEVEL_SYSTEM_CALL__INPUT_PARAMETER_USAGES_ENTRY_LEVEL_SYSTEM_CALL

static final EReference ENTRY_LEVEL_SYSTEM_CALL__INPUT_PARAMETER_USAGES_ENTRY_LEVEL_SYSTEM_CALL
The meta object literal for the 'Input Parameter Usages Entry Level System Call' containment reference list feature.


ENTRY_LEVEL_SYSTEM_CALL__PROVIDED_ROLE_ENTRY_LEVEL_SYSTEM_CALL

static final EReference ENTRY_LEVEL_SYSTEM_CALL__PROVIDED_ROLE_ENTRY_LEVEL_SYSTEM_CALL
The meta object literal for the 'Provided Role Entry Level System Call' reference feature.


ENTRY_LEVEL_SYSTEM_CALL__SIGNATURE_ENTRY_LEVEL_SYSTEM_CALL

static final EReference ENTRY_LEVEL_SYSTEM_CALL__SIGNATURE_ENTRY_LEVEL_SYSTEM_CALL
The meta object literal for the 'Signature Entry Level System Call' reference feature.


ENTRY_LEVEL_SYSTEM_CALL__OUTPUT_PARAMETER_USAGES_ENTRY_LEVEL_SYSTEM_CALL

static final EReference ENTRY_LEVEL_SYSTEM_CALL__OUTPUT_PARAMETER_USAGES_ENTRY_LEVEL_SYSTEM_CALL
The meta object literal for the 'Output Parameter Usages Entry Level System Call' containment reference list feature.


CLOSED_WORKLOAD

static final EClass CLOSED_WORKLOAD
The meta object literal for the 'Closed Workload' class.

See Also:
ClosedWorkloadImpl, UsagemodelPackageImpl.getClosedWorkload()

CLOSED_WORKLOAD__POPULATION

static final EAttribute CLOSED_WORKLOAD__POPULATION
The meta object literal for the 'Population' attribute feature.


CLOSED_WORKLOAD__THINK_TIME_CLOSED_WORKLOAD

static final EReference CLOSED_WORKLOAD__THINK_TIME_CLOSED_WORKLOAD
The meta object literal for the 'Think Time Closed Workload' containment reference feature.


BRANCH

static final EClass BRANCH
The meta object literal for the 'Branch' class.

See Also:
BranchImpl, UsagemodelPackageImpl.getBranch()

BRANCH__BRANCH_TRANSITIONS_BRANCH

static final EReference BRANCH__BRANCH_TRANSITIONS_BRANCH
The meta object literal for the 'Branch Transitions Branch' containment reference list feature.


BRANCH_TRANSITION

static final EClass BRANCH_TRANSITION
The meta object literal for the 'Branch Transition' class.

See Also:
BranchTransitionImpl, UsagemodelPackageImpl.getBranchTransition()

BRANCH_TRANSITION__BRANCH_PROBABILITY

static final EAttribute BRANCH_TRANSITION__BRANCH_PROBABILITY
The meta object literal for the 'Branch Probability' attribute feature.


BRANCH_TRANSITION__BRANCHED_BEHAVIOUR_BRANCH_TRANSITION

static final EReference BRANCH_TRANSITION__BRANCHED_BEHAVIOUR_BRANCH_TRANSITION
The meta object literal for the 'Branched Behaviour Branch Transition' containment reference feature.


DELAY

static final EClass DELAY
The meta object literal for the 'Delay' class.

See Also:
DelayImpl, UsagemodelPackageImpl.getDelay()

DELAY__TIME_SPECIFICATION_DELAY

static final EReference DELAY__TIME_SPECIFICATION_DELAY
The meta object literal for the 'Time Specification Delay' containment reference feature.