Interface LanguageFactory

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

public interface LanguageFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final LanguageFactory
    The singleton instance of the factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new object of class 'Animate Color Type'.
    Returns a new object of class 'Animate Motion Type'.
    Returns a new object of class 'Animate Type'.
    Returns a new object of class 'Document Root'.
    Returns a new object of class 'Set Type'.
    Returns the package supported by this factory.

    Methods inherited from interface EFactory

    convertToString, create, createFromString, getEPackage, setEPackage

    Methods inherited from interface EModelElement

    getEAnnotation, getEAnnotations

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Field Details

    • eINSTANCE

      static final LanguageFactory eINSTANCE
      The singleton instance of the factory.
  • Method Details

    • createAnimateColorType

      AnimateColorType createAnimateColorType()
      Returns a new object of class 'Animate Color Type'.
      Returns:
      a new object of class 'Animate Color Type'.
    • createAnimateMotionType

      AnimateMotionType createAnimateMotionType()
      Returns a new object of class 'Animate Motion Type'.
      Returns:
      a new object of class 'Animate Motion Type'.
    • createAnimateType

      AnimateType createAnimateType()
      Returns a new object of class 'Animate Type'.
      Returns:
      a new object of class 'Animate Type'.
    • createDocumentRoot

      DocumentRoot createDocumentRoot()
      Returns a new object of class 'Document Root'.
      Returns:
      a new object of class 'Document Root'.
    • createSetType

      SetType createSetType()
      Returns a new object of class 'Set Type'.
      Returns:
      a new object of class 'Set Type'.
    • getLanguagePackage

      LanguagePackage getLanguagePackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.