Class DebugSimulator

    • Constructor Detail

      • DebugSimulator

        public DebugSimulator()
        DebugSimulator constructor comment.
    • Method Detail

      • deregisterAll

        public void deregisterAll()
        Insert the method's description here. Creation date: (8.12.2001 17:45:13)
        Specified by:
        deregisterAll in interface DebugPlugin
      • deregisterMonitor

        public void deregisterMonitor​(Debuggable field)
        Insert the method's description here. Creation date: (7.12.2001 19:40:04)
        Specified by:
        deregisterMonitor in interface DebugPlugin
        Parameters:
        field - com.cosylab.vdct.graphics.objects.Debuggable
      • destroy

        public void destroy()
        Insert the method's description here. Creation date: (7.12.2001 16:40:05)
        Specified by:
        destroy in interface Plugin
      • getAuthor

        public String getAuthor()
        Insert the method's description here. Creation date: (7.12.2001 16:40:05)
        Specified by:
        getAuthor in interface Plugin
        Returns:
        java.lang.String
      • getDescription

        public String getDescription()
        Insert the method's description here. Creation date: (7.12.2001 16:40:05)
        Specified by:
        getDescription in interface Plugin
        Returns:
        java.lang.String
      • getName

        public String getName()
        Insert the method's description here. Creation date: (7.12.2001 16:40:05)
        Specified by:
        getName in interface Plugin
        Returns:
        something
      • getValue

        public String getValue​(String field)
        Insert the method's description here. Creation date: (7.12.2001 19:40:04)
        Specified by:
        getValue in interface DebugPlugin
        Parameters:
        field - java.lang.String
        Returns:
        java.lang.String
      • getVersion

        public String getVersion()
        Insert the method's description here. Creation date: (7.12.2001 16:40:05)
        Specified by:
        getVersion in interface Plugin
        Returns:
        java.lang.String
      • init

        public void init​(Properties properties,
                         PluginContext context)
        Insert the method's description here. Creation date: (7.12.2001 16:40:05)
        Specified by:
        init in interface Plugin
        Parameters:
        properties - properties
        context - context
      • registerMonitor

        public void registerMonitor​(Debuggable field)
        Insert the method's description here. Creation date: (7.12.2001 19:40:04)
        Specified by:
        registerMonitor in interface DebugPlugin
        Parameters:
        field - com.cosylab.vdct.graphics.objects.Debuggable
      • run

        public void run()
        When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

        The general contract of the method run is that it may take any action whatsoever.

        Specified by:
        run in interface Runnable
        See Also:
        Thread.run()
      • start

        public void start()
        Insert the method's description here. Creation date: (7.12.2001 16:40:05)
        Specified by:
        start in interface Plugin
      • startDebugging

        public void startDebugging()
        Insert the method's description here. Creation date: (8.12.2001 18:00:20)
        Specified by:
        startDebugging in interface DebugPlugin
      • stop

        public void stop()
        Insert the method's description here. Creation date: (7.12.2001 16:40:05)
        Specified by:
        stop in interface Plugin
      • stopDebugging

        public void stopDebugging()
        Insert the method's description here. Creation date: (8.12.2001 18:00:20)
        Specified by:
        stopDebugging in interface DebugPlugin