Package samer.maths

Class MatrixAgent

  • java.lang.Object
    • Saver
      • samer.maths.MatrixAgent


  • public class MatrixAgent
    extends Saver
    Provides a load of useful commands for dealing with a matrix.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void execute(java.lang.String cmd, Environment env) 
      void getCommands(Registry r) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatrixAgent

        public MatrixAgent(Matrix m)
    • Method Detail

      • getCommands

        public void getCommands(Registry r)
      • toString

        public java.lang.String toString()
      • execute

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