Interface Chord

A chord represents the combined bidirectional flow between two nodes i and j (where i may be equal to j)

interface Chord {
    source: ChordSubgroup;
    target: ChordSubgroup;
}

Properties

Properties

Chord subgroup constituting the source of Chord

Chord subgroup constituting the Target of Chord