<arc>
| <arc> encodes an arc, the connection from one node to another in a graph. 19.1 Graphs and Digraphs | |||||||||||||||||
| Modul | nets — 19 Graphs, Networks, and Trees | ||||||||||||||||
| Attribute |
| ||||||||||||||||
| Verwendet von | graph | ||||||||||||||||
| Kann enthalten | core: label | ||||||||||||||||
| Deklaration |
element arc { att.global.attributes, attribute from { data.pointer }, attribute to { data.pointer }, ( label, label? )? } | ||||||||||||||||
| Beispiel | <arc from="#T3" to="#T3"> <label>OLD</label> <label>VIEUX</label> </arc> | ||||||||||||||||
