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

java.lang.Object
  extended by EFactoryImpl
      extended by ujf.verimag.bip.Core.ActionLanguage.Actions.impl.ActionsFactoryImpl
All Implemented Interfaces:
ActionsFactory

public class ActionsFactoryImpl
extends EFactoryImpl
implements ActionsFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface ujf.verimag.bip.Core.ActionLanguage.Actions.ActionsFactory
eINSTANCE
 
Constructor Summary
ActionsFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 java.lang.String convertAssignTypeToString(EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertToString(EDataType eDataType, java.lang.Object instanceValue)
           
 EObject create(EClass eClass)
           
 AssignmentAction createAssignmentAction()
           
 AssignType createAssignTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 CompositeAction createCompositeAction()
           
 java.lang.Object createFromString(EDataType eDataType, java.lang.String initialValue)
           
 IfAction createIfAction()
           
 ActionsPackage getActionsPackage()
           
static ActionsPackage getPackage()
          Deprecated.  
static ActionsFactory init()
          Creates the default factory implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionsFactoryImpl

public ActionsFactoryImpl()
Creates an instance of the factory.

Method Detail

init

public static ActionsFactory init()
Creates the default factory implementation.


create

public EObject create(EClass eClass)


createFromString

public java.lang.Object createFromString(EDataType eDataType,
                                         java.lang.String initialValue)


convertToString

public java.lang.String convertToString(EDataType eDataType,
                                        java.lang.Object instanceValue)


createCompositeAction

public CompositeAction createCompositeAction()

Specified by:
createCompositeAction in interface ActionsFactory
Returns:
a new object of class 'Composite Action'.

createIfAction

public IfAction createIfAction()

Specified by:
createIfAction in interface ActionsFactory
Returns:
a new object of class 'If Action'.

createAssignmentAction

public AssignmentAction createAssignmentAction()

Specified by:
createAssignmentAction in interface ActionsFactory
Returns:
a new object of class 'Assignment Action'.

createAssignTypeFromString

public AssignType createAssignTypeFromString(EDataType eDataType,
                                             java.lang.String initialValue)


convertAssignTypeToString

public java.lang.String convertAssignTypeToString(EDataType eDataType,
                                                  java.lang.Object instanceValue)


getActionsPackage

public ActionsPackage getActionsPackage()

Specified by:
getActionsPackage in interface ActionsFactory
Returns:
the package supported by this factory.

getPackage

@Deprecated
public static ActionsPackage getPackage()
Deprecated.