org.eclipse.ocl.expressions.impl
Class ExpressionsFactoryImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl
              extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
                  extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                      extended by org.eclipse.emf.ecore.impl.EFactoryImpl
                          extended by org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.DataConverter.Factory, ExpressionsFactory

public class ExpressionsFactoryImpl
extends org.eclipse.emf.ecore.impl.EFactoryImpl
implements ExpressionsFactory

An implementation of the model Factory.

Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
EDATE_FORMATS, ePackage
 
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
 
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.ocl.expressions.ExpressionsFactory
eINSTANCE
 
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
ExpressionsFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 java.lang.String convertCollectionKindToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
           
 org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
           
<C,P> AssociationClassCallExp<C,P>
createAssociationClassCallExp()
           
<C> BooleanLiteralExp<C>
createBooleanLiteralExp()
           
<C> CollectionItem<C>
createCollectionItem()
           
 CollectionKind createCollectionKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
<C> CollectionLiteralExp<C>
createCollectionLiteralExp()
           
<C> CollectionRange<C>
createCollectionRange()
           
<C,EL> EnumLiteralExp<C,EL>
createEnumLiteralExp()
           
 java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
<C> IfExp<C>
createIfExp()
           
<C> IntegerLiteralExp<C>
createIntegerLiteralExp()
           
<C> InvalidLiteralExp<C>
createInvalidLiteralExp()
           
<C,PM> IterateExp<C,PM>
createIterateExp()
           
<C,PM> IteratorExp<C,PM>
createIteratorExp()
           
<C,PM> LetExp<C,PM>
createLetExp()
           
<C,COA,SSA>
MessageExp<C,COA,SSA>
createMessageExp()
           
<C> NullLiteralExp<C>
createNullLiteralExp()
           
<C,O> OperationCallExp<C,O>
createOperationCallExp()
           
<C,P> PropertyCallExp<C,P>
createPropertyCallExp()
           
<C> RealLiteralExp<C>
createRealLiteralExp()
           
<C,S> StateExp<C,S>
createStateExp()
           
<C> StringLiteralExp<C>
createStringLiteralExp()
           
<C,P> TupleLiteralExp<C,P>
createTupleLiteralExp()
           
<C,P> TupleLiteralPart<C,P>
createTupleLiteralPart()
           
<C> TypeExp<C>
createTypeExp()
           
<C> UnlimitedNaturalLiteralExp<C>
createUnlimitedNaturalLiteralExp()
           
<C> UnspecifiedValueExp<C>
createUnspecifiedValueExp()
           
<C,PM> Variable<C,PM>
createVariable()
           
<C,PM> VariableExp<C,PM>
createVariableExp()
           
 ExpressionsPackage getExpressionsPackage()
           
static ExpressionsPackage getPackage()
          Deprecated.  
static ExpressionsFactory init()
          Creates the default factory implementation.
 
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, create, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, split
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Constructor Detail

ExpressionsFactoryImpl

public ExpressionsFactoryImpl()
Creates an instance of the factory.

Generated
Method Detail

init

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

Generated

create

public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)

Specified by:
create in interface org.eclipse.emf.ecore.EFactory
Overrides:
create in class org.eclipse.emf.ecore.impl.EFactoryImpl
Generated

createFromString

public java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                         java.lang.String initialValue)

Specified by:
createFromString in interface org.eclipse.emf.ecore.EFactory
Overrides:
createFromString in class org.eclipse.emf.ecore.impl.EFactoryImpl
Generated

convertToString

public java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType,
                                        java.lang.Object instanceValue)

Specified by:
convertToString in interface org.eclipse.emf.ecore.EFactory
Overrides:
convertToString in class org.eclipse.emf.ecore.impl.EFactoryImpl
Generated

createAssociationClassCallExp

public <C,P> AssociationClassCallExp<C,P> createAssociationClassCallExp()

Specified by:
createAssociationClassCallExp in interface ExpressionsFactory
Returns:
a new object of class 'Association Class Call Exp'.
Generated

createBooleanLiteralExp

public <C> BooleanLiteralExp<C> createBooleanLiteralExp()

Specified by:
createBooleanLiteralExp in interface ExpressionsFactory
Returns:
a new object of class 'Boolean Literal Exp'.
Generated

createCollectionItem

public <C> CollectionItem<C> createCollectionItem()

Specified by:
createCollectionItem in interface ExpressionsFactory
Returns:
a new object of class 'Collection Item'.
Generated

createCollectionLiteralExp

public <C> CollectionLiteralExp<C> createCollectionLiteralExp()

Specified by:
createCollectionLiteralExp in interface ExpressionsFactory
Returns:
a new object of class 'Collection Literal Exp'.
Generated

createCollectionRange

public <C> CollectionRange<C> createCollectionRange()

Specified by:
createCollectionRange in interface ExpressionsFactory
Returns:
a new object of class 'Collection Range'.
Generated

createEnumLiteralExp

public <C,EL> EnumLiteralExp<C,EL> createEnumLiteralExp()

Specified by:
createEnumLiteralExp in interface ExpressionsFactory
Returns:
a new object of class 'Enum Literal Exp'.
Generated

