|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.system.rpn.Maxima
public class Maxima
Maximaエンジンを呼び出すクラスです。
コンストラクタの概要 | |
---|---|
Maxima()
|
メソッドの概要 | |
---|---|
static StringBuilder |
getDeclearOfSystems(SystemOperator system)
systemの定数システムの宣言をMaxima用に生成します。 |
void |
open()
Maximaを起動し引数に渡されたコマンドを実行します。 |
String |
receiveResult()
Maximaからの結果を受け取ります。 |
void |
sendComand(StringBuilder comands)
Maximaにコマンドを送ります。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Maxima()
メソッドの詳細 |
---|
public void open() throws IOException
IOException
- 出力できない場合public void sendComand(StringBuilder comands)
comands
- コマンドpublic String receiveResult() throws IOException
IOException
- 入力できない場合public static StringBuilder getDeclearOfSystems(SystemOperator system)
system
- システム
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |