de.cau.cs.kieler.kev.mapping.impl
Class MappingFactoryImpl
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.kev.mapping.impl.MappingFactoryImpl
- All Implemented Interfaces:
- MappingFactory, Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject
public class MappingFactoryImpl
- extends EFactoryImpl
- implements MappingFactory
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, convertToString, createFromString, 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 |
MappingFactoryImpl
public MappingFactoryImpl()
- Creates an instance of the factory.
- Generated:
- This code was automatically generated.
init
public static MappingFactory 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.
createSVGFile
public SVGFile createSVGFile()
-
- Specified by:
createSVGFile
in interface MappingFactory
- Returns:
- a new object of class 'SVG File'.
- Generated:
- This code was automatically generated.
createSVGElement
public SVGElement createSVGElement()
-
- Specified by:
createSVGElement
in interface MappingFactory
- Returns:
- a new object of class 'SVG Element'.
- Generated:
- This code was automatically generated.
createOpacity
public Opacity createOpacity()
-
- Specified by:
createOpacity
in interface MappingFactory
- Returns:
- a new object of class 'Opacity'.
- Generated:
- This code was automatically generated.
createMovePath
public MovePath createMovePath()
-
- Specified by:
createMovePath
in interface MappingFactory
- Returns:
- a new object of class 'Move Path'.
- Generated:
- This code was automatically generated.
createRotate
public Rotate createRotate()
-
- Specified by:
createRotate
in interface MappingFactory
- Returns:
- a new object of class 'Rotate'.
- Generated:
- This code was automatically generated.
createMove
public Move createMove()
-
- Specified by:
createMove
in interface MappingFactory
- Returns:
- a new object of class 'Move'.
- Generated:
- This code was automatically generated.
createColorize
public Colorize createColorize()
-
- Specified by:
createColorize
in interface MappingFactory
- Returns:
- a new object of class 'Colorize'.
- Generated:
- This code was automatically generated.
createText
public Text createText()
-
- Specified by:
createText
in interface MappingFactory
- Returns:
- a new object of class 'Text'.
- Generated:
- This code was automatically generated.
createMoveTo
public MoveTo createMoveTo()
-
- Specified by:
createMoveTo
in interface MappingFactory
- Returns:
- a new object of class 'Move To'.
- Generated:
- This code was automatically generated.
getMappingPackage
public MappingPackage getMappingPackage()
-
- Specified by:
getMappingPackage
in interface MappingFactory
- Returns:
- the package supported by this factory.
- Generated:
- This code was automatically generated.
getPackage
@Deprecated
public static MappingPackage getPackage()
- Deprecated.
-
- Generated:
- This code was automatically generated.