<arc>
<arc> (arc) encode un arc, la connexion entre deux noeuds dans un graphe. 19.1 Graphs and Digraphs | |||||||||||||||||
Module | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||
Attributs |
| ||||||||||||||||
Utilisé par | graph | ||||||||||||||||
Peut contenir | core: label | ||||||||||||||||
Declaration |
element arc { att.global.attributes, attribute from { data.pointer }, attribute to { data.pointer }, ( label, label? )? } | ||||||||||||||||
Exemple | <arc from="#T3" to="#T3"> <label>OLD</label> <label>VIEUX</label> </arc> |