Interface SystemFactory

    • Field Detail

      • eINSTANCE

        static final SystemFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createSystem

        System createSystem()
        Returns a new object of class 'System'.
        Returns:
        a new object of class 'System'.
        Generated class or method.
      • getSystemPackage

        SystemPackage getSystemPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.