de.cau.cs.kieler.core.expressions.impl
Class ExpressionsFactoryImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EFactoryImpl
de.cau.cs.kieler.core.expressions.impl.ExpressionsFactoryImpl
- All Implemented Interfaces:
- ExpressionsFactory, Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject
public class ExpressionsFactoryImpl
- extends EFactoryImpl
- implements ExpressionsFactory
An implementation of the model Factory.
- Rating

- Generated:
- This code was automatically generated.
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl |
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, 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 interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
ExpressionsFactoryImpl
public ExpressionsFactoryImpl()
- Creates an instance of the factory.
- Generated:
- This code was automatically generated.
init
public static ExpressionsFactory init()
- Creates the default factory implementation.
- Generated:
- This code was automatically generated.
create
public EObject create(EClass eClass)
-
- Specified by:
create
in interface EFactory
- Overrides:
create
in class EFactoryImpl
- Generated:
- This code was automatically generated.
createFromString
public Object createFromString(EDataType eDataType,
String initialValue)
-
- Specified by:
createFromString
in interface EFactory
- Overrides:
createFromString
in class EFactoryImpl
- Generated:
- This code was automatically generated.
convertToString
public String convertToString(EDataType eDataType,
Object instanceValue)
-
- Specified by:
convertToString
in interface EFactory
- Overrides:
convertToString
in class EFactoryImpl
- Generated:
- This code was automatically generated.
createComplexExpression
public ComplexExpression createComplexExpression()
-
- Specified by:
createComplexExpression
in interface ExpressionsFactory
- Returns:
- a new object of class 'Complex Expression'.
- Generated:
- This code was automatically generated.
createExpression
public Expression createExpression()
-
- Specified by:
createExpression
in interface ExpressionsFactory
- Returns:
- a new object of class 'Expression'.
- Generated:
- This code was automatically generated.
createTextualCode
public TextualCode createTextualCode()
-
- Specified by:
createTextualCode
in interface ExpressionsFactory
- Returns:
- a new object of class 'Textual Code'.
- Generated:
- This code was automatically generated.
createSignal
public Signal createSignal()
-
- Specified by:
createSignal
in interface ExpressionsFactory
- Returns:
- a new object of class 'Signal'.
- Generated:
- This code was automatically generated.
createValuedObject
public ValuedObject createValuedObject()
-
- Specified by:
createValuedObject
in interface ExpressionsFactory
- Returns:
- a new object of class 'Valued Object'.
- Generated:
- This code was automatically generated.
createVariable
public Variable createVariable()
-
- Specified by:
createVariable
in interface ExpressionsFactory
- Returns:
- a new object of class 'Variable'.
- Generated:
- This code was automatically generated.
createValuedObjectReference
public ValuedObjectReference createValuedObjectReference()
-
- Specified by:
createValuedObjectReference
in interface ExpressionsFactory
- Returns:
- a new object of class 'Valued Object Reference'.
- Generated:
- This code was automatically generated.
createValue
public Value createValue()
-
- Specified by:
createValue
in interface ExpressionsFactory
- Returns:
- a new object of class 'Value'.
- Generated:
- This code was automatically generated.
createIntValue
public IntValue createIntValue()
-
- Specified by:
createIntValue
in interface ExpressionsFactory
- Returns:
- a new object of class 'Int Value'.
- Generated:
- This code was automatically generated.
createFloatValue
public FloatValue createFloatValue()
-
- Specified by:
createFloatValue
in interface ExpressionsFactory
- Returns:
- a new object of class 'Float Value'.
- Generated:
- This code was automatically generated.
createBooleanValue
public BooleanValue createBooleanValue()
-
- Specified by:
createBooleanValue
in interface ExpressionsFactory
- Returns:
- a new object of class 'Boolean Value'.
- Generated:
- This code was automatically generated.
createOperatorExpression
public OperatorExpression createOperatorExpression()
-
- Specified by:
createOperatorExpression
in interface ExpressionsFactory
- Returns:
- a new object of class 'Operator Expression'.
- Generated:
- This code was automatically generated.
createTextExpression
public TextExpression createTextExpression()
-
- Specified by:
createTextExpression
in interface ExpressionsFactory
- Returns:
- a new object of class 'Text Expression'.
- Generated:
- This code was automatically generated.
createCombineOperatorFromString
public CombineOperator createCombineOperatorFromString(EDataType eDataType,
String initialValue)
-
- Generated:
- This code was automatically generated.
convertCombineOperatorToString
public String convertCombineOperatorToString(EDataType eDataType,
Object instanceValue)
-
- Generated:
- This code was automatically generated.
createOperatorTypeFromString
public OperatorType createOperatorTypeFromString(EDataType eDataType,
String initialValue)
-
- Generated:
- This code was automatically generated.
convertOperatorTypeToString
public String convertOperatorTypeToString(EDataType eDataType,
Object instanceValue)
-
- Generated:
- This code was automatically generated.
createValueTypeFromString
public ValueType createValueTypeFromString(EDataType eDataType,
String initialValue)
-
- Generated:
- This code was automatically generated.
convertValueTypeToString
public String convertValueTypeToString(EDataType eDataType,
Object instanceValue)
-
- Generated:
- This code was automatically generated.
getExpressionsPackage
public ExpressionsPackage getExpressionsPackage()
-
- Specified by:
getExpressionsPackage
in interface ExpressionsFactory
- Returns:
- the package supported by this factory.
- Generated:
- This code was automatically generated.
getPackage
@Deprecated
public static ExpressionsPackage getPackage()
- Deprecated.
-
- Generated:
- This code was automatically generated.