メソッド:
<bool>setTest <node>action
矢印の接続元となるテストを設定します。
<bool>setActionList <node>actionList
矢印の接続先にするアクション リストを設定します。
<node>getTest()
矢印の接続元となるテストを返します。
<node>getActionList()
矢印の接続先にするアクション テストを返します。
<bool>activate()
矢印をアクティブにします。
<bool>deactivate()
矢印を非アクティブにします。
<bool>isActive()
矢印がアクティブな場合は true、それ以外の場合は false を返します。