Class CATableau

    • Field Detail

      • mainFrame

        public TableauFrame mainFrame
        The TableauFrame to hold the CAMatrixViewer.
    • Method Detail

      • append

        public void append​(Token token)
                    throws IllegalActionException
        In this class, do nothing because the CADirector communicates with the CAViewer directly.
        Parameters:
        token - The token to append.
        Throws:
        IllegalActionException - If the token is not acceptable (not thrown in this base class).
      • append

        public void append​(java.util.List list)
                    throws IllegalActionException
        In this class, do nothing because the CADirector communicates with the CAViewer directly.
        Parameters:
        list - A list of tokens.
        Throws:
        IllegalActionException - If the tokens are not acceptable (not thrown in this base class).
      • setMatrix

        public void setMatrix​(double[][] matrix)
        This functions sets the matrix for the CAMatrixViewer to display.
        Parameters:
        matrix - The matrix to display.