de.cau.cs.kieler.kev.mapping
Interface MappingFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
MappingFactoryImpl

public interface MappingFactory
extends EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
MappingPackage
Rating red
Generated:
This code was automatically generated.

Field Summary
static MappingFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Colorize createColorize()
          Returns a new object of class 'Colorize'.
 Move createMove()
          Returns a new object of class 'Move'.
 MovePath createMovePath()
          Returns a new object of class 'Move Path'.
 MoveTo createMoveTo()
          Returns a new object of class 'Move To'.
 Opacity createOpacity()
          Returns a new object of class 'Opacity'.
 Rotate createRotate()
          Returns a new object of class 'Rotate'.
 SVGElement createSVGElement()
          Returns a new object of class 'SVG Element'.
 SVGFile createSVGFile()
          Returns a new object of class 'SVG File'.
 Text createText()
          Returns a new object of class 'Text'.
 MappingPackage getMappingPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, 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
 

Field Detail

eINSTANCE

static final MappingFactory eINSTANCE
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createSVGFile

SVGFile createSVGFile()
Returns a new object of class 'SVG File'.

Returns:
a new object of class 'SVG File'.
Generated:
This code was automatically generated.

createSVGElement

SVGElement createSVGElement()
Returns a new object of class 'SVG Element'.

Returns:
a new object of class 'SVG Element'.
Generated:
This code was automatically generated.

createOpacity

Opacity createOpacity()
Returns a new object of class 'Opacity'.

Returns:
a new object of class 'Opacity'.
Generated:
This code was automatically generated.

createMovePath

MovePath createMovePath()
Returns a new object of class 'Move Path'.

Returns:
a new object of class 'Move Path'.
Generated:
This code was automatically generated.

createRotate

Rotate createRotate()
Returns a new object of class 'Rotate'.

Returns:
a new object of class 'Rotate'.
Generated:
This code was automatically generated.

createMove

Move createMove()
Returns a new object of class 'Move'.

Returns:
a new object of class 'Move'.
Generated:
This code was automatically generated.

createColorize

Colorize createColorize()
Returns a new object of class 'Colorize'.

Returns:
a new object of class 'Colorize'.
Generated:
This code was automatically generated.

createText

Text createText()
Returns a new object of class 'Text'.

Returns:
a new object of class 'Text'.
Generated:
This code was automatically generated.

createMoveTo

MoveTo createMoveTo()
Returns a new object of class 'Move To'.

Returns:
a new object of class 'Move To'.
Generated:
This code was automatically generated.

getMappingPackage

MappingPackage getMappingPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated:
This code was automatically generated.