|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.kexpressions.impl.KExpressionsFactoryImpl
public class KExpressionsFactoryImpl
An implementation of the model Factory.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
MinimalEObjectImpl.Container.Dynamic |
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
MinimalEObjectImpl.Container |
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
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 de.cau.cs.kieler.core.kexpressions.KExpressionsFactory |
---|
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 | |
---|---|
KExpressionsFactoryImpl()
Creates an instance of the factory. |
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, 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, 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.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 |
---|
public KExpressionsFactoryImpl()
Method Detail |
---|
public static KExpressionsFactory init()
public EObject create(EClass eClass)
create
in interface EFactory
create
in class EFactoryImpl
public Object createFromString(EDataType eDataType, String initialValue)
createFromString
in interface EFactory
createFromString
in class EFactoryImpl
public String convertToString(EDataType eDataType, Object instanceValue)
convertToString
in interface EFactory
convertToString
in class EFactoryImpl
public ComplexExpression createComplexExpression()
createComplexExpression
in interface KExpressionsFactory
public Expression createExpression()
createExpression
in interface KExpressionsFactory
public TextualCode createTextualCode()
createTextualCode
in interface KExpressionsFactory
public Signal createSignal()
createSignal
in interface KExpressionsFactory
public ValuedObject createValuedObject()
createValuedObject
in interface KExpressionsFactory
public Variable createVariable()
createVariable
in interface KExpressionsFactory
public ValuedObjectReference createValuedObjectReference()
createValuedObjectReference
in interface KExpressionsFactory
public Value createValue()
createValue
in interface KExpressionsFactory
public IntValue createIntValue()
createIntValue
in interface KExpressionsFactory
public FloatValue createFloatValue()
createFloatValue
in interface KExpressionsFactory
public BooleanValue createBooleanValue()
createBooleanValue
in interface KExpressionsFactory
public OperatorExpression createOperatorExpression()
createOperatorExpression
in interface KExpressionsFactory
public TextExpression createTextExpression()
createTextExpression
in interface KExpressionsFactory
public InterfaceDeclaration createInterfaceDeclaration()
createInterfaceDeclaration
in interface KExpressionsFactory
public InterfaceSignalDecl createInterfaceSignalDecl()
createInterfaceSignalDecl
in interface KExpressionsFactory
public ISignal createISignal()
createISignal
in interface KExpressionsFactory
public ChannelDescription createChannelDescription()
createChannelDescription
in interface KExpressionsFactory
public TypeIdentifier createTypeIdentifier()
createTypeIdentifier
in interface KExpressionsFactory
public InterfaceVariableDecl createInterfaceVariableDecl()
createInterfaceVariableDecl
in interface KExpressionsFactory
public VariableDecl createVariableDecl()
createVariableDecl
in interface KExpressionsFactory
public IVariable createIVariable()
createIVariable
in interface KExpressionsFactory
public Input createInput()
createInput
in interface KExpressionsFactory
public Output createOutput()
createOutput
in interface KExpressionsFactory
public InputOutput createInputOutput()
createInputOutput
in interface KExpressionsFactory
public Return createReturn()
createReturn
in interface KExpressionsFactory
public CombineOperator createCombineOperatorFromString(EDataType eDataType, String initialValue)
public String convertCombineOperatorToString(EDataType eDataType, Object instanceValue)
public OperatorType createOperatorTypeFromString(EDataType eDataType, String initialValue)
public String convertOperatorTypeToString(EDataType eDataType, Object instanceValue)
public ValueType createValueTypeFromString(EDataType eDataType, String initialValue)
public String convertValueTypeToString(EDataType eDataType, Object instanceValue)
public KExpressionsPackage getKExpressionsPackage()
getKExpressionsPackage
in interface KExpressionsFactory
@Deprecated public static KExpressionsPackage getPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |