ujf.verimag.bip.Core.PortExpressions.impl
Class PortExpressionsFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by ujf.verimag.bip.Core.PortExpressions.impl.PortExpressionsFactoryImpl
All Implemented Interfaces:
PortExpressionsFactory

public class PortExpressionsFactoryImpl
extends EFactoryImpl
implements PortExpressionsFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface ujf.verimag.bip.Core.PortExpressions.PortExpressionsFactory
eINSTANCE
 
Constructor Summary
PortExpressionsFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 java.lang.String convertACTypingKindToString(EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertToString(EDataType eDataType, java.lang.Object instanceValue)
           
 EObject create(EClass eClass)
           
 ACFusion createACFusion()
           
 ACFusionNeutral createACFusionNeutral()
           
 ACTyping createACTyping()
           
 ACTypingKind createACTypingKindFromString(EDataType eDataType, java.lang.String initialValue)
           
 ACUnion createACUnion()
           
 ACUnionNeutral createACUnionNeutral()
           
 AISynchro createAISynchro()
           
 AISynchroNeutral createAISynchroNeutral()
           
 AIUnion createAIUnion()
           
 AIUnionNeutral createAIUnionNeutral()
           
 java.lang.Object createFromString(EDataType eDataType, java.lang.String initialValue)
           
static PortExpressionsPackage getPackage()
          Deprecated.  
 PortExpressionsPackage getPortExpressionsPackage()
           
static PortExpressionsFactory 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

PortExpressionsFactoryImpl

public PortExpressionsFactoryImpl()
Creates an instance of the factory.

Method Detail

init

public static PortExpressionsFactory 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)


createACFusionNeutral

public ACFusionNeutral createACFusionNeutral()

Specified by:
createACFusionNeutral in interface PortExpressionsFactory
Returns:
a new object of class 'AC Fusion Neutral'.

createACUnionNeutral

public ACUnionNeutral createACUnionNeutral()

Specified by:
createACUnionNeutral in interface PortExpressionsFactory
Returns:
a new object of class 'AC Union Neutral'.

createACFusion

public ACFusion createACFusion()

Specified by:
createACFusion in interface PortExpressionsFactory
Returns:
a new object of class 'AC Fusion'.

createAIUnionNeutral

public AIUnionNeutral createAIUnionNeutral()

Specified by:
createAIUnionNeutral in interface PortExpressionsFactory
Returns:
a new object of class 'AI Union Neutral'.

createAISynchroNeutral

public AISynchroNeutral createAISynchroNeutral()

Specified by:
createAISynchroNeutral in interface PortExpressionsFactory
Returns:
a new object of class 'AI Synchro Neutral'.

createAIUnion

public AIUnion createAIUnion()

Specified by:
createAIUnion in interface PortExpressionsFactory
Returns:
a new object of class 'AI Union'.

createACTyping

public ACTyping createACTyping()

Specified by:
createACTyping in interface PortExpressionsFactory
Returns:
a new object of class 'AC Typing'.

createAISynchro

public AISynchro createAISynchro()

Specified by:
createAISynchro in interface PortExpressionsFactory
Returns:
a new object of class 'AI Synchro'.

createACUnion

public ACUnion createACUnion()

Specified by:
createACUnion in interface PortExpressionsFactory
Returns:
a new object of class 'AC Union'.

createACTypingKindFromString

public ACTypingKind createACTypingKindFromString(EDataType eDataType,
                                                 java.lang.String initialValue)


convertACTypingKindToString

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


getPortExpressionsPackage

public PortExpressionsPackage getPortExpressionsPackage()

Specified by:
getPortExpressionsPackage in interface PortExpressionsFactory
Returns:
the package supported by this factory.

getPackage

@Deprecated
public static PortExpressionsPackage getPackage()
Deprecated.