ujf.verimag.bip.Core.ActionLanguage.Actions
Interface ActionsPackage

All Known Implementing Classes:
ActionsPackageImpl

public interface ActionsPackage

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

See Also:
ActionsFactory

Nested Class Summary
static interface ActionsPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int ASSIGN_TYPE
          The meta object id for the 'Assign Type' enum.
static int ASSIGNMENT_ACTION
          The meta object id for the 'Assignment Action' class.
static int ASSIGNMENT_ACTION__ASSIGNED_TARGET
          The feature id for the 'Assigned Target' containment reference.
static int ASSIGNMENT_ACTION__ASSIGNED_VALUE
          The feature id for the 'Assigned Value' containment reference.
static int ASSIGNMENT_ACTION__TYPE
          The feature id for the 'Type' attribute.
static int ASSIGNMENT_ACTION_FEATURE_COUNT
          The number of structural features of the 'Assignment Action' class.
static int COMPOSITE_ACTION
          The meta object id for the 'Composite Action' class.
static int COMPOSITE_ACTION__CONTENT
          The feature id for the 'Content' containment reference list.
static int COMPOSITE_ACTION_FEATURE_COUNT
          The number of structural features of the 'Composite Action' class.
static ActionsPackage 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 IF_ACTION
          The meta object id for the 'If Action' class.
static int IF_ACTION__CONDITION
          The feature id for the 'Condition' containment reference.
static int IF_ACTION__ELSE_CASE
          The feature id for the 'Else Case' containment reference.
static int IF_ACTION__IF_CASE
          The feature id for the 'If Case' containment reference.
static int IF_ACTION_FEATURE_COUNT
          The number of structural features of the 'If Action' class.
 
Method Summary
 ActionsFactory getActionsFactory()
          Returns the factory that creates the instances of the model.
 EReference getAssignmentAction_AssignedTarget()
          Returns the meta object for the containment reference 'Assigned Target'.
 EReference getAssignmentAction_AssignedValue()
          Returns the meta object for the containment reference 'Assigned Value'.
 EAttribute getAssignmentAction_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getAssignmentAction()
          Returns the meta object for class 'Assignment Action'.
 EEnum getAssignType()
          Returns the meta object for enum 'Assign Type'.
 EReference getCompositeAction_Content()
          Returns the meta object for the containment reference list 'Content'.
 EClass getCompositeAction()
          Returns the meta object for class 'Composite Action'.
 EReference getIfAction_Condition()
          Returns the meta object for the containment reference 'Condition'.
 EReference getIfAction_ElseCase()
          Returns the meta object for the containment reference 'Else Case'.
 EReference getIfAction_IfCase()
          Returns the meta object for the containment reference 'If Case'.
 EClass getIfAction()
          Returns the meta object for class 'If Action'.
 

Field Detail

eNAME

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

See Also:
Constant Field Values

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

static final ActionsPackage eINSTANCE
The singleton instance of the package.


COMPOSITE_ACTION

static final int COMPOSITE_ACTION
The meta object id for the 'Composite Action' class.

See Also:
CompositeActionImpl, ActionsPackageImpl.getCompositeAction(), Constant Field Values

COMPOSITE_ACTION__CONTENT

static final int COMPOSITE_ACTION__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

COMPOSITE_ACTION_FEATURE_COUNT

static final int COMPOSITE_ACTION_FEATURE_COUNT
The number of structural features of the 'Composite Action' class.

See Also:
Constant Field Values

IF_ACTION

static final int IF_ACTION
The meta object id for the 'If Action' class.

See Also:
IfActionImpl, ActionsPackageImpl.getIfAction(), Constant Field Values

IF_ACTION__IF_CASE

static final int IF_ACTION__IF_CASE
The feature id for the 'If Case' containment reference.

See Also:
Constant Field Values

IF_ACTION__ELSE_CASE

static final int IF_ACTION__ELSE_CASE
The feature id for the 'Else Case' containment reference.

See Also:
Constant Field Values

IF_ACTION__CONDITION

