Interface DataprocessingFactory

    • Field Detail

      • eINSTANCE

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

      • createDataSpecification

        DataSpecification createDataSpecification()
        Returns a new object of class 'Data Specification'.
        Returns:
        a new object of class 'Data Specification'.
        Generated class or method.
      • getDataprocessingPackage

        DataprocessingPackage getDataprocessingPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.