Source multiplicity for a vertex

interface SourceMultiplicity {
    multiplicity: number;
    vertexKey: string;
}

Properties

multiplicity: number

Multiplicity of the respective source vertex

For components (sources) that are part of more than one assembly (targets), source multiplicity can be utilized to get the actual number of occurences for a given assembly.

vertexKey: string

Vertex key of the respective source vertex