Package samer.tools

Class SignalTrace

  • All Implemented Interfaces:
    Task


    public class SignalTrace
    extends Trace
    • Constructor Detail

      • SignalTrace

        public SignalTrace(VDouble x)
    • Method Detail

      • run

        public void run()
        Description copied from class: Trace
        moves the trace along one time step, by preparing space for the next bit of plotting.
        Specified by:
        run in interface Task
        Overrides:
        run in class Trace
      • detach

        public void detach()
      • update

        public void update(java.util.Observable obs,
                           java.lang.Object arg)
        Overrides:
        update in class Trace
      • getCommands

        public void getCommands(Registry r)
        Overrides:
        getCommands in class Trace
      • execute

        public void execute(java.lang.String cmd,
                            Environment env)
                     throws java.lang.Exception
        Overrides:
        execute in class Trace
        Throws:
        java.lang.Exception