Interface Smil20Factory

  • All Superinterfaces:
    EFactory, EModelElement, EObject, Notifier
    All Known Implementing Classes:
    Smil20FactoryImpl

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

      • eINSTANCE

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

      • createAnimateColorPrototype

        AnimateColorPrototype createAnimateColorPrototype()
        Returns a new object of class 'Animate Color Prototype'.
        Returns:
        a new object of class 'Animate Color Prototype'.
      • createAnimateMotionPrototype

        AnimateMotionPrototype createAnimateMotionPrototype()
        Returns a new object of class 'Animate Motion Prototype'.
        Returns:
        a new object of class 'Animate Motion Prototype'.
      • createAnimatePrototype

        AnimatePrototype createAnimatePrototype()
        Returns a new object of class 'Animate Prototype'.
        Returns:
        a new object of class 'Animate Prototype'.
      • createDocumentRoot

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

        SetPrototype createSetPrototype()
        Returns a new object of class 'Set Prototype'.
        Returns:
        a new object of class 'Set Prototype'.
      • getSmil20Package

        Smil20Package getSmil20Package()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.