Interface CommandsFactory

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

    public interface CommandsFactory
    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:
    CommandsPackage
    • Field Detail

      • eINSTANCE

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

      • createDBGUIExtCmdInfoBase

        DBGUIExtCmdInfoBase createDBGUIExtCmdInfoBase()
        Returns a new object of class 'DBGUI Ext Cmd Info Base'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Base'.
      • createDBGUIExtCmdInfoCallStackFormed

        DBGUIExtCmdInfoCallStackFormed createDBGUIExtCmdInfoCallStackFormed()
        Returns a new object of class 'DBGUI Ext Cmd Info Call Stack Formed'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Call Stack Formed'.
      • createDBGUIExtCmdInfoCorrectedBP

        DBGUIExtCmdInfoCorrectedBP createDBGUIExtCmdInfoCorrectedBP()
        Returns a new object of class 'DBGUI Ext Cmd Info Corrected BP'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Corrected BP'.
      • createDBGUIExtCmdInfoErrorViewInfo

        DBGUIExtCmdInfoErrorViewInfo createDBGUIExtCmdInfoErrorViewInfo()
        Returns a new object of class 'DBGUI Ext Cmd Info Error View Info'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Error View Info'.
      • createDBGUIExtCmdInfoExprEvaluated

        DBGUIExtCmdInfoExprEvaluated createDBGUIExtCmdInfoExprEvaluated()
        Returns a new object of class 'DBGUI Ext Cmd Info Expr Evaluated'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Expr Evaluated'.
      • createDBGUIExtCmdInfoMeasure

        DBGUIExtCmdInfoMeasure createDBGUIExtCmdInfoMeasure()
        Returns a new object of class 'DBGUI Ext Cmd Info Measure'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Measure'.
      • createDBGUIExtCmdInfoQuit

        DBGUIExtCmdInfoQuit createDBGUIExtCmdInfoQuit()
        Returns a new object of class 'DBGUI Ext Cmd Info Quit'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Quit'.
      • createDBGUIExtCmdInfoRte

        DBGUIExtCmdInfoRte createDBGUIExtCmdInfoRte()
        Returns a new object of class 'DBGUI Ext Cmd Info Rte'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Rte'.
      • createDBGUIExtCmdInfoRteBPCondition

        DBGUIExtCmdInfoRteBPCondition createDBGUIExtCmdInfoRteBPCondition()
        Returns a new object of class 'DBGUI Ext Cmd Info Rte BP Condition'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Rte BP Condition'.
      • createDBGUIExtCmdInfoValueModifyResult

        DBGUIExtCmdInfoValueModifyResult createDBGUIExtCmdInfoValueModifyResult()
        Returns a new object of class 'DBGUI Ext Cmd Info Value Modify Result'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Value Modify Result'.
      • createDBGUIExtCmdShowMetadataObject

        DBGUIExtCmdShowMetadataObject createDBGUIExtCmdShowMetadataObject()
        Returns a new object of class 'DBGUI Ext Cmd Show Metadata Object'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Show Metadata Object'.
      • createDBGUIExtCmdInfoStarted

        DBGUIExtCmdInfoStarted createDBGUIExtCmdInfoStarted()
        Returns a new object of class 'DBGUI Ext Cmd Info Started'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Started'.
      • createDBGUIExtCmdInfoForegroundHelperRequest

        DBGUIExtCmdInfoForegroundHelperRequest createDBGUIExtCmdInfoForegroundHelperRequest()
        Returns a new object of class 'DBGUI Ext Cmd Info Foreground Helper Request'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Foreground Helper Request'.
      • createDBGUIExtCmdInfoForegroundHelperSet

        DBGUIExtCmdInfoForegroundHelperSet createDBGUIExtCmdInfoForegroundHelperSet()
        Returns a new object of class 'DBGUI Ext Cmd Info Foreground Helper Set'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Foreground Helper Set'.
      • createDBGUIExtCmdInfoForegroundHelperProcess

        DBGUIExtCmdInfoForegroundHelperProcess createDBGUIExtCmdInfoForegroundHelperProcess()
        Returns a new object of class 'DBGUI Ext Cmd Info Foreground Helper Process'.
        Returns:
        a new object of class 'DBGUI Ext Cmd Info Foreground Helper Process'.
      • getCommandsPackage

        CommandsPackage getCommandsPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.