createIfExp

public <C> IfExp<C> createIfExp()

Specified by:
createIfExp in interface ExpressionsFactory
Returns:
a new object of class 'If Exp'.
Generated

createIntegerLiteralExp

public <C> IntegerLiteralExp<C> createIntegerLiteralExp()

Specified by:
createIntegerLiteralExp in interface ExpressionsFactory
Returns:
a new object of class 'Integer Literal Exp'.
Generated

createUnlimitedNaturalLiteralExp

public <C> UnlimitedNaturalLiteralExp<C> createUnlimitedNaturalLiteralExp()

Specified by:
createUnlimitedNaturalLiteralExp in interface ExpressionsFactory
Returns:
a new object of class 'Unlimited Natural Literal Exp'.
Generated

createInvalidLiteralExp

public <C> InvalidLiteralExp<C> createInvalidLiteralExp()

Specified by:
createInvalidLiteralExp in interface ExpressionsFactory
Returns:
a new object of class 'Invalid Literal Exp'.
Generated

createIterateExp

public <C,PM> IterateExp<C,PM> createIterateExp()

Specified by:
createIterateExp in interface ExpressionsFactory
Returns:
a new object of class 'Iterate Exp'.
Generated

createIteratorExp

public <C,PM> IteratorExp<C,PM> createIteratorExp()

Specified by:
createIteratorExp in interface ExpressionsFactory
Returns:
a new object of class 'Iterator Exp'.
Generated

createLetExp

public <C,PM> LetExp<C,PM> createLetExp()

Specified by:
createLetExp in interface ExpressionsFactory
Returns:
a new object of class 'Let Exp'.
Generated

createMessageExp

public <C,COA,SSA> MessageExp<C,COA,SSA> createMessageExp()

Specified by:
createMessageExp in interface ExpressionsFactory
Returns:
a new object of class 'Message Exp'.
Generated

createNullLiteralExp

public <C> NullLiteralExp<C> createNullLiteralExp()

Specified by:
createNullLiteralExp in interface ExpressionsFactory
Returns:
a new object of class 'Null Literal Exp'.
Generated

createOperationCallExp

public <C,O> OperationCallExp<C,O> createOperationCallExp()

Specified by:
createOperationCallExp in interface ExpressionsFactory
Returns:
a new object of class 'Operation Call Exp'.
Generated

createPropertyCallExp

public <C,P> PropertyCallExp<C,P> createPropertyCallExp()

Specified by:
createPropertyCallExp in interface ExpressionsFactory
Returns:
a new object of class 'Property Call Exp'.
Generated

createRealLiteralExp

public <C> RealLiteralExp<C> createRealLiteralExp()

Specified by:
createRealLiteralExp in interface ExpressionsFactory
Returns:
a new object of class 'Real Literal Exp'.
Generated

createStateExp

public <C,S> StateExp<C,S> createStateExp()

Specified by:
createStateExp in interface ExpressionsFactory
Returns:
a new object of class 'State Exp'.
Generated

createStringLiteralExp

public <C> StringLiteralExp<C> createStringLiteralExp()

Specified by:
createStringLiteralExp in interface ExpressionsFactory
Returns:
a new object of class 'String Literal Exp'.
Generated

createTupleLiteralExp

public <C,P> TupleLiteralExp<C,P> createTupleLiteralExp()

Specified by:
createTupleLiteralExp in interface ExpressionsFactory
Returns:
a new object of class 'Tuple Literal Exp'.
Generated

createTupleLiteralPart

public <C,P> TupleLiteralPart<C,P> createTupleLiteralPart()

Specified by:
createTupleLiteralPart in interface ExpressionsFactory
Returns:
a new object of class 'Tuple Literal Part'.
Generated

createTypeExp

public <C> TypeExp<C> createTypeExp()

Specified by:
createTypeExp in interface ExpressionsFactory
Returns:
a new object of class 'Type Exp'.
Generated

createUnspecifiedValueExp

public <C> UnspecifiedValueExp<C> createUnspecifiedValueExp()

Specified by:
createUnspecifiedValueExp in interface ExpressionsFactory
Returns:
a new object of class 'Unspecified Value Exp'.
Generated

createVariable

public <C,PM> Variable<C,PM> createVariable()

Specified by:
createVariable in interface ExpressionsFactory
Returns:
a new object of class 'Variable'.
Generated

createVariableExp

public <C,PM> VariableExp<C,PM> createVariableExp()

Specified by:
createVariableExp in interface ExpressionsFactory
Returns:
a new object of class 'Variable Exp'.
Generated

createCollectionKindFromString

public CollectionKind createCollectionKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                                     java.lang.String initialValue)

Generated

convertCollectionKindToString

public java.lang.String convertCollectionKindToString(org.eclipse.emf.ecore.EDataType eDataType,
                                                      java.lang.Object instanceValue)

Generated

getExpressionsPackage

public ExpressionsPackage getExpressionsPackage()

Specified by:
getExpressionsPackage in interface ExpressionsFactory
Returns:
the package supported by this factory.
Generated

getPackage

@Deprecated
public static ExpressionsPackage getPackage()
Deprecated. 

Generated