Interface ChordSubgroup

A chord subgroup serving as source or target of a chord between two nodes i an j (where i may be equal to j).

interface ChordSubgroup {
    endAngle: number;
    index: number;
    startAngle: number;
    value: number;
}

Properties

endAngle: number

End angle of the chord subgroup in radians

index: number

The node index i

startAngle: number

Start angle of the chord subgroup in radians

value: number

The flow value in matrix[i][j] from node i to node j