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:
    LanguagePackage
    • Field Detail

      • eINSTANCE

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

      • 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.