<arc>
<arc> グラフを構成するノード間の弧を示す. 19.1 有向グラフ・無向グラフ | |||||||||||||||||
モジュール | nets — 19 Graphs, Networks, and 木 | ||||||||||||||||
属性 |
| ||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||
下位 | core: label | ||||||||||||||||
宣言 |
element arc { att.global.attributes, attribute from { data.pointer }, attribute to { data.pointer }, ( label, label? )? } | ||||||||||||||||
例 | <arc from="#T3" to="#T3"> <label>OLD</label> <label>VIEUX</label> </arc> | ||||||||||||||||
解説 |