Interface BreakpointsFactory

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

    public interface BreakpointsFactory
    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:
    BreakpointsPackage
    • Field Detail

      • eINSTANCE

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

      • createBPWorkspaceInternal

        BPWorkspaceInternal createBPWorkspaceInternal()
        Returns a new object of class 'BP Workspace Internal'.
        Returns:
        a new object of class 'BP Workspace Internal'.
      • createBPWorkspaceUser

        BPWorkspaceUser createBPWorkspaceUser()
        Returns a new object of class 'BP Workspace User'.
        Returns:
        a new object of class 'BP Workspace User'.
      • createBreakpointInfo

        BreakpointInfo createBreakpointInfo()
        Returns a new object of class 'Breakpoint Info'.
        Returns:
        a new object of class 'Breakpoint Info'.
      • createModuleBPInfoInternal

        ModuleBPInfoInternal createModuleBPInfoInternal()
        Returns a new object of class 'Module BP Info Internal'.
        Returns:
        a new object of class 'Module BP Info Internal'.
      • createModuleBPInfoUser

        ModuleBPInfoUser createModuleBPInfoUser()
        Returns a new object of class 'Module BP Info User'.
        Returns:
        a new object of class 'Module BP Info User'.
      • getBreakpointsPackage

        BreakpointsPackage getBreakpointsPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.