nothing オブジェクト

せりか式 - Presentation - オブジェクト - nothing オブジェクト

nothingオブジェクトは,なにもしないオブジェクトです.
ですが,default_codeとdefault_port_codeだけは指定できるので,ログだけを出力したい時に使うことができます.

    1: nothing {
    2:     # パラメータの設定
    3:     default_code = "memo"
    4:     default_port_code = 3
    5: } ;

オブジェクト

nothing
default_code integer, integer list, string デフォルトのcodeを指定.
trialオブジェクトで,このオブジェクトを利用した場合に,このcodeが使われる.
default_port_code integer デフォルトのport_codeを指定.
trialオブジェクトで,このオブジェクトを利用した場合に,このport_codeが使われる.

トップへ