[BACK]Return to cmo-register.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-specs

Annotation of OpenXM/doc/OpenXM-specs/cmo-register.tex, Revision 1.2

1.2     ! noro        1: %% $OpenXM: OpenXM/doc/OpenXM-specs/cmo-register.tex,v 1.1.1.1 2000/01/20 08:52:46 noro Exp $
1.1       noro        2: //&jp \section{ 新しい CMO の登録 }
1.2     ! noro        3: //&eg \section{ Registering a new CMO }
        !             4:
        !             5: //&jp \subsection{新しい CMO を作るときの約束}
        !             6: //&eg \subsection{Requirement for a new CMO}
1.1       noro        7:
                      8: /*&jp
                      9: CMO では, 再帰的なデータ表現をゆるしているので,
                     10: Object を増やした場合, もとからある CMO の動作も拡張される.
                     11: そのシステムが正しく動作するのか確認する必要がある.
                     12: 計算することはできなくても, 通信の中断なしに,
                     13: データの受渡しをできないといけない.
1.2     ! noro       14: */
        !            15: /*&eg
        !            16: It is allowed to define CMO data types recursively.
        !            17: Thus, if one introduces a new CMO, then one has to modify
        !            18: existing implementations which may handle the new CMO.
        !            19: Note that the new CMO should be at least sent or received without
        !            20: error even if it cannot be used for computation.
        !            21: */
1.1       noro       22:
1.2     ! noro       23: //&jp \subsection{OpenXM プロジェクトに参加するには?}
        !            24: //&eg \subsection{How to join OpenXM project}
1.1       noro       25:
1.2     ! noro       26: /*&jp
        !            27: OpenXM にパッケージを加えてくれるのは大歓迎です.
1.1       noro       28: takayama@math.kobe-u.ac.jpに連絡下さい.
                     29: 新しい CMO を必要なら加えて下さい.
                     30: 加えた場合は
                     31: \begin{enumerate}
                     32: \item 定義した CMObject の形式的な定義と説明.
                     33: \item システム xxx が, この CMObject に関してどのように振舞うかの説明.
                     34: \item この CMObject, システム xxx に関する URL.
                     35: \end{enumerate}
                     36: をおくって下さい.
                     37: 必要ならディスカッションをおこない, 確定版の仕様を作成し, 確定した段階で
                     38: CMO のタグを発行し, この CMObject に関連する URL を
1.2     ! noro       39: OpenXM ホームページ \cite{openxxx} よりリンクします.
        !            40: */
1.1       noro       41:
1.2     ! noro       42: /*&eg
        !            43: You are welcome to add packages to OpenXM.
        !            44: Ask takayama@math.kobe-u.ac.jp for details.
        !            45: You may introduce new CMO's if necessary.
        !            46: If you have defined a new CMO, send
        !            47: \begin{enumerate}
        !            48: \item the formal definition and an explanation of the CMO,
        !            49: \item an explanation of the behavior of a system xxx for the CMO,
        !            50: \item URL's related to the CMO or xxx.
        !            51: \end{enumerate}
        !            52: After discussing on the new CMO, we will fix the specification.
        !            53: Then we will issue the tag for the new CMO and create links to
        !            54: the URL related to the CMO from the OpenXM home page \cite{openxxx}.
1.1       noro       55: */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>