Interface DcsFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    DcsFactoryImpl

    public interface DcsFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    DcsPackage
    • Field Detail

      • eINSTANCE

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

      • createDataCompositionDataSetFieldRole

        DataCompositionDataSetFieldRole createDataCompositionDataSetFieldRole()
        Returns a new object of class 'Data Composition Data Set Field Role'.
        Returns:
        a new object of class 'Data Composition Data Set Field Role'.
      • createDataCompositionExpression

        DataCompositionExpression createDataCompositionExpression()
        Returns a new object of class 'Data Composition Expression'.
        Returns:
        a new object of class 'Data Composition Expression'.
      • createDataCompositionOrderExpression

        DataCompositionOrderExpression createDataCompositionOrderExpression()
        Returns a new object of class 'Data Composition Order Expression'.
        Returns:
        a new object of class 'Data Composition Order Expression'.
      • getDcsPackage

        DcsPackage getDcsPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.