=================================================================== RCS file: /home/cvs/OpenXM/src/OpenMath/ORG/openxm/tam/OpenXM.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- OpenXM/src/OpenMath/ORG/openxm/tam/OpenXM.java 2002/10/27 10:39:32 1.10 +++ OpenXM/src/OpenMath/ORG/openxm/tam/OpenXM.java 2021/03/29 02:35:12 1.11 @@ -1,5 +1,5 @@ /** - * $OpenXM: OpenXM/src/OpenMath/ORG/openxm/tam/OpenXM.java,v 1.9 2002/10/23 08:40:16 takayama Exp $ + * $OpenXM: OpenXM/src/OpenMath/ORG/openxm/tam/OpenXM.java,v 1.10 2002/10/27 10:39:32 takayama Exp $ */ package ORG.openxm.tam; @@ -8,9 +8,9 @@ import java.net.*; /*&ja - OpenXM サーバとの接続を行なうクラス. - クライアント側が使用する. - 接続するサーバ毎に一つの OpenXM クラスが必要. + OpenXM 泣若・膓茵. + ゃ≪潟眼篏睡. + ・膓泣若罸筝ゃ OpenXM 鴻綽荀. */ /** * OpenXM is a class to connect to OpenXM servers, @@ -23,9 +23,9 @@ public class OpenXM{ final protected boolean debug = false; /*&ja - * OpenXM サーバとの接続を TCP/IP ソケットを用いて行なう. - * マシン名 host のポート番号 CtrlPort にコントロールを, - * ポート番号 StreamPort にデータ用の接続を行なう. + * OpenXM 泣若・膓 TCP/IP 純宴茵. + * 激喝 host 若 CtrlPort 潟潟若, + * 若 StreamPort 若睡・膓茵. */ /** * Connect to an OpenXM server via TCP/IP socket. @@ -54,10 +54,10 @@ public class OpenXM{ } /*&ja - * コマンド command を立ち上げ、 - * OpenXM サーバとの接続を TCP/IP ソケットを用いて行なう. - * マシン名 host のポート番号 CtrlPort にコントロールを, - * ポート番号 StreamPort にデータ用の接続を行なう. + * 潟潟 command 腴> + * OpenXM 泣若・膓 TCP/IP 純宴茵. + * 激喝 host 若 CtrlPort 潟潟若, + * 若 StreamPort 若睡・膓茵. */ /** * First, execute a command, which is usually an OpenXM server, @@ -134,7 +134,7 @@ public OpenXM(String ox_server) throws IOException { /*&ja - * サーバの計算中断を行なう. 現在は未実装. + * 泣若荐膊筝茵. 憜絎茖. */ /** * Resetting the engine process. It has not yet been implemented. @@ -145,9 +145,9 @@ public OpenXM(String ox_server) throws IOException { } /*&ja - * OpenXM メッセージをデータストリームに送信する. - * このメソッドはメッセージのボディの部分だけでよい. - * ヘッダ部分は自動で付加される. + * OpenXM <祉若吾若帥鴻若篆<. + * <純<祉若吾cс. + * т. */ /** * Send an OpenXM message object. @@ -160,7 +160,7 @@ public OpenXM(String ox_server) throws IOException { } /*&ja - * データストリームから OpenXM メッセージを受け取る. + * 若帥鴻若 OpenXM <祉若吾. */ /** * Receive an OpenXM message. @@ -170,12 +170,12 @@ public OpenXM(String ox_server) throws IOException { } /*&ja - * データストリームの MathCap を mathcap に設定する. - * 以後, 送信するオブジェクトは mathcap に合っているかどうか - * チェックが入る. 実際にチェックが入るかどうかは - * OXbody クラスの派生クラスの実装による. - * mathcap に反したオブジェクトを送ろうとした時には, - * 以後 MathcapViolation が発生することが期待される. + * 若帥鴻若 MathCap mathcap 荐絎. + * 篁ュ, 篆<吾с mathcap c + * сャ. 絎сャ + * OXbody 鴻羇丞鴻絎茖. + * mathcap 吾с, + * 篁ュ MathcapViolation 榊緇. */ /** * Set the mathcap. @@ -232,7 +232,7 @@ public OpenXM(String ox_server) throws IOException { } try{ - //サーバ側へ文字列を送信します。 + //泣若眼御絖篆<障 ox.send(new SM(SM.SM_mathcap)); ox.send(new SM(SM.SM_popString)); @@ -266,7 +266,7 @@ public OpenXM(String ox_server) throws IOException { //os.flush(); - //サーバ側から送信された文字列を受信します。 + //泣若眼篆<絖篆<障 while(true){ ox.receive(); }