de.cau.cs.kieler.keg.impl
Class KEGFactoryImpl
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.keg.impl.KEGFactoryImpl
- All Implemented Interfaces:
- KEGFactory, Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject
public class KEGFactoryImpl
- extends EFactoryImpl
- implements KEGFactory
An implementation of the model Factory.
- Rating

- Generated:
- This code was automatically generated.
Constructor Summary |
KEGFactoryImpl()
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.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 |
KEGFactoryImpl
public KEGFactoryImpl()
- Creates an instance of the factory.
- Generated:
- This code was automatically generated.
init
public static KEGFactory 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.
createNode
public Node createNode()
-
- Specified by:
createNode
in interface KEGFactory
- Returns:
- a new object of class 'Node'.
- Generated:
- This code was automatically generated.
createEdge
public Edge createEdge()
-
- Specified by:
createEdge
in interface KEGFactory
- Returns:
- a new object of class 'Edge'.
- Generated:
- This code was automatically generated.
createPort
public Port createPort()
-
- Specified by:
createPort
in interface KEGFactory
- Returns:
- a new object of class 'Port'.
- Generated:
- This code was automatically generated.
createEdgeTypeFromString
public EdgeType createEdgeTypeFromString(EDataType eDataType,
String initialValue)
-
- Generated:
- This code was automatically generated.
convertEdgeTypeToString
public String convertEdgeTypeToString(EDataType eDataType,
Object instanceValue)
-
- Generated:
- This code was automatically generated.
getKEGPackage
public KEGPackage getKEGPackage()
-
- Specified by:
getKEGPackage
in interface KEGFactory
- Returns:
- the package supported by this factory.
- Generated:
- This code was automatically generated.
getPackage
@Deprecated
public static KEGPackage getPackage()
- Deprecated.
-
- Generated:
- This code was automatically generated.