Interface DataFactory

  • 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:
    DataFactoryImpl

    public interface DataFactory
    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:
    DataPackage
    • Field Detail

      • eINSTANCE

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

      • createBSLModuleIdInternal

        BSLModuleIdInternal createBSLModuleIdInternal()
        Returns a new object of class 'BSL Module Id Internal'.
        Returns:
        a new object of class 'BSL Module Id Internal'.
      • createBSLModuleIdUser

        BSLModuleIdUser createBSLModuleIdUser()
        Returns a new object of class 'BSL Module Id User'.
        Returns:
        a new object of class 'BSL Module Id User'.
      • createDbgTargetStateInfo

        DbgTargetStateInfo createDbgTargetStateInfo()
        Returns a new object of class 'Dbg Target State Info'.
        Returns:
        a new object of class 'Dbg Target State Info'.
      • createDebugTargetId

        DebugTargetId createDebugTargetId()
        Returns a new object of class 'Debug Target Id'.
        Returns:
        a new object of class 'Debug Target Id'.
      • createDebugTargetIdLight

        DebugTargetIdLight createDebugTargetIdLight()
        Returns a new object of class 'Debug Target Id Light'.
        Returns:
        a new object of class 'Debug Target Id Light'.
      • createStackItemViewInfoData

        StackItemViewInfoData createStackItemViewInfoData()
        Returns a new object of class 'Stack Item View Info Data'.
        Returns:
        a new object of class 'Stack Item View Info Data'.
      • getDataPackage

        DataPackage getDataPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.