Function
addEdge
Adds a new edge to the graph, either with or without cargo.
addEdge(g, source, target [,cargo | ,label])
addEdge(g, source, target [,label ,cargo])
Parameters
g
A graph.
Types: Graph
source
A vertex descriptor.
target
A second vertex descriptor.
label
A label for the edge.
Types: Alphabet
Remarks: Can only be used with Automaton.
cargo
A cargo object.
Types: Cargo
Return Values
A new edge descriptor.
Remarks
For automatons a label is required.
SeqAn - Sequence Analysis Library - www.seqan.de