Uses of Class
com.maplesoft.client.MapleStatementException

Uses of MapleStatementException in com.maplesoft.client
 

Methods in com.maplesoft.client that throw MapleStatementException
 java.awt.Image MapleImage2DPlot.getPlot()
          Creates an Image by sending a plot request to the server using the options specified.
 java.awt.Image MapleImageBase.getPlot()
          Creates an Image by sending a plot request to the server using the options specified.
 void MapleStatement.getLock()
          Obtain a session lock from the MapleNet server.
 void MapleStatement.releaseLock()
          Release the session lock held by this MapleStatement object.
 java.lang.String MapleStatement.execute(java.lang.String sRequest)
          Pass the command contained in the string to the Maple Server.
 java.lang.String[] MapleStatement.execute(java.lang.String[] saRequest)
          Pass the sequence of commands contained in the string array to the Maple Server.
 java.lang.Object[] MapleStatement.doMaple(java.lang.String[] saRequest)
          Sends maple commands to the server and returns an object, text or plot, associated with each command.
 java.lang.String MapleToMathML.execute(java.lang.String sMaple)
          Sends the maple command to the server to be converted to its MathML representation.
 java.lang.String[] MapleToMathML.execute(java.lang.String[] saMaple)
           
 java.lang.String MapleToMathML.execute(java.lang.String sMaple, int iType)
          Sends the maple command to the server to be converted to its MathML representation.
 java.lang.String[] MapleToMathML.execute(java.lang.String[] saMaple, int iType)
          Sends the maple command sequence to the server to be converted to its MathML representation.
 java.lang.String MathMLToMaple.execute(java.lang.String sMathML)
          Sends the MathML string to the server to be converted to its Maple representation.
 java.lang.String[] MathMLToMaple.execute(java.lang.String[] saMathML)
          Sends an array of MathML strings to the server to be converted to an array of Maple strings.
 java.lang.String MathMLToMaple.execute(java.lang.String sMathML, int iType)
          Sends the MathML string to the server to be converted to its Maple representation.
 java.lang.String[] MathMLToMaple.execute(java.lang.String[] saMathML, int iType)
          Sends an array of MathML strings to the server to be converted to an array of Maple strings.
static MapleStatement Utility.createDefaultStatement(java.awt.Frame frame, boolean doPrompt)
          Creates a MapleStatement object from the default host and user info.