|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of MapleException in com.maplesoft.client |
| Subclasses of MapleException in com.maplesoft.client | |
class |
MapleStatementException
Classs thrown when an invalid request is sent to the math server. |
| Methods in com.maplesoft.client that throw MapleException | |
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 byte[] |
Utility.convertInput2Bytes(com.webpearls.pearlserver.api.PSAPDataInputStream input)
Converts the PSAPDataInputStream into a byte array |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||