static final int IF_ACTION__CONDITION
The feature id for the 'Condition' containment reference.

See Also:
Constant Field Values

IF_ACTION_FEATURE_COUNT

static final int IF_ACTION_FEATURE_COUNT
The number of structural features of the 'If Action' class.

See Also:
Constant Field Values

ASSIGNMENT_ACTION

static final int ASSIGNMENT_ACTION
The meta object id for the 'Assignment Action' class.

See Also:
AssignmentActionImpl, ActionsPackageImpl.getAssignmentAction(), Constant Field Values

ASSIGNMENT_ACTION__ASSIGNED_TARGET

static final int ASSIGNMENT_ACTION__ASSIGNED_TARGET
The feature id for the 'Assigned Target' containment reference.

See Also:
Constant Field Values

ASSIGNMENT_ACTION__ASSIGNED_VALUE

static final int ASSIGNMENT_ACTION__ASSIGNED_VALUE
The feature id for the 'Assigned Value' containment reference.

See Also:
Constant Field Values

ASSIGNMENT_ACTION__TYPE

static final int ASSIGNMENT_ACTION__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

ASSIGNMENT_ACTION_FEATURE_COUNT

static final int ASSIGNMENT_ACTION_FEATURE_COUNT
The number of structural features of the 'Assignment Action' class.

See Also:
Constant Field Values

ASSIGN_TYPE

static final int ASSIGN_TYPE
The meta object id for the 'Assign Type' enum.

See Also:
AssignType, ActionsPackageImpl.getAssignType(), Constant Field Values
Method Detail

getCompositeAction

EClass getCompositeAction()
Returns the meta object for class 'Composite Action'.

Returns:
the meta object for class 'Composite Action'.
See Also:
CompositeAction

getCompositeAction_Content

EReference getCompositeAction_Content()
Returns the meta object for the containment reference list 'Content'.

Returns:
the meta object for the containment reference list 'Content'.
See Also:
CompositeAction.getContent(), getCompositeAction()

getIfAction

EClass getIfAction()
Returns the meta object for class 'If Action'.

Returns:
the meta object for class 'If Action'.
See Also:
IfAction

getIfAction_IfCase

EReference getIfAction_IfCase()
Returns the meta object for the containment reference 'If Case'.

Returns:
the meta object for the containment reference 'If Case'.
See Also:
IfAction.getIfCase(), getIfAction()

getIfAction_ElseCase

EReference getIfAction_ElseCase()
Returns the meta object for the containment reference 'Else Case'.

Returns:
the meta object for the containment reference 'Else Case'.
See Also:
IfAction.getElseCase(), getIfAction()

getIfAction_Condition

EReference getIfAction_Condition()
Returns the meta object for the containment reference 'Condition'.

Returns:
the meta object for the containment reference 'Condition'.
See Also:
IfAction.getCondition(), getIfAction()

getAssignmentAction

EClass getAssignmentAction()
Returns the meta object for class 'Assignment Action'.

Returns:
the meta object for class 'Assignment Action'.
See Also:
AssignmentAction

getAssignmentAction_AssignedTarget

EReference getAssignmentAction_AssignedTarget()
Returns the meta object for the containment reference 'Assigned Target'.

Returns:
the meta object for the containment reference 'Assigned Target'.
See Also:
AssignmentAction.getAssignedTarget(), getAssignmentAction()

getAssignmentAction_AssignedValue

EReference getAssignmentAction_AssignedValue()
Returns the meta object for the containment reference 'Assigned Value'.

Returns:
the meta object for the containment reference 'Assigned Value'.
See Also:
AssignmentAction.getAssignedValue(), getAssignmentAction()

getAssignmentAction_Type

EAttribute getAssignmentAction_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
AssignmentAction.getType(), getAssignmentAction()

getAssignType

EEnum getAssignType()
Returns the meta object for enum 'Assign Type'.

Returns:
the meta object for enum 'Assign Type'.
See Also:
AssignType

getActionsFactory

ActionsFactory getActionsFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.