ujf.verimag.bip.Core.ActionLanguage.Actions.impl
Class ActionsPackageImpl

java.lang.Object
  extended by EPackageImpl
      extended by ujf.verimag.bip.Core.ActionLanguage.Actions.impl.ActionsPackageImpl
All Implemented Interfaces:
ActionsPackage

public class ActionsPackageImpl
extends EPackageImpl
implements ActionsPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface ujf.verimag.bip.Core.ActionLanguage.Actions.ActionsPackage
ActionsPackage.Literals
 
Field Summary
 
Fields inherited from interface ujf.verimag.bip.Core.ActionLanguage.Actions.ActionsPackage
ASSIGN_TYPE, ASSIGNMENT_ACTION, ASSIGNMENT_ACTION__ASSIGNED_TARGET, ASSIGNMENT_ACTION__ASSIGNED_VALUE, ASSIGNMENT_ACTION__TYPE, ASSIGNMENT_ACTION_FEATURE_COUNT, COMPOSITE_ACTION, COMPOSITE_ACTION__CONTENT, COMPOSITE_ACTION_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, IF_ACTION, IF_ACTION__CONDITION, IF_ACTION__ELSE_CASE, IF_ACTION__IF_CASE, IF_ACTION_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 ActionsFactory getActionsFactory()
           
 EReference getAssignmentAction_AssignedTarget()
           
 EReference getAssignmentAction_AssignedValue()
           
 EAttribute getAssignmentAction_Type()
           
 EClass getAssignmentAction()
           
 EEnum getAssignType()
           
 EReference getCompositeAction_Content()
           
 EClass getCompositeAction()
           
 EReference getIfAction_Condition()
           
 EReference getIfAction_ElseCase()
           
 EReference getIfAction_IfCase()
           
 EClass getIfAction()
           
static ActionsPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static ActionsPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

This method is used to initialize ActionsPackage.eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

See Also:
ActionsPackage.eNS_URI, createPackageContents(), initializePackageContents()

getCompositeAction

public EClass getCompositeAction()

Specified by:
getCompositeAction in interface ActionsPackage
Returns:
the meta object for class 'Composite Action'.
See Also:
CompositeAction

getCompositeAction_Content

public EReference getCompositeAction_Content()

Specified by:
getCompositeAction_Content in interface ActionsPackage
Returns:
the meta object for the containment reference list 'Content'.
See Also:
CompositeAction.getContent(), ActionsPackage.getCompositeAction()

getIfAction

public EClass getIfAction()

Specified by:
getIfAction in interface ActionsPackage
Returns:
the meta object for class 'If Action'.
See Also:
IfAction

getIfAction_IfCase

public EReference getIfAction_IfCase()

Specified by:
getIfAction_IfCase in interface ActionsPackage
Returns:
the meta object for the containment reference 'If Case'.
See Also:
IfAction.getIfCase(), ActionsPackage.getIfAction()

getIfAction_ElseCase

public EReference getIfAction_ElseCase()

Specified by:
getIfAction_ElseCase in interface ActionsPackage
Returns:
the meta object for the containment reference 'Else Case'.
See Also:
IfAction.getElseCase(), ActionsPackage.getIfAction()

getIfAction_Condition

public EReference getIfAction_Condition()

Specified by:
getIfAction_Condition in interface ActionsPackage
Returns:
the meta object for the containment reference 'Condition'.
See Also:
IfAction.getCondition(), ActionsPackage.getIfAction()

getAssignmentAction

public EClass getAssignmentAction()

Specified by:
getAssignmentAction in interface ActionsPackage
Returns:
the meta object for class 'Assignment Action'.
See Also:
AssignmentAction

getAssignmentAction_AssignedTarget

public EReference getAssignmentAction_AssignedTarget()

Specified by:
getAssignmentAction_AssignedTarget in interface ActionsPackage
Returns:
the meta object for the containment reference 'Assigned Target'.
See Also:
AssignmentAction.getAssignedTarget(), ActionsPackage.getAssignmentAction()

getAssignmentAction_AssignedValue

public EReference getAssignmentAction_AssignedValue()

Specified by:
getAssignmentAction_AssignedValue in interface ActionsPackage
Returns:
the meta object for the containment reference 'Assigned Value'.
See Also:
AssignmentAction.getAssignedValue(), ActionsPackage.getAssignmentAction()

getAssignmentAction_Type

public EAttribute getAssignmentAction_Type()

Specified by:
getAssignmentAction_Type in interface ActionsPackage
Returns:
the meta object for the attribute 'Type'.
See Also:
AssignmentAction.getType(), ActionsPackage.getAssignmentAction()

getAssignType

public EEnum getAssignType()

Specified by:
getAssignType in interface ActionsPackage
Returns:
the meta object for enum 'Assign Type'.
See Also:
AssignType

getActionsFactory

public ActionsFactory getActionsFactory()

Specified by:
getActionsFactory in interface ActionsPